From 2f33d7300b650d51c5c5a56715f51d4dce5945eb Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Wed, 19 Apr 2006 03:44:31 +0000 Subject: unslung-rootfs: passwd patch, updated NOTES --- packages/nslu2-binary-only/unslung-rootfs/NOTES | 5 +++++ .../unslung-rootfs/telnet-passwd.patch | 22 ++++++++++++++++++++++ .../nslu2-binary-only/unslung-rootfs_2.3r63.bb | 1 + 3 files changed, 28 insertions(+) create mode 100644 packages/nslu2-binary-only/unslung-rootfs/telnet-passwd.patch (limited to 'packages') diff --git a/packages/nslu2-binary-only/unslung-rootfs/NOTES b/packages/nslu2-binary-only/unslung-rootfs/NOTES index 82d7448a80..e8b0255a9b 100644 --- a/packages/nslu2-binary-only/unslung-rootfs/NOTES +++ b/packages/nslu2-binary-only/unslung-rootfs/NOTES @@ -512,3 +512,8 @@ sambacodepages bb files must be kept in sync regarding the samba code pages that are left in the image and the ones that are added to the package (and it is also a good idea if the kernel defconfig reflects the inclusion of NLS support for the code pages that are left in the image, of course). + +Fixed ppp-mppe.c to remove unresolved symbols when loading module. + +Disable the ourtelnetrescueuser account in the passwd file entirely since +Unslung doesn't need it anymore. diff --git a/packages/nslu2-binary-only/unslung-rootfs/telnet-passwd.patch b/packages/nslu2-binary-only/unslung-rootfs/telnet-passwd.patch new file mode 100644 index 0000000000..9ccfcc12e9 --- /dev/null +++ b/packages/nslu2-binary-only/unslung-rootfs/telnet-passwd.patch @@ -0,0 +1,22 @@ +--- nslu2-linksys-ramdisk-2.3r63/etc/passwd~ 2006-04-18 21:54:47.000000000 -0500 ++++ nslu2-linksys-ramdisk-2.3r63/etc/passwd 2006-04-18 21:56:53.000000000 -0500 +@@ -4,7 +4,7 @@ + mail:x:8:12:mail:/var/spool/mail: + ftp:x:14:50:FTP User:/: + nobody:x:99:99:Nobody:/: +-ourtelnetrescueuser:sPuRQwXaya5YE:100:100::/home/user:/bin/sh ++ourtelnetrescueuser:x:100:100::/home/user:/dev/null + guest:xqnMpE/plEnFs:501:501::/home/user/guest:/dev/null + admin:cgwvsHpJSf6XU:502:501::/home/user/admin:/dev/null + +--- nslu2-linksys-ramdisk-2.3r63/usr/local/passwd~ 2006-04-18 21:54:47.000000000 -0500 ++++ nslu2-linksys-ramdisk-2.3r63/usr/local/passwd 2006-04-18 21:57:48.000000000 -0500 +@@ -4,7 +4,7 @@ + mail:x:8:12:mail:/var/spool/mail: + ftp:x:14:50:FTP User:/: + nobody:x:99:99:Nobody:/: +-ourtelnetrescueuser:sPuRQwXaya5YE:100:100::/home/user:/bin/sh ++ourtelnetrescueuser:x:100:100::/home/user:/dev/null + guest:xqnMpE/plEnFs:501:501::/home/user/guest:/dev/null + admin:cgwvsHpJSf6XU:502:501::/home/user/admin:/dev/null + diff --git a/packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb b/packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb index f105e6830a..1c805a6975 100644 --- a/packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb +++ b/packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb @@ -44,6 +44,7 @@ SRC_URI = "http://nslu.sf.net/downloads/nslu2-linksys-ramdisk-2.3r63-2.tar.bz2 \ file://security-fixes.patch;patch=1 \ file://rc.sysinit-clean_var.patch;patch=1 \ file://rc.modules-nls.patch;patch=1 \ + file://telnet-passwd.patch;patch=1 \ file://upgrade.htm \ file://telnet.htm \ file://rc.bootbin \ -- cgit 1.2.3-korg