diff options
author | lioux <lioux@FreeBSD.org> | 2005-10-10 11:05:04 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-10-10 11:05:04 +0000 |
commit | 702578de5766611c6bdfd72b9a4693554155801d (patch) | |
tree | 60e86022eeed0c1f93b44339175c23e319f985e6 /net-p2p/i2p | |
parent | 5507d0cc7015ad60fc978ab9fa7930081db7e3e2 (diff) | |
download | FreeBSD-ports-702578de5766611c6bdfd72b9a4693554155801d.zip FreeBSD-ports-702578de5766611c6bdfd72b9a4693554155801d.tar.gz |
o rc.subr(8) startup scripts should "REQUIRE: LOGIN" instead of
NETWORKING since they rely on su(1) to user accounts other than
root
o Bump PORTREVISION
Diffstat (limited to 'net-p2p/i2p')
-rw-r--r-- | net-p2p/i2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/i2p/files/i2p.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/i2p/Makefile b/net-p2p/i2p/Makefile index 763ba13..5a5f841 100644 --- a/net-p2p/i2p/Makefile +++ b/net-p2p/i2p/Makefile @@ -7,6 +7,7 @@ PORTNAME= i2p PORTVERSION= 0.6.1.2 +PORTREVISION= 1 CATEGORIES= net java security MASTER_SITES= http://dev.i2p.net/i2p/ diff --git a/net-p2p/i2p/files/i2p.sh b/net-p2p/i2p/files/i2p.sh index dd7fa52..25f8927 100644 --- a/net-p2p/i2p/files/i2p.sh +++ b/net-p2p/i2p/files/i2p.sh @@ -5,7 +5,7 @@ # Under a BSDL license. Copyright 2005. Mario S F Ferreira <lioux@FreeBSD.org> # PROVIDE: i2p -# REQUIRE: NETWORKING +# REQUIRE: LOGIN # KEYWORD: FreeBSD shutdown # |