From b07d184247d9ab8b21bbe19c133a02515091b541 Mon Sep 17 00:00:00 2001 From: lioux Date: Mon, 27 Mar 2006 20:44:32 +0000 Subject: Do not hardcode rc.subr(8) location --- net-p2p/i2p/files/i2p.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-p2p/i2p') 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` -- cgit