SOURCES: glusterfsd.init - Now --pidfile -> -p (needed for 2.0).
matkor
matkor at pld-linux.org
Tue Feb 3 16:54:59 CET 2009
Author: matkor Date: Tue Feb 3 15:54:59 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- Now --pidfile -> -p (needed for 2.0).
---- Files affected:
SOURCES:
glusterfsd.init (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SOURCES/glusterfsd.init
diff -u SOURCES/glusterfsd.init:1.3 SOURCES/glusterfsd.init:1.4
--- SOURCES/glusterfsd.init:1.3 Sat May 17 23:31:25 2008
+++ SOURCES/glusterfsd.init Tue Feb 3 16:54:53 2009
@@ -33,7 +33,7 @@
# Check if the service is already running?
if [ ! -f /var/lock/subsys/glusterfsd ]; then
msg_starting glusterfsd
- daemon /usr/sbin/glusterfsd --pidfile=/var/run/glusterfsd.pid --spec-file /etc/glusterfs/glusterfs-server.vol
+ daemon /usr/sbin/glusterfsd -p /var/run/glusterfsd.pid --spec-file /etc/glusterfs/glusterfs-server.vol
RETVAL=$?
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/glusterfsd
else
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/glusterfsd.init?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list