]> git.pld-linux.org Git - packages/fam.git/commitdiff
- typo
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 30 Jun 2005 11:16:32 +0000 (11:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fam.init -> 1.2

fam.init

index 5ab952341566e2a8f379deb0fa42b330303dde94..14536091c986fcaa77cc02ee8a3e2d2b9fe3a0be 100644 (file)
--- a/fam.init
+++ b/fam.init
@@ -38,7 +38,7 @@ case "$1" in
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/fam ]; then
                msg_starting "File Alteration Monitor"
-               daemon fam -T0 $FAM_OPTS
+               daemon fam -T 0 $FAM_OPTS
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/fam
        else
This page took 0.037623 seconds and 4 git commands to generate.