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 /net-p2p | |
parent | 9de837d04395a0f80f7b2eb78d09de0c4dd344bb (diff) | |
download | ports-1d6b4b3f9145338f9413b8827d5fdb118ac9be1f.tar.gz ports-1d6b4b3f9145338f9413b8827d5fdb118ac9be1f.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule-devel/files/amuled.sh.in | 2 | ||||
-rw-r--r-- | net-p2p/amule/files/amuled.sh.in | 2 | ||||
-rw-r--r-- | net-p2p/amule2/files/amuled.sh.in | 2 | ||||
-rw-r--r-- | net-p2p/bnbt/files/bnbt.sh.in | 2 | ||||
-rw-r--r-- | net-p2p/dcd/files/dcd.sh.in | 2 | ||||
-rw-r--r-- | net-p2p/gift/files/giftd.in | 2 | ||||
-rw-r--r-- | net-p2p/i2p/files/i2p.sh.in | 2 | ||||
-rw-r--r-- | net-p2p/mldonkey/files/mlnet.in | 2 | ||||
-rw-r--r-- | net-p2p/py-bittornado/files/bttrack.in | 2 | ||||
-rw-r--r-- | net-p2p/transmission-cli/files/transmission.in | 2 | ||||
-rw-r--r-- | net-p2p/uhub/files/uhub.sh.in | 2 | ||||
-rw-r--r-- | net-p2p/verlihub/files/verlihub.in | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/net-p2p/amule-devel/files/amuled.sh.in b/net-p2p/amule-devel/files/amuled.sh.in index 99e6723cb0c5..d3dae43db169 100644 --- a/net-p2p/amule-devel/files/amuled.sh.in +++ b/net-p2p/amule-devel/files/amuled.sh.in @@ -18,7 +18,7 @@ # amuled_home (str): Set to home directory of user running amuled # (default /home/${amuled_user}) # -. %%RC_SUBR%% +. /etc/rc.subr name="amuled" rcvar=`set_rcvar` diff --git a/net-p2p/amule/files/amuled.sh.in b/net-p2p/amule/files/amuled.sh.in index 99e6723cb0c5..d3dae43db169 100644 --- a/net-p2p/amule/files/amuled.sh.in +++ b/net-p2p/amule/files/amuled.sh.in @@ -18,7 +18,7 @@ # amuled_home (str): Set to home directory of user running amuled # (default /home/${amuled_user}) # -. %%RC_SUBR%% +. /etc/rc.subr name="amuled" rcvar=`set_rcvar` diff --git a/net-p2p/amule2/files/amuled.sh.in b/net-p2p/amule2/files/amuled.sh.in index 99e6723cb0c5..d3dae43db169 100644 --- a/net-p2p/amule2/files/amuled.sh.in +++ b/net-p2p/amule2/files/amuled.sh.in @@ -18,7 +18,7 @@ # amuled_home (str): Set to home directory of user running amuled # (default /home/${amuled_user}) # -. %%RC_SUBR%% +. /etc/rc.subr name="amuled" rcvar=`set_rcvar` diff --git a/net-p2p/bnbt/files/bnbt.sh.in b/net-p2p/bnbt/files/bnbt.sh.in index 6ece8d189e51..cbdc3b3d77f6 100644 --- a/net-p2p/bnbt/files/bnbt.sh.in +++ b/net-p2p/bnbt/files/bnbt.sh.in @@ -16,7 +16,7 @@ # See bnbt(1) for bnbt_flags # -. "%%RC_SUBR%%" +. /etc/rc.subr name="bnbt" rcvar=`set_rcvar` diff --git a/net-p2p/dcd/files/dcd.sh.in b/net-p2p/dcd/files/dcd.sh.in index 0b6ac79a2a0a..39c6a95b846b 100644 --- a/net-p2p/dcd/files/dcd.sh.in +++ b/net-p2p/dcd/files/dcd.sh.in @@ -10,7 +10,7 @@ # dcd_enable (bool): Set to NO by default. # Set it to YES to enable dcd. -. %%RC_SUBR%% +. /etc/rc.subr name="dcd" rcvar=${name}_enable diff --git a/net-p2p/gift/files/giftd.in b/net-p2p/gift/files/giftd.in index c1e73c205f39..9d45474d8d10 100644 --- a/net-p2p/gift/files/giftd.in +++ b/net-p2p/gift/files/giftd.in @@ -19,7 +19,7 @@ giftd_flags="-d -q" # giftd_user="" # giftd_local_dir="" -. %%RC_SUBR%% +. /etc/rc.subr name=giftd rcvar=`set_rcvar` diff --git a/net-p2p/i2p/files/i2p.sh.in b/net-p2p/i2p/files/i2p.sh.in index 5da408c0c0b0..e3fd12fcbe2b 100644 --- a/net-p2p/i2p/files/i2p.sh.in +++ b/net-p2p/i2p/files/i2p.sh.in @@ -15,7 +15,7 @@ #i2p_user="" # -. %%RC_SUBR%% +. /etc/rc.subr name="i2p" rcvar=`set_rcvar` diff --git a/net-p2p/mldonkey/files/mlnet.in b/net-p2p/mldonkey/files/mlnet.in index a0e79844781c..2874c2b3c322 100644 --- a/net-p2p/mldonkey/files/mlnet.in +++ b/net-p2p/mldonkey/files/mlnet.in @@ -17,7 +17,7 @@ #mlnet_logfile="" # -. %%RC_SUBR%% +. /etc/rc.subr name="mlnet" rcvar=`set_rcvar` diff --git a/net-p2p/py-bittornado/files/bttrack.in b/net-p2p/py-bittornado/files/bttrack.in index e44d1545ed93..a702107672f3 100644 --- a/net-p2p/py-bittornado/files/bttrack.in +++ b/net-p2p/py-bittornado/files/bttrack.in @@ -15,7 +15,7 @@ # # -. %%RC_SUBR%% +. /etc/rc.subr name=bttrack rcvar=`set_rcvar` diff --git a/net-p2p/transmission-cli/files/transmission.in b/net-p2p/transmission-cli/files/transmission.in index 3f64e5e3f729..a95021b166f7 100644 --- a/net-p2p/transmission-cli/files/transmission.in +++ b/net-p2p/transmission-cli/files/transmission.in @@ -22,7 +22,7 @@ # as root. # -. %%RC_SUBR%% +. /etc/rc.subr name="transmission" rcvar=${name}_enable diff --git a/net-p2p/uhub/files/uhub.sh.in b/net-p2p/uhub/files/uhub.sh.in index cdea6fd39bfe..7cfd522dde1c 100644 --- a/net-p2p/uhub/files/uhub.sh.in +++ b/net-p2p/uhub/files/uhub.sh.in @@ -17,7 +17,7 @@ # Default is "/var/run/uhub.pid". # -. %%RC_SUBR%% +. /etc/rc.subr name="uhub" rcvar=`set_rcvar` diff --git a/net-p2p/verlihub/files/verlihub.in b/net-p2p/verlihub/files/verlihub.in index 41b93eb2b568..4508f969b91f 100644 --- a/net-p2p/verlihub/files/verlihub.in +++ b/net-p2p/verlihub/files/verlihub.in @@ -10,7 +10,7 @@ # Set it to YES to enable verlihub. # -. "%%RC_SUBR%%" +. /etc/rc.subr name="verlihub" rcvar=${name}_enable |