]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/nslu2-binary-only/unslung-rootfs/security-fixes.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / nslu2-binary-only / unslung-rootfs / security-fixes.patch
1 --- nslu2-linksys-ramdisk-2.3r29/etc/rc.d/rc.1.orig     2005-06-12 21:43:26.940523728 +0930
2 +++ nslu2-linksys-ramdisk-2.3r29/etc/rc.d/rc.1  2005-06-12 21:43:36.910008136 +0930
3 @@ -16,11 +16,11 @@
4  
5  /bin/echo  "Restore time and timezone:"; /etc/rc.d/rc.rstimezone; check_status
6  /bin/echo  "Restore usrgrpshares:"; /etc/rc.d/rc.reset_usrgrpshare; check_status
7 -/bin/echo  "Generating telnet password:"; /usr/sbin/TelnetPassword; check_status
8 +#/bin/echo  "Generating telnet password:"; /usr/sbin/TelnetPassword; check_status
9  #/bin/echo  "Restore time and timezone:"; /etc/rc.d/rc.rstimezone; check_status
10  /bin/echo  "Starting WEB Server:"; . /etc/rc.d/rc.thttpd;check_status
11  /bin/echo  "Starting samba:"; . /etc/rc.d/rc.samba
12 -/bin/echo  "Starting download:"; /usr/sbin/download
13 +#/bin/echo  "Starting download:"; /usr/sbin/download
14  /bin/echo  "Starting INET Server:"; . /etc/rc.d/rc.xinetd; check_status
15  if ( [ ! -f /.sda1root ] && [ ! -f /.sda2root ] && [ ! -f /.sdb1root ] && [ ! -f /.sdb2root ] ) ; then
16  /bin/echo  "Creating ramfs for /tmp:"; mount -t ramfs none /tmp -o maxsize=512