From: <smi...@us...> - 2004-02-03 10:08:29
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27640/scripts/configuration Modified Files: Mail-SpamAssassin.config Added Files: boot_options.config razor-agents.config Log Message: added razor and some files I forgott to check in --- NEW FILE: boot_options.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/boot_options.config,v $ # $Revision: 1.1 $ # $Date: 2004/02/03 02:33:12 $ # # http://www.devil-linux.org [ -z $CONFIG_BOOT_OPTION_VGA ] && CONFIG_BOOT_OPTION_VGA="80x25" menu_add "Build Configuration|Boot Options" list "Default screen resolution" CONFIG_BOOT_OPTION_VGA "80x25" "640x480" "800x600" "1024x768" "ask" --- NEW FILE: razor-agents.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/razor-agents.config,v $ # $Revision: 1.1 $ # $Date: 2004/02/03 02:33:12 $ # http://www.devil-linux.org test "$CONFIG_PERL" = "y" && menu_add "Networking|Mail" bool "Vipuls Razor" CONFIG_RAZOR_AGENTS Index: Mail-SpamAssassin.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/Mail-SpamAssassin.config,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Mail-SpamAssassin.config 2 Oct 2003 15:58:26 -0000 1.2 +++ Mail-SpamAssassin.config 3 Feb 2004 02:33:12 -0000 1.3 @@ -4,4 +4,4 @@ # $Date$ # http://www.devil-linux.org -menu_add "Networking|Mail" bool "SpamAssassin" CONFIG_MAIL_SPAMASSASSIN +test "$CONFIG_PERL" = "y" && menu_add "Networking|Mail" bool "SpamAssassin" CONFIG_MAIL_SPAMASSASSIN |