From: <smi...@us...> - 2004-03-11 02:13:45
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24648/scripts/configuration Modified Files: ipsec-tools.config nbd.config Log Message: added sys directory when kernel 2.6 is used (Heiko + Oliver Jehle) updated ipsec-tools to v0.3-rc1 make sure some packages are only available for the correct kernel Index: ipsec-tools.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/ipsec-tools.config,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ipsec-tools.config 27 Jan 2004 00:44:52 -0000 1.2 +++ ipsec-tools.config 11 Mar 2004 01:47:28 -0000 1.3 @@ -5,4 +5,4 @@ # # http://www.devil-linux.org -test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "Networking|VPN" bool "IPSEC Tools Racoon" CONFIG_IPSEC_TOOLS +test "$CONFIG_LINUX_VERSION" = "2.6" && menu_add "Networking|VPN" bool "IPSEC Tools Racoon" CONFIG_IPSEC_TOOLS Index: nbd.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/nbd.config,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- nbd.config 1 Mar 2004 00:30:25 -0000 1.1 +++ nbd.config 11 Mar 2004 01:47:28 -0000 1.2 @@ -5,4 +5,4 @@ # # http://www.devil-linux.org -menu_add "System|Filesystems" bool "Enhanced Network Block Device" CONFIG_ENBD +test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "System|Filesystems" bool "Enhanced Network Block Device" CONFIG_ENBD |