diff options
author | stefan <stefan@FreeBSD.org> | 2010-11-15 18:16:26 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2010-11-15 18:16:26 +0800 |
commit | 961a2802aabee6720af46a32684950030888f6c1 (patch) | |
tree | 3e4b1240f5b773d639185af7f0ce7de9e58926dc | |
parent | d63378bfd0d18aae879970eef9b347bc592e8739 (diff) | |
download | freebsd-ports-graphics-961a2802aabee6720af46a32684950030888f6c1.tar.gz freebsd-ports-graphics-961a2802aabee6720af46a32684950030888f6c1.tar.zst freebsd-ports-graphics-961a2802aabee6720af46a32684950030888f6c1.zip |
- Adjust rc.d script's rcorder dependencies now that it runs as a specific user.
[1]
- Satisfy portlint.
Suggested by: dougb [1]
-rw-r--r-- | net-p2p/uhub/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/uhub/distinfo | 1 | ||||
-rw-r--r-- | net-p2p/uhub/files/uhub.sh.in | 3 |
3 files changed, 3 insertions, 5 deletions
diff --git a/net-p2p/uhub/Makefile b/net-p2p/uhub/Makefile index 02bc02947cc..a6b73cfb4ba 100644 --- a/net-p2p/uhub/Makefile +++ b/net-p2p/uhub/Makefile @@ -7,7 +7,7 @@ PORTNAME= uhub PORTVERSION= 0.3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MASTER_SITES= http://www.extatic.org/downloads/uhub/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -51,7 +51,7 @@ do-install: @${INSTALL_DATA} /dev/null ${PREFIX}/etc/uhub/rules.txt.sample .for i in uhub.conf users.conf motd.txt rules.txt @[ ! -f ${PREFIX}/etc/uhub/${i} ] \ - && cp -p ${PREFIX}/etc/uhub/${i}.sample ${PREFIX}/etc/uhub/${i} + && ${CP} -p ${PREFIX}/etc/uhub/${i}.sample ${PREFIX}/etc/uhub/${i} .endfor .include <bsd.port.post.mk> diff --git a/net-p2p/uhub/distinfo b/net-p2p/uhub/distinfo index ad77d654cec..1049d9e2036 100644 --- a/net-p2p/uhub/distinfo +++ b/net-p2p/uhub/distinfo @@ -1,3 +1,2 @@ -MD5 (uhub-0.3.2-src.tar.gz) = 1ac1e561779597577f96d21736750088 SHA256 (uhub-0.3.2-src.tar.gz) = 8503f9775e2469e271a461452cedf1ef6c0d32b38e0bec6b77170b216a5a374e SIZE (uhub-0.3.2-src.tar.gz) = 156108 diff --git a/net-p2p/uhub/files/uhub.sh.in b/net-p2p/uhub/files/uhub.sh.in index 7f8167b5b49..f4abad5a2de 100644 --- a/net-p2p/uhub/files/uhub.sh.in +++ b/net-p2p/uhub/files/uhub.sh.in @@ -3,8 +3,7 @@ # $FreeBSD$ # # PROVIDE: uhub -# REQUIRE: DAEMON -# BEFORE: LOGIN +# REQUIRE: LOGIN # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable uhub: |