oops. trash it.
This commit is contained in:
parent
689e4c3e6d
commit
df2f2da60b
1 changed files with 0 additions and 26 deletions
|
|
@ -1,26 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
|
||||
# PROVIDE: sj3
|
||||
# REQUIRE: DAEMON
|
||||
# BEFORE: LOGIN
|
||||
# KEYWORD: shutdown
|
||||
|
||||
# Define these sj3_* variables in one of these files:
|
||||
# /etc/rc.conf
|
||||
# /etc/rc.conf.local
|
||||
# /etc/rc.conf.d/sj3
|
||||
#
|
||||
# DO NOT CHANGE THESE DEFAULT VALUES HERE
|
||||
#
|
||||
sj3_enable=${sj3_enable:-"NO"} # Enable sj3
|
||||
#sj3_program="%%PREFIX%%/sbin/sj3serv" # Location of sj3
|
||||
|
||||
. %%RC_SUBR%%
|
||||
|
||||
name="sj3"
|
||||
rcvar=`set_rcvar`
|
||||
command="%%PREFIX%%/sbin/sj3serv"
|
||||
|
||||
load_rc_config $name
|
||||
run_rc_command "$1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue