Update of /cvsroot/devil-linux/build/scripts/configuration
In directory vz-cvs-3.sog:/tmp/cvs-serv11738/configuration
Modified Files:
samba.config
Log Message:
- added cifs-utils 5.2
- added keyutils 1.5.5
- added libcap-ng 0.6.6
Index: samba.config
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/configuration/samba.config,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- samba.config 10 Sep 2004 23:16:25 -0000 1.4
+++ samba.config 1 Jan 2012 15:34:25 -0000 1.5
@@ -5,4 +5,5 @@
#
# http://www.devil-linux.org
-menu_add "Networking|Services" bool "Samba" CONFIG_SAMBA
+menu_add "Networking|Services" bool "Samba" CONFIG_SAMBA
+test "$CONFIG_SAMBA" = "y" && menu_add "Networking|Services" bool "CIFS Utils" CONFIG_CIFSUTILS
|