diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-03-27 00:15:24 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-03-27 00:15:24 +0000 |
commit | 1d6b4b3f9145338f9413b8827d5fdb118ac9be1f (patch) | |
tree | 2fcb7a6c8fd09bc0b639967f8bc88bcc777caaea /games | |
parent | 9de837d04395a0f80f7b2eb78d09de0c4dd344bb (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/mtaserver/files/mtad.in | 2 | ||||
-rw-r--r-- | games/pvpgn/files/bnetd.sh.in | 2 | ||||
-rw-r--r-- | games/quaqut/files/quaqut.in | 2 | ||||
-rw-r--r-- | games/sampsvr/files/sampd.in | 2 | ||||
-rw-r--r-- | games/utserver/files/ucc.in | 2 | ||||
-rw-r--r-- | games/wolfpack/files/wolfpack.in | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/games/mtaserver/files/mtad.in b/games/mtaserver/files/mtad.in index b28e342773c5..654167633bf5 100644 --- a/games/mtaserver/files/mtad.in +++ b/games/mtaserver/files/mtad.in @@ -10,7 +10,7 @@ # mtad_enable (bool): Set to "NO" by default. # Set it to "YES" to enable mtad. -. %%RC_SUBR%% +. /etc/rc.subr name="mtad" rcvar=${name}_enable diff --git a/games/pvpgn/files/bnetd.sh.in b/games/pvpgn/files/bnetd.sh.in index 38f5d1e1152a..f8389f652bdb 100644 --- a/games/pvpgn/files/bnetd.sh.in +++ b/games/pvpgn/files/bnetd.sh.in @@ -17,7 +17,7 @@ # See bnetd(1) for flags # -. %%RC_SUBR%% +. /etc/rc.subr name=bnetd rcvar=`set_rcvar` diff --git a/games/quaqut/files/quaqut.in b/games/quaqut/files/quaqut.in index 193cc2c6176f..30e3cf5fc288 100644 --- a/games/quaqut/files/quaqut.in +++ b/games/quaqut/files/quaqut.in @@ -15,7 +15,7 @@ # It must be a number between 10 and 9999. # -. %%RC_SUBR%% +. /etc/rc.subr name="quaqut" rcvar=${name}_enable diff --git a/games/sampsvr/files/sampd.in b/games/sampsvr/files/sampd.in index 75f6fc5fe54c..d766cafd0f56 100644 --- a/games/sampsvr/files/sampd.in +++ b/games/sampsvr/files/sampd.in @@ -10,7 +10,7 @@ # sampd_enable (bool): Set to "NO" by default. # Set it to "YES" to enable sampd. -. %%RC_SUBR%% +. /etc/rc.subr name="sampd" rcvar=${name}_enable diff --git a/games/utserver/files/ucc.in b/games/utserver/files/ucc.in index 661f952feb64..d3382d77d65e 100644 --- a/games/utserver/files/ucc.in +++ b/games/utserver/files/ucc.in @@ -10,7 +10,7 @@ # ucc_enable (bool): Set to "NO" by default. # Set it to "YES" to enable ucc. -. %%RC_SUBR%% +. /etc/rc.subr name="ucc" rcvar=${name}_enable diff --git a/games/wolfpack/files/wolfpack.in b/games/wolfpack/files/wolfpack.in index 43adb7fe4551..be0ab909a0c0 100644 --- a/games/wolfpack/files/wolfpack.in +++ b/games/wolfpack/files/wolfpack.in @@ -10,7 +10,7 @@ # about configuring the server and creating a world first. # -. %%RC_SUBR%% +. /etc/rc.subr name=wolfpack rcvar=`set_rcvar` |