SOURCES: named.init - do not try to load capability module (we had...

adamg adamg at pld-linux.org
Mon Apr 9 19:42:39 CEST 2007


Author: adamg                        Date: Mon Apr  9 17:42:39 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- do not try to load capability module (we had to do this three years ago,
  not now).

---- Files affected:
SOURCES:
   named.init (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: SOURCES/named.init
diff -u SOURCES/named.init:1.31 SOURCES/named.init:1.32
--- SOURCES/named.init:1.31	Wed Jan 24 23:52:46 2007
+++ SOURCES/named.init	Mon Apr  9 19:42:33 2007
@@ -36,7 +36,6 @@
 	# Check if the service is already running?
 	if [ ! -f /var/lock/subsys/named ]; then
 		msg_starting "Named"
-		modprobe -s capability > /dev/null 2>&1
 		[ -f /etc/localtime ] && cp -a /etc/localtime /var/lib/named/etc/localtime
 		touch /var/lib/named/named.log && \
 			chown named:named /var/lib/named/named.log
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/named.init?r1=1.31&r2=1.32&f=u



More information about the pld-cvs-commit mailing list