]> git.pld-linux.org Git - packages/amavisd.git/commitdiff
- fix stupid bug in usege message (s/msg_usage:/msg_usage/)
authorkloczek <kloczek@pld-linux.org>
Thu, 9 May 2002 10:19:43 +0000 (10:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amavisd.init -> 1.7

amavisd.init

index 794ee57c5881ba81bc26d733d25f27c16ac28516..c9e7bcaec3369c9f36a16f3be23bc33a616d50c4 100755 (executable)
@@ -50,7 +50,7 @@ case "$1" in
        $0 start
        ;;
   *)
-       msg_usage: "$0 {start|stop|status|restart}"
+       msg_usage "$0 {start|stop|status|restart}"
        exit 1
 esac
 
This page took 0.039445 seconds and 4 git commands to generate.