From: Heiko Z. <smi...@us...> - 2004-09-10 23:16:50
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32356/configuration Modified Files: grsecurity.config patch-o-matic.config samba.config shfs.config Log Message: many program updates and fixes to get kernel 2.6.x and new build system with gcc 3.4.x and glibc 2.3.4 working Index: samba.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/samba.config,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- samba.config 17 Jan 2004 00:43:56 -0000 1.3 +++ samba.config 10 Sep 2004 23:16:25 -0000 1.4 @@ -5,4 +5,4 @@ # # http://www.devil-linux.org -test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "Networking|Services" bool "Samba" CONFIG_SAMBA +menu_add "Networking|Services" bool "Samba" CONFIG_SAMBA Index: shfs.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/shfs.config,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- shfs.config 22 Mar 2004 02:31:19 -0000 1.2 +++ shfs.config 10 Sep 2004 23:16:25 -0000 1.3 @@ -5,4 +5,5 @@ # # http://www.devil-linux.org -test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "System|Filesystems" bool "SHfs (mount remote filesystems using (secure) shell connection)" CONFIG_SHFS +#test "$CONFIG_LINUX_VERSION" = "2.4" && +menu_add "System|Filesystems" bool "SHfs (mount remote filesystems using (secure) shell connection)" CONFIG_SHFS Index: patch-o-matic.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/patch-o-matic.config,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- patch-o-matic.config 23 Jul 2004 19:20:50 -0000 1.7 +++ patch-o-matic.config 10 Sep 2004 23:16:25 -0000 1.8 @@ -5,8 +5,7 @@ # # http://www.devil-linux.org -#[ "$CONFIG_LINUX_VERSION" = "2.4" ] && - menu_add "Networking|Firewall" bool "Netfilter patches" CONFIG_NF_PATCHES +menu_add "Networking|Firewall" bool "Netfilter patches" CONFIG_NF_PATCHES if [ "$CONFIG_NF_PATCHES" = "y" ]; then menu_add "Networking|Firewall" bool "Netfilter 'updates' patches" CONFIG_NF_UPDATES Index: grsecurity.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/grsecurity.config,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- grsecurity.config 24 Feb 2004 03:18:00 -0000 1.6 +++ grsecurity.config 10 Sep 2004 23:16:25 -0000 1.7 @@ -5,9 +5,7 @@ # # http://www.devil-linux.org -if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then - if [ ! "$CONFIG_EXEC_SHIELD" = "y" ] && [ ! "$CONFIG_PAX" = "y" ] ; then - menu_add "Build Configuration|Security" bool "GRSecurity Patch (enhances system security)" CONFIG_GRSECURITY - fi +if [ ! "$CONFIG_EXEC_SHIELD" = "y" ] && [ ! "$CONFIG_PAX" = "y" ] ; then + menu_add "Build Configuration|Security" bool "GRSecurity Patch (enhances system security)" CONFIG_GRSECURITY fi |