/mandos/trunk

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

« back to all changes in this revision

Viewing changes to init.d-mandos

* network-hooks.d: New directory.
* network-hooks.d/bridge: New example hook.
* network-hooks.d/bridge.conf: Config file for bridge example hook.

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
 
        ;;
155
152
  *)
156
153
        #echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2
157
154
        echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2