summaryrefslogtreecommitdiff
path: root/packages/nslu2-binary-only/unslung-rootfs/security-fixes.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/nslu2-binary-only/unslung-rootfs/security-fixes.patch
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/nslu2-binary-only/unslung-rootfs/security-fixes.patch')
-rw-r--r--packages/nslu2-binary-only/unslung-rootfs/security-fixes.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/nslu2-binary-only/unslung-rootfs/security-fixes.patch b/packages/nslu2-binary-only/unslung-rootfs/security-fixes.patch
index e69de29bb2..aeed5980f8 100644
--- a/packages/nslu2-binary-only/unslung-rootfs/security-fixes.patch
+++ b/packages/nslu2-binary-only/unslung-rootfs/security-fixes.patch
@@ -0,0 +1,16 @@
+--- nslu2-linksys-ramdisk-2.3r29/etc/rc.d/rc.1.orig 2005-06-12 21:43:26.940523728 +0930
++++ nslu2-linksys-ramdisk-2.3r29/etc/rc.d/rc.1 2005-06-12 21:43:36.910008136 +0930
+@@ -16,11 +16,11 @@
+
+ /bin/echo "Restore time and timezone:"; /etc/rc.d/rc.rstimezone; check_status
+ /bin/echo "Restore usrgrpshares:"; /etc/rc.d/rc.reset_usrgrpshare; check_status
+-/bin/echo "Generating telnet password:"; /usr/sbin/TelnetPassword; check_status
++#/bin/echo "Generating telnet password:"; /usr/sbin/TelnetPassword; check_status
+ #/bin/echo "Restore time and timezone:"; /etc/rc.d/rc.rstimezone; check_status
+ /bin/echo "Starting WEB Server:"; . /etc/rc.d/rc.thttpd;check_status
+ /bin/echo "Starting samba:"; . /etc/rc.d/rc.samba
+-/bin/echo "Starting download:"; /usr/sbin/download
++#/bin/echo "Starting download:"; /usr/sbin/download
+ /bin/echo "Starting INET Server:"; . /etc/rc.d/rc.xinetd; check_status
+ if ( [ ! -f /.sda1root ] && [ ! -f /.sda2root ] && [ ! -f /.sdb1root ] && [ ! -f /.sdb2root ] ) ; then
+ /bin/echo "Creating ramfs for /tmp:"; mount -t ramfs none /tmp -o maxsize=512