wok diff busybox-pam/stuff/etc/pam.d/login @ rev 6914

Added xz to busybox. Doesn't change size of busybox. This is show we can use tar.xz compress for tazpkg files if we want to. Added pre_install and post_remove functions to xz receipt.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 21 23:49:16 2010 +0000 (2010-10-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/busybox-pam/stuff/etc/pam.d/login	Thu Oct 21 23:49:16 2010 +0000
     1.3 @@ -0,0 +1,7 @@
     1.4 +#%PAM-1.0
     1.5 +# specify the PAM busybox behaviour
     1.6 +
     1.7 +auth	required	pam_unix.so
     1.8 +account	required	pam_unix.so
     1.9 +password	required	pam_unix.so md5
    1.10 +session	required	pam_unix.so