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:
parent
c19c93ddd2
commit
caac6a0f79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264574
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user