unslung-rootfs: passwd patch, updated NOTES
authorMike Westerhof <mwester@dls.net>
Wed, 19 Apr 2006 03:44:31 +0000 (03:44 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 19 Apr 2006 03:44:31 +0000 (03:44 +0000)
packages/nslu2-binary-only/unslung-rootfs/NOTES
packages/nslu2-binary-only/unslung-rootfs/telnet-passwd.patch [new file with mode: 0644]
packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb

index 82d7448..e8b0255 100644 (file)
@@ -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 (file)
index 0000000..9ccfcc1
--- /dev/null
@@ -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
index f105e68..1c805a6 100644 (file)
@@ -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 \