diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-03-27 20:44:32 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-03-27 20:44:32 +0000 |
commit | b7b41eda73ed50a122ad5c1098c3033cf4e0336a (patch) | |
tree | 5a91ed35b30ed1b10bf7e0196791c0f2b6c2b2d7 /net-p2p | |
parent | 359ad2f380bea6b69d2d2f18c7a27bf8db545a9b (diff) | |
download | ports-b7b41eda73ed50a122ad5c1098c3033cf4e0336a.tar.gz ports-b7b41eda73ed50a122ad5c1098c3033cf4e0336a.zip |
Notes
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` |