From: <smi...@us...> - 2004-01-16 01:48:00
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1:/tmp/cvs-serv11276/scripts/configuration Modified Files: LVM.config freeswan.config Added Files: exec-shield.config ipsec-tools.config Log Message: - added LVM2 and device mapper (Heiko + Oliver Jehle) - enabled ipsec on kernel 2.6 (Heiko / Oliver Jehle) - added ipsec-tools cvs-20040113 (Heiko / Oliver Jehle) - added execshield (Heiko / Oliver Jehle) - new functions add_kernel_options, set_kernel_option --- NEW FILE: exec-shield.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/exec-shield.config,v $ # $Revision: 1.1 $ # $Date: 2004/01/16 01:47:55 $ # # http://www.devil-linux.org menu_add "Build Configuration|Security" bool "Exec Shield Patch (enhances system security see http://people.redhat.com/mingo/exec-shield/)" CONFIG_EXEC_SHIELD --- NEW FILE: ipsec-tools.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/ipsec-tools.config,v $ # $Revision: 1.1 $ # $Date: 2004/01/16 01:47:55 $ # # http://www.devil-linux.org menu_add "Networking|VPN" bool "IPSEC Tools Racoon(IPSec) for 2.6" CONFIG_IPSEC_TOOLS Index: LVM.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/LVM.config,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- LVM.config 2 Oct 2003 15:58:26 -0000 1.2 +++ LVM.config 16 Jan 2004 01:47:55 -0000 1.3 @@ -5,4 +5,5 @@ # # http://www.devil-linux.org -menu_add "System|Filesystems" bool "LVM Support" CONFIG_LVM +test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "System|Filesystems" bool "LVM Support (old)" CONFIG_LVM +menu_add "System|Filesystems" bool "LVM 2 Support" CONFIG_LVM2 Index: freeswan.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/freeswan.config,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- freeswan.config 18 Dec 2003 01:48:09 -0000 1.5 +++ freeswan.config 16 Jan 2004 01:47:55 -0000 1.6 @@ -5,4 +5,4 @@ # # http://www.devil-linux.org -menu_add "Networking|VPN" bool "Super-FreeS/WAN (IPSec)" CONFIG_SUPER_FREESWAN +menu_add "Networking|VPN" bool "Super-FreeS/WAN (IPSec) for 2.4 " CONFIG_SUPER_FREESWAN |