diff options
author | koitsu <koitsu@FreeBSD.org> | 2008-03-10 04:10:31 +0800 |
---|---|---|
committer | koitsu <koitsu@FreeBSD.org> | 2008-03-10 04:10:31 +0800 |
commit | 8c24cf1aa628a68e9979a6908aba0c1ad01a3549 (patch) | |
tree | 05bda854c0728197f0f43bb570ac1a08e8ada6ac | |
parent | bbda29527025e8cbf58abf382ef7a17afb0c69fa (diff) | |
download | freebsd-ports-gnome-8c24cf1aa628a68e9979a6908aba0c1ad01a3549.tar.gz freebsd-ports-gnome-8c24cf1aa628a68e9979a6908aba0c1ad01a3549.tar.zst freebsd-ports-gnome-8c24cf1aa628a68e9979a6908aba0c1ad01a3549.zip |
* Don't need p5-Digest-MD5; p5-libwww dependency takes care of that.
* Set home directory of /usr/local/cricket for "cricket" user.
-rw-r--r-- | UIDs | 2 | ||||
-rw-r--r-- | net-mgmt/cricket/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -71,7 +71,7 @@ vchat:*:128:128:VChat Conferencing System:/nonexistent:/usr/sbin/nologin _bgpd:*:130:130:BGP Daemon:/var/empty:/usr/sbin/nologin _ospfd:*:131:131:OSPF Daemon:/var/empty:/usr/sbin/nologin _spamd:*:132:132:Spam Daemon:/var/empty:/usr/sbin/nologin -cricket:*:141:80:Cricket Monitoring User:/nonexistent:/usr/sbin/nologin +cricket:*:141:80:Cricket Monitoring User:/usr/local/cricket:/usr/sbin/nologin dovecot:*:143:143:Dovecot User:/var/empty:/usr/sbin/nologin rbldns:*:153:153:rbldnsd pseudo-user:/nonexistent:/usr/sbin/nologin sfs:*:171:171:Self-Certifying File System:/nonexistent:/usr/sbin/nologin diff --git a/net-mgmt/cricket/Makefile b/net-mgmt/cricket/Makefile index 80c01f992953..c83c694a987b 100644 --- a/net-mgmt/cricket/Makefile +++ b/net-mgmt/cricket/Makefile @@ -16,8 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A high performance, extremely flexible monitoring system -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/SNMP_Session.pm:${PORTSDIR}/net-mgmt/p5-SNMP_Session \ ${SITE_PERL}/Time/Zone.pm:${PORTSDIR}/devel/p5-TimeDate |