diff options
author | lioux <lioux@FreeBSD.org> | 2005-10-10 19:05:04 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-10-10 19:05:04 +0800 |
commit | 702578de5766611c6bdfd72b9a4693554155801d (patch) | |
tree | 60e86022eeed0c1f93b44339175c23e319f985e6 | |
parent | 5507d0cc7015ad60fc978ab9fa7930081db7e3e2 (diff) | |
download | freebsd-ports-gnome-702578de5766611c6bdfd72b9a4693554155801d.tar.gz freebsd-ports-gnome-702578de5766611c6bdfd72b9a4693554155801d.tar.zst freebsd-ports-gnome-702578de5766611c6bdfd72b9a4693554155801d.zip |
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
-rw-r--r-- | net-p2p/freenet/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/freenet/files/freenet.sh | 2 | ||||
-rw-r--r-- | net-p2p/freenet05/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/freenet05/files/freenet.sh | 2 | ||||
-rw-r--r-- | net-p2p/i2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/i2p/files/i2p.sh | 2 | ||||
-rw-r--r-- | net/freenet/Makefile | 2 | ||||
-rw-r--r-- | net/freenet/files/freenet.sh | 2 | ||||
-rw-r--r-- | net/i2p/Makefile | 1 | ||||
-rw-r--r-- | net/i2p/files/i2p.sh | 2 |
10 files changed, 10 insertions, 8 deletions
diff --git a/net-p2p/freenet/Makefile b/net-p2p/freenet/Makefile index 4c548f8579b9..a3101c965013 100644 --- a/net-p2p/freenet/Makefile +++ b/net-p2p/freenet/Makefile @@ -7,7 +7,7 @@ PORTNAME= freenet PORTVERSION= 0.5.2.1.5105 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net java security MASTER_SITES= http://freenetproject.org/snapshots/ \ http://fgudin.nerim.net/files/ diff --git a/net-p2p/freenet/files/freenet.sh b/net-p2p/freenet/files/freenet.sh index 50c1e47294be..4d4b75251a6a 100644 --- a/net-p2p/freenet/files/freenet.sh +++ b/net-p2p/freenet/files/freenet.sh @@ -5,7 +5,7 @@ # Under a BSDL license. Copyright 2005. Mario S F Ferreira <lioux@FreeBSD.org> # PROVIDE: freenet -# REQUIRE: NETWORKING +# REQUIRE: LOGIN # KEYWORD: FreeBSD shutdown # diff --git a/net-p2p/freenet05/Makefile b/net-p2p/freenet05/Makefile index 4c548f8579b9..a3101c965013 100644 --- a/net-p2p/freenet05/Makefile +++ b/net-p2p/freenet05/Makefile @@ -7,7 +7,7 @@ PORTNAME= freenet PORTVERSION= 0.5.2.1.5105 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net java security MASTER_SITES= http://freenetproject.org/snapshots/ \ http://fgudin.nerim.net/files/ diff --git a/net-p2p/freenet05/files/freenet.sh b/net-p2p/freenet05/files/freenet.sh index 50c1e47294be..4d4b75251a6a 100644 --- a/net-p2p/freenet05/files/freenet.sh +++ b/net-p2p/freenet05/files/freenet.sh @@ -5,7 +5,7 @@ # Under a BSDL license. Copyright 2005. Mario S F Ferreira <lioux@FreeBSD.org> # PROVIDE: freenet -# REQUIRE: NETWORKING +# REQUIRE: LOGIN # KEYWORD: FreeBSD shutdown # diff --git a/net-p2p/i2p/Makefile b/net-p2p/i2p/Makefile index 763ba13a4d06..5a5f841a55c1 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 dd7fa52f64c3..25f8927faef0 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 # diff --git a/net/freenet/Makefile b/net/freenet/Makefile index 4c548f8579b9..a3101c965013 100644 --- a/net/freenet/Makefile +++ b/net/freenet/Makefile @@ -7,7 +7,7 @@ PORTNAME= freenet PORTVERSION= 0.5.2.1.5105 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net java security MASTER_SITES= http://freenetproject.org/snapshots/ \ http://fgudin.nerim.net/files/ diff --git a/net/freenet/files/freenet.sh b/net/freenet/files/freenet.sh index 50c1e47294be..4d4b75251a6a 100644 --- a/net/freenet/files/freenet.sh +++ b/net/freenet/files/freenet.sh @@ -5,7 +5,7 @@ # Under a BSDL license. Copyright 2005. Mario S F Ferreira <lioux@FreeBSD.org> # PROVIDE: freenet -# REQUIRE: NETWORKING +# REQUIRE: LOGIN # KEYWORD: FreeBSD shutdown # diff --git a/net/i2p/Makefile b/net/i2p/Makefile index 763ba13a4d06..5a5f841a55c1 100644 --- a/net/i2p/Makefile +++ b/net/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/i2p/files/i2p.sh b/net/i2p/files/i2p.sh index dd7fa52f64c3..25f8927faef0 100644 --- a/net/i2p/files/i2p.sh +++ b/net/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 # |