From: <smi...@us...> - 2003-12-20 18:59:43
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv3194/scripts/scripts Modified Files: Tag: rel-1-0-patches pre_init Log Message: - jail script now works fine with subdirectories - updated zlib to v1.2.1 - updated vsftpd to v1.2.1 - updated sagator to v20031201 - updated pcmcia-cs to v3.2.7 - updated lftp to v2.6.10 - updated iANS to v2.3.63b - updated e1000 to v5.2.22 - updated e100 to v2.3.33 - updated cyrus-sasl to v2.1.17 - updated cyrus-imapd to v2.1.16 - updated SpamAssassin to v2.61 - updated cvs to v1.12.4 - ownership of /etc isn't changed anymore to root during boot - updated poptop to v1.1.4b4 - updated Kernel mppe patch (fixes pptp problems) - added kernel patch against do_brk vulnerability Index: pre_init =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/pre_init,v retrieving revision 1.6.2.2 retrieving revision 1.6.2.3 diff -u -d -r1.6.2.2 -r1.6.2.3 --- pre_init 5 Nov 2003 16:07:12 -0000 1.6.2.2 +++ pre_init 20 Dec 2003 18:59:40 -0000 1.6.2.3 @@ -110,9 +110,6 @@ fi fi -# make sure, all the files in /etc are owned by root -chown -R 0.0 /shm/etc/* - echo "Initializing devfs" mount -t devfs none /dev /sbin/devfsd /dev |