X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fplatforms%2Fbsdi%2Fbacula-dir.in;h=f9667719c14dbc8e77ec989677ab4d4a650907fb;hb=7c9e7cce294af5394516d46f4938290f7a6a00a1;hp=af7b0c5c1a8b2763e7f386a89036bc4560a21c5b;hpb=2344e14e3236ebf80d45650fb80dd3c5906f8f2b;p=bacula%2Fbacula diff --git a/bacula/platforms/bsdi/bacula-dir.in b/bacula/platforms/bsdi/bacula-dir.in index af7b0c5c1a..f9667719c1 100755 --- a/bacula/platforms/bsdi/bacula-dir.in +++ b/bacula/platforms/bsdi/bacula-dir.in @@ -1,4 +1,6 @@ #! /bin/sh +# Copyright (C) Kern Sibbald 2000-2015 +# License: BSD 2-Clause # # bacula This shell script takes care of starting and stopping # the bacula Director daemon @@ -29,10 +31,11 @@ case "$1" in $0 stop sleep 5 $0 start + RETVAL=$? ;; *) echo "Usage: $0 {start|stop|restart}" exit 1 ;; esac -exit 0 +exit $RETVAL