SOURCES: libvirt.init - remove --check option

paszczus paszczus at pld-linux.org
Wed Sep 24 15:25:52 CEST 2008


Author: paszczus                     Date: Wed Sep 24 13:25:52 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- remove --check option

---- Files affected:
SOURCES:
   libvirt.init (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/libvirt.init
diff -u SOURCES/libvirt.init:1.1 SOURCES/libvirt.init:1.2
--- SOURCES/libvirt.init:1.1	Wed Sep 24 13:54:50 2008
+++ SOURCES/libvirt.init	Wed Sep 24 15:25:47 2008
@@ -33,7 +33,7 @@
         if [ ! -f /var/lock/subsys/libvirtd ]; then
                 umask 077
                 msg_starting libvirtd
-                daemon --check libvirtd libvirtd --daemon $LIBVIRTD_CONFIG_ARGS $LIBVIRTD_ARGS
+                daemon libvirtd libvirtd --daemon $LIBVIRTD_CONFIG_ARGS $LIBVIRTD_ARGS
                 RETVAL=$?
                 [ $RETVAL -eq 0 ] && touch /var/lock/subsys/libvirtd
         else
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/libvirt.init?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list