pkgsrc/inputmethod/sj3-server/files/sj3proxy.sh
obache d16fb285cc Update sj3 to 2.0.1.23p1.
Re-arranged packages:
 * sj3-lib:removed
 * sj3-dict: removed
 * sj3-server-bin: removed
 * sj3-client: added (lib + client tools)
 * sj3-server: no more meta-pkg (server + dict)
 * sj3: added (sj3-server + sj3-client)

Notable changes since 2.0.1.21:
 * changed to gnu-configure.
 * sj3lib is shared library.
 * using lua for server settings.
 * sj3 command was removed.
 * sj3serv no longer listen network socket. Set "false" to "strict_auth" and
   invoke sj3proxy additionaly if require it.
 * dictionaty directry was changed, please refer MigrationGuide from HOMEPAGE.
   On pkgsrc, new location is ${VARBASE}/sj3/dict.
2010-02-15 13:35:21 +00:00

18 lines
285 B
Bash

#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: sj3proxy.sh,v 1.1 2010/02/15 13:35:22 obache Exp $
#
# PROVIDE: sj3proxy
# REQUIRE: sj3serv
# BEFORE: LOGIN
# KEYWORD: shutdown
#
. /etc/rc.subr
name="sj3proxy"
rcvar=$name
command="@PREFIX@/sbin/sj3proxy"
load_rc_config $name
run_rc_command "$1"