diff options
author | dougb <dougb@FreeBSD.org> | 2010-03-27 08:15:24 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-03-27 08:15:24 +0800 |
commit | c95757bf8977796444544918518204869dc4cfb0 (patch) | |
tree | f74b156ca1cd409a2379581dbbc1d56c34d94a25 /textproc | |
parent | 1236f9731f8f6498ca2a039a20823973b1846ad4 (diff) | |
download | freebsd-ports-gnome-c95757bf8977796444544918518204869dc4cfb0.tar.gz freebsd-ports-gnome-c95757bf8977796444544918518204869dc4cfb0.tar.zst freebsd-ports-gnome-c95757bf8977796444544918518204869dc4cfb0.zip |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/iiimf-server/files/iiimd.sh.in | 2 | ||||
-rw-r--r-- | textproc/pootle/files/pootle.sh.in | 2 | ||||
-rw-r--r-- | textproc/xaira/files/xaira-server.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/textproc/iiimf-server/files/iiimd.sh.in b/textproc/iiimf-server/files/iiimd.sh.in index 415fb1e3c9a1..8fc86ff3f53a 100644 --- a/textproc/iiimf-server/files/iiimd.sh.in +++ b/textproc/iiimf-server/files/iiimd.sh.in @@ -8,7 +8,7 @@ iiimd_enable=${iiimd_enable:-"NO"} -. %%RC_SUBR%% +. /etc/rc.subr name="iiimd" rcvar=`set_rcvar` diff --git a/textproc/pootle/files/pootle.sh.in b/textproc/pootle/files/pootle.sh.in index 86c006f5e4e4..6b5fa25dcf19 100644 --- a/textproc/pootle/files/pootle.sh.in +++ b/textproc/pootle/files/pootle.sh.in @@ -15,7 +15,7 @@ # Default is "nobody". # -. %%RC_SUBR%% +. /etc/rc.subr name=pootle rcvar=${name}_enable diff --git a/textproc/xaira/files/xaira-server.in b/textproc/xaira/files/xaira-server.in index 97546e033922..33ff17401c82 100644 --- a/textproc/xaira/files/xaira-server.in +++ b/textproc/xaira/files/xaira-server.in @@ -7,7 +7,7 @@ # PROVIDE: sarad -. %%RC_SUBR%% +. /etc/rc.subr name="xaira" rcvar=`set_rcvar` |