1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- Adjust rc.d script's rcorder dependencies now that it runs as a specific user.

[1]
- Satisfy portlint.

Suggested by:	dougb [1]
This commit is contained in:
Stefan Walter 2010-11-15 10:16:26 +00:00
parent c19c93ddd2
commit caac6a0f79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264574
3 changed files with 3 additions and 5 deletions

View File

@ -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>

View File

@ -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

View File

@ -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: