aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2010-11-15 10:16:26 +0000
committerStefan Walter <stefan@FreeBSD.org>2010-11-15 10:16:26 +0000
commitcaac6a0f79bdcd1da7dbd7e575776adfb792af6c (patch)
tree1647ddeea82249a9be426362a2f71f2d95d9de12 /net-p2p
parentc19c93ddd225545f9ccfef35304478e940dd37f3 (diff)
downloadports-caac6a0f79bdcd1da7dbd7e575776adfb792af6c.tar.gz
ports-caac6a0f79bdcd1da7dbd7e575776adfb792af6c.zip
- Adjust rc.d script's rcorder dependencies now that it runs as a specific user.
[1] - Satisfy portlint. Suggested by: dougb [1]
Notes
Notes: svn path=/head/; revision=264574
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/uhub/Makefile4
-rw-r--r--net-p2p/uhub/distinfo1
-rw-r--r--net-p2p/uhub/files/uhub.sh.in3
3 files changed, 3 insertions, 5 deletions
diff --git a/net-p2p/uhub/Makefile b/net-p2p/uhub/Makefile
index 02bc02947cc2..a6b73cfb4ba9 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 ad77d654cec2..1049d9e2036c 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 7f8167b5b497..f4abad5a2de6 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: