]> git.pld-linux.org Git - packages/nagios.git/commitdiff
- enable -x
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 3 Aug 2009 17:24:36 +0000 (17:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nagios.init -> 1.24

nagios.init

index f14a25892b80406698af26620522aae0a110d255..d9d0a18731e6e54ed6e253ff2549b56a2fc4f052 100644 (file)
@@ -79,7 +79,7 @@ start() {
 
        # we're safe to use -x as we did verify config prior startup
        # precached object file also is created in configtest.
-       daemon /usr/sbin/nagios ${precached_object_file:+-u} -d $cfg_file
+       daemon /usr/sbin/nagios ${precached_object_file:+-u} -x -d $cfg_file
        RETVAL=$?
        if [ $RETVAL -eq 0 ]; then
                touch /var/lock/subsys/nagios
This page took 0.062944 seconds and 4 git commands to generate.