/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to init.d-mandos

  • Committer: Teddy Hogeborn
  • Date: 2012-06-17 22:07:02 UTC
  • mfrom: (237.7.154 trunk)
  • mto: This revision was merged to the branch mainline in revision 302.
  • Revision ID: teddy@recompile.se-20120617220702-oh6mr9nrx45ce968
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
                ;;
150
150
        esac
151
151
        ;;
 
152
  status)
 
153
        status_of_proc "$DAEMON" "$NAME" -p "$PIDFILE"
 
154
        ;;
152
155
  *)
153
156
        #echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2
154
157
        echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2