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 /mail/popular | |
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 'mail/popular')
-rw-r--r-- | mail/popular/files/0ringd.sh.in | 2 | ||||
-rw-r--r-- | mail/popular/files/pcheckd.sh.in | 2 | ||||
-rw-r--r-- | mail/popular/files/pproxy.sh.in | 2 | ||||
-rw-r--r-- | mail/popular/files/pserv.sh.in | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mail/popular/files/0ringd.sh.in b/mail/popular/files/0ringd.sh.in index 5341113a47f3..1d0947b9dfda 100644 --- a/mail/popular/files/0ringd.sh.in +++ b/mail/popular/files/0ringd.sh.in @@ -12,7 +12,7 @@ # ringd_enable="YES" # enable ringd # ringd_socket_user="pop" # user to own /var/run sockets -. %%RC_SUBR%% +. /etc/rc.subr name="ringd" rcvar=`set_rcvar` diff --git a/mail/popular/files/pcheckd.sh.in b/mail/popular/files/pcheckd.sh.in index f1b4654091c0..1aac331b4056 100644 --- a/mail/popular/files/pcheckd.sh.in +++ b/mail/popular/files/pcheckd.sh.in @@ -12,7 +12,7 @@ # pcheckd_enable="YES" # enable pcheckd # pcheckd_user="pop" # user for pcheckd -. %%RC_SUBR%% +. /etc/rc.subr name="pcheckd" rcvar=`set_rcvar` diff --git a/mail/popular/files/pproxy.sh.in b/mail/popular/files/pproxy.sh.in index 41876b4cbd33..f1039e6062eb 100644 --- a/mail/popular/files/pproxy.sh.in +++ b/mail/popular/files/pproxy.sh.in @@ -12,7 +12,7 @@ # pproxy_enable="YES" # enable pproxy # pproxy_user="pop" # user to pproxy -. %%RC_SUBR%% +. /etc/rc.subr name="pproxy" rcvar=`set_rcvar` diff --git a/mail/popular/files/pserv.sh.in b/mail/popular/files/pserv.sh.in index d86008220163..b1984e7092ee 100644 --- a/mail/popular/files/pserv.sh.in +++ b/mail/popular/files/pserv.sh.in @@ -12,7 +12,7 @@ # pserv_enable="YES" # enable pserv # pserv_user="pop" # user for pserv -. %%RC_SUBR%% +. /etc/rc.subr name="pserv" rcvar=`set_rcvar` |