diff options
author | lioux <lioux@FreeBSD.org> | 2006-03-28 04:44:32 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2006-03-28 04:44:32 +0800 |
commit | b07d184247d9ab8b21bbe19c133a02515091b541 (patch) | |
tree | 3e38b202427489ac521f9f62ff65a886b0b33402 /net-p2p | |
parent | ecda7d2c8051954eaee1d77cd51e2b87db45adb0 (diff) | |
download | freebsd-ports-gnome-b07d184247d9ab8b21bbe19c133a02515091b541.tar.gz freebsd-ports-gnome-b07d184247d9ab8b21bbe19c133a02515091b541.tar.zst freebsd-ports-gnome-b07d184247d9ab8b21bbe19c133a02515091b541.zip |
Do not hardcode rc.subr(8) location
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/i2p/files/i2p.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/i2p/files/i2p.sh.in b/net-p2p/i2p/files/i2p.sh.in index e3fd12fcbe2b..5da408c0c0b0 100644 --- a/net-p2p/i2p/files/i2p.sh.in +++ b/net-p2p/i2p/files/i2p.sh.in @@ -15,7 +15,7 @@ #i2p_user="" # -. /etc/rc.subr +. %%RC_SUBR%% name="i2p" rcvar=`set_rcvar` |