diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-09-24 17:07:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-09-24 17:07:27 +0000 |
commit | 438e35206a7260bda2a50f7ba03bdf17d84def2d (patch) | |
tree | d6327e604b485ab7bbcae4c0e6ae48430c7a5275 /comms/thebridge/files/tbd.in | |
parent | 2225bf9d19b53b1185c21d1c46ff625806376cab (diff) |
Notes
Diffstat (limited to 'comms/thebridge/files/tbd.in')
-rw-r--r-- | comms/thebridge/files/tbd.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/comms/thebridge/files/tbd.in b/comms/thebridge/files/tbd.in new file mode 100644 index 000000000000..1f4edfe38568 --- /dev/null +++ b/comms/thebridge/files/tbd.in @@ -0,0 +1,18 @@ +#!/bin/sh + +# PROVIDE: tbd +# REQUIRE: DAEMON +# BEFORE: LOGIN +# KEYWORD: shutdown + +tbd_enable=${tbd_enable-"NO"} +tbd_flags=${tbd_flags-""} + +. %%RC_SUBR%% + +name="tbd" +rcvar=`set_rcvar` +command="%%PREFIX%%/libexec/tbd" + +load_rc_config $name +run_rc_command "$1" |