[quota] Start quota_nld via daemon()

Petr Pisar ppisar at fedoraproject.org
Thu Nov 11 17:05:17 UTC 2010


commit 4e6314d7ff35f3a05a817c27c98c6beb07b6e62b
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Nov 11 17:34:10 2010 +0100

    Start quota_nld via daemon()
    
    Otherwise start does not print nice status bar.

 quota_nld.init |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/quota_nld.init b/quota_nld.init
index 4a1a94d..e54deec 100755
--- a/quota_nld.init
+++ b/quota_nld.init
@@ -31,7 +31,7 @@ lockfile=/var/lock/subsys/$prog
 start() {
     [ -x $exec ] || exit 5
     echo -n $"Starting $prog: "
-    $exec $QUOTA_NLD_OPTS
+    daemon $exec $QUOTA_NLD_OPTS
     retval=$?
     echo
     [ $retval -eq 0 ] && touch $lockfile


More information about the scm-commits mailing list