diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2008-10-26 19:35:08 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2008-10-26 19:35:08 +0000 |
commit | a8dc9708f71921040dac794d2959276c0c1c6c33 (patch) | |
tree | 20e028b6328a8660706b722f2c2c60efad8b43e7 /japanese/sj3-lib/files/sj3.sh.in | |
parent | 1f2d6cc5f1dac46898e753d0df4e312c19ad9ea4 (diff) |
- Separate the server part and the library part from japanese/sj3, and
remove japanese/sj3.
- Use localhost as the default listen address instead of INADDR_ANY.
- Add "servername" directive to serverrc.
- Fix incorrect descriptions in serverrc.
- Take maintainership.
Notes
Notes:
svn path=/head/; revision=222104
Diffstat (limited to 'japanese/sj3-lib/files/sj3.sh.in')
-rw-r--r-- | japanese/sj3-lib/files/sj3.sh.in | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/japanese/sj3-lib/files/sj3.sh.in b/japanese/sj3-lib/files/sj3.sh.in deleted file mode 100644 index f39a18764ccd..000000000000 --- a/japanese/sj3-lib/files/sj3.sh.in +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# 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" |