We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
16 lines
226 B
Bash
16 lines
226 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
# PROVIDE: symux
|
|
# REQUIRE: NETWORKING SERVERS
|
|
|
|
. %%RC_SUBR%%
|
|
|
|
name="symux"
|
|
rcvar=`set_rcvar`
|
|
command="%%PREFIX%%/bin/symux"
|
|
symux_enable=${symux_enable:-"NO"}
|
|
|
|
load_rc_config $name
|
|
run_rc_command "$1"
|
|
|