Put these users in the daemon class to be consistent with all the other
ones in ports. discussed with and ok sthen@
This commit is contained in:
parent
5ed4365cfc
commit
e128a0bf97
@ -1,7 +1,7 @@
|
||||
# From FreeBSD: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
|
||||
#
|
||||
# $FreeBSD: Makefile,v 1.19 1997/09/23 02:17:58 max Exp $
|
||||
# $OpenBSD: Makefile,v 1.63 2011/11/13 13:24:14 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.64 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
|
||||
COMMENT-main = Japanese input method
|
||||
COMMENT-dict = dictionaries for Japanese Wnn
|
||||
@ -22,7 +22,7 @@ CATEGORIES = japanese
|
||||
MULTI_PACKAGES = -main -dict -zh -zhdict -ko -kodict -xwnmo -data
|
||||
|
||||
PKGNAME-main = ja-Wnn-4.2
|
||||
REVISION-main = 4
|
||||
REVISION-main = 5
|
||||
PKGNAME-dict = ja-Wnndict-4.2
|
||||
REVISION-dict = 0
|
||||
PKGNAME-zh = zh-Wnn-4.2
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.1 2006/11/20 13:50:58 espie Exp $
|
||||
@newuser _wnn:517:bin::Wnn server:/nonexistent:/sbin/nologin
|
||||
@comment $OpenBSD: PLIST-main,v 1.2 2012/01/26 08:03:56 ajacoutot Exp $
|
||||
@newuser _wnn:517:bin:daemon:Wnn server:/nonexistent:/sbin/nologin
|
||||
@pkgpath japanese/Wnn
|
||||
bin/atod
|
||||
bin/atof
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2011/09/14 01:59:25 william Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
|
||||
COMMENT= interface between mailer MTA and content checkers
|
||||
|
||||
DISTNAME= amavisd-new-2.7.0
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= mail security
|
||||
|
||||
HOMEPAGE= http://www.amavis.org/
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.13 2011/07/20 14:46:20 giovanni Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.14 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
@newgroup _vscan:530
|
||||
@newuser _vscan:530:_vscan::Amavisd-new Daemon:/var/empty:/sbin/nologin
|
||||
@newuser _vscan:530:_vscan:daemon:Amavisd-new Daemon:/var/empty:/sbin/nologin
|
||||
@extraunexec rm -fr /var/amavisd/*
|
||||
@extraunexec rm -fr /var/virusmails/*
|
||||
bin/amavisd-agent
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2011/05/11 12:57:48 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
|
||||
COMMENT= mailing list manager
|
||||
|
||||
DISTNAME= majordomo-1.94.5
|
||||
REVISION = 5
|
||||
REVISION = 6
|
||||
CATEGORIES= mail
|
||||
|
||||
HOMEPAGE= http://www.greatcircle.com/majordomo/
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2011/05/11 12:57:48 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
@newgroup _majordomo:520
|
||||
@newuser _majordomo:520:_majordomo::Majordomo:/root:/sbin/nologin
|
||||
@newuser _majordomo:520:_majordomo:daemon:Majordomo:/root:/sbin/nologin
|
||||
@extraunexec rm -rf /var/spool/majordomo/*
|
||||
@mode 755
|
||||
@owner _majordomo
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.45 2011/11/16 15:56:37 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.46 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= service daemon that monitors one or more GPSes
|
||||
COMMENT-x11= GUI test apps using gpsd
|
||||
@ -13,7 +13,7 @@ SHARED_LIBS= gps 19.0 \
|
||||
gpsd 0.0
|
||||
CATEGORIES= misc geo
|
||||
|
||||
REVISION-main= 1
|
||||
REVISION-main= 2
|
||||
REVISION-php= 2
|
||||
|
||||
HOMEPAGE= http://gpsd.berlios.de/
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.7 2010/11/25 08:55:24 sebastia Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.8 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
@conflict gpsd-python-<=2.38p3
|
||||
@pkgpath misc/gpsd,-python
|
||||
@newuser _gpsd:551:dialer::GPS server:/nonexistent:/sbin/nologin
|
||||
@newuser _gpsd:551:dialer:daemon:GPS server:/nonexistent:/sbin/nologin
|
||||
%%SHARED%%
|
||||
@bin bin/cgps
|
||||
bin/gpscat
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2011/06/23 22:50:28 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
|
||||
COMMENT= IPv4/IPv6 traffic collector
|
||||
|
||||
DISTNAME= cnupm-3.11
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://pdp-11.org.ru/~form/cnupm
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/06/23 22:50:28 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
@newgroup _cnupm:531
|
||||
@newuser _cnupm:531:_cnupm::cnupm traffic collector:/var/cnupm:/sbin/nologin
|
||||
@newuser _cnupm:531:_cnupm:daemon:cnupm traffic collector:/var/cnupm:/sbin/nologin
|
||||
@man man/man8/cnupm.8
|
||||
@man man/man8/cnupmstat.8
|
||||
@bin sbin/cnupm
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2010/11/19 22:31:32 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
|
||||
COMMENT= network statistics gatherer with graphs
|
||||
|
||||
DISTNAME= darkstat-3.0.713
|
||||
CATEGORIES= net www
|
||||
REVISION= 0
|
||||
|
||||
HOMEPAGE= http://dmr.ath.cx/net/darkstat/
|
||||
MAINTAINER= Chris Kuethe <ckuethe@openbsd.org>
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/12/13 19:36:46 ckuethe Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
@newgroup _darkstat:587
|
||||
@newuser _darkstat:587:_darkstat::Darkstat Network Monitor Account:/nonexistent:/sbin/nologin
|
||||
@newuser _darkstat:587:_darkstat:daemon:Darkstat Network Monitor Account:/nonexistent:/sbin/nologin
|
||||
@man man/man8/darkstat.8
|
||||
@bin sbin/darkstat
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.55 2011/09/16 11:13:38 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.56 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -7,7 +7,7 @@ COMMENT= multi-purpose sniffer/interceptor/logger
|
||||
VER= 0.7.3
|
||||
DISTNAME= ettercap-NG-${VER}
|
||||
PKGNAME= ettercap-${VER}
|
||||
REVISION= 9
|
||||
REVISION= 10
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ettercap/}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.17 2009/08/06 23:44:07 martynas Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.18 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
@newgroup _ettercap:636
|
||||
@newuser _ettercap:636:_ettercap::ettercap:/nonexistent:/sbin/nologin
|
||||
@newuser _ettercap:636:_ettercap:daemon:ettercap:/nonexistent:/sbin/nologin
|
||||
@bin bin/ettercap
|
||||
@bin bin/etterfilter
|
||||
@bin bin/etterlog
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2011/11/16 00:10:31 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
|
||||
COMMENT = display bandwidth usage on an inteface
|
||||
|
||||
DISTNAME = iftop-0.17
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
CATEGORIES = net
|
||||
|
||||
HOMEPAGE = http://www.ex-parrot.com/~pdw/iftop/
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2009/01/27 01:03:38 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
@newgroup _iftop:615
|
||||
@newuser _iftop:615:_iftop::iftop user:/nonexistent:/sbin/nologin
|
||||
@newuser _iftop:615:_iftop:daemon:iftop user:/nonexistent:/sbin/nologin
|
||||
bin/iftop
|
||||
@man man/man8/iftop.8
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2011/05/11 12:03:19 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
|
||||
COMMENT= simple and performant DNS server
|
||||
|
||||
VERSION= 1.3.07.11
|
||||
DISTNAME= maradns-${VERSION}
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://www.maradns.org/
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2011/05/11 12:03:19 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
@pkgpath net/maradns/stable
|
||||
@newgroup _maradns:537
|
||||
@newuser _maradns:537:_maradns::MaraDNS Account:${SYSCONFDIR}/maradns:/sbin/nologin
|
||||
@newuser _maradns:537:_maradns:daemon:MaraDNS Account:${SYSCONFDIR}/maradns:/sbin/nologin
|
||||
@extraunexec rm -f ${SYSCONFDIR}/maradns/*
|
||||
@bin bin/askmara
|
||||
@bin bin/duende
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2011/06/14 00:35:36 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
|
||||
COMMENT= monitors the status of mirrors
|
||||
|
||||
DISTNAME= mirmon-2.4
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= net
|
||||
HOMEPAGE= http://people.cs.uu.nl/henkp/mirmon/
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/05/11 12:03:19 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
@newgroup _mirmon:651
|
||||
@newuser _mirmon:651:_mirmon::mirmon user:/nonexistent:/sbin/nologin
|
||||
@newuser _mirmon:651:_mirmon:daemon:mirmon user:/nonexistent:/sbin/nologin
|
||||
@extraunexec rm -rf /var/db/mirmon/*
|
||||
bin/mirmon
|
||||
bin/mirmon-probe
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2011/05/11 12:03:19 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
|
||||
COMMENT-main = flexible network host monitoring, client
|
||||
COMMENT-server =flexible network host monitoring, server
|
||||
@ -7,7 +7,7 @@ V = 1.4.5
|
||||
DISTNAME = munin-$V
|
||||
PKGNAME-main = munin-node-$V
|
||||
PKGNAME-server =munin-server-$V
|
||||
REVISION-main = 6
|
||||
REVISION-main = 7
|
||||
REVISION-server = 2
|
||||
CATEGORIES = net
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.6 2011/05/11 12:03:19 jasper Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.7 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
@newgroup _munin:644
|
||||
@newgroup _munin-plugin:645
|
||||
@newuser _munin:644:_munin:daemon:munin user:/nonexistent:/sbin/nologin
|
||||
@newuser _munin-plugin:645:_munin-plugin::munin-plugin user:/nonexistent:/sbin/nologin
|
||||
@newuser _munin-plugin:645:_munin-plugin:daemon:munin-plugin user:/nonexistent:/sbin/nologin
|
||||
@extraunexec rm -rf ${SYSCONFDIR}/munin/plugins/*
|
||||
@extraunexec rm -rf ${SYSCONFDIR}/munin/plugin-conf.d/*
|
||||
@extraunexec rm -rf /var/log/munin/*
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2011/06/16 21:21:43 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
|
||||
COMMENT= network grep
|
||||
|
||||
DISTNAME= ngrep-1.45
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ngrep/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2009/03/30 21:19:02 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
@newgroup _ngrep:622
|
||||
@newuser _ngrep:622:_ngrep::ngrep user:/nonexistent:/sbin/nologin
|
||||
@newuser _ngrep:622:_ngrep:daemon:ngrep user:/nonexistent:/sbin/nologin
|
||||
@man man/man8/ngrep.8
|
||||
@bin sbin/ngrep
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.53 2011/06/20 08:52:31 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.54 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
|
||||
COMMENT= USENET software package designed for small sites
|
||||
|
||||
DISTNAME= leafnode-1.11.8
|
||||
CATEGORIES= news
|
||||
REVISION= 0
|
||||
|
||||
HOMEPAGE= http://leafnode.sourceforge.net/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.16 2011/05/11 07:45:52 ajacoutot Exp $
|
||||
@newuser _news:519:news::NNTP server:/var/spool/news:/sbin/nologin
|
||||
@comment $OpenBSD: PLIST,v 1.17 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
@newuser _news:519:news:daemon:NNTP server:/var/spool/news:/sbin/nologin
|
||||
@extraunexec rm -rf /var/spool/news/*
|
||||
@bin bin/leafnode-version
|
||||
@bin bin/newsq
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2010/11/20 17:22:44 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
# $FreeBSD: Makefile,v 1.1.1.1 1998/02/14 04:10:30 obrien Exp $
|
||||
|
||||
COMMENT= NetBIOS Auditing Tool / Security Kit
|
||||
|
||||
DISTNAME= nat10
|
||||
PKGNAME= nbaudit-1.0
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= ftp://ftp.auscert.org.au/pub/coast/mirrors/ftp.secnet.com/tools/nat10/ \
|
||||
${MASTER_SITE_PACKETSTORM:=NT/scanners/}
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2009/06/19 10:31:20 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
@newgroup _nbaudit:633
|
||||
@newuser _nbaudit:633:_nbaudit::nbaudit user:/nonexistent:/sbin/nologin
|
||||
@newuser _nbaudit:633:_nbaudit:daemon:nbaudit user:/nonexistent:/sbin/nologin
|
||||
@bin bin/nbaudit
|
||||
@man man/man1/nbaudit.1
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2010/11/26 14:56:15 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
|
||||
DISTNAME= scanlogd-2.2.6
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
CATEGORIES= security
|
||||
COMMENT= TCP port scan detection tool
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/09/28 01:54:19 jcs Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
@newgroup _scanlogd:514
|
||||
@newuser _scanlogd:514:_scanlogd::scanlogd:/nonexistent:/sbin/nologin
|
||||
@newuser _scanlogd:514:_scanlogd:daemon:scanlogd:/nonexistent:/sbin/nologin
|
||||
@man man/man8/scanlogd.8
|
||||
sbin/scanlogd
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.62 2011/11/16 00:25:05 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.63 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -9,7 +9,7 @@ V= 2.3.5
|
||||
DISTNAME= gkrellm-${V}
|
||||
PKGNAME-main= gkrellm-server-${V}
|
||||
PKGNAME-client= gkrellm-${V}
|
||||
REVISION-main= 2
|
||||
REVISION-main= 3
|
||||
REVISION-client=1
|
||||
CATEGORIES= sysutils sysutils/gkrellm
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.4 2010/01/05 12:40:36 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.5 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
@pkgpath sysutils/gkrellm/gkrellm
|
||||
@pkgpath sysutils/gkrellm/gkrellm,no_client
|
||||
@newgroup _gkrellmd:607
|
||||
@newuser _gkrellmd:607:_gkrellmd::GKrellM Daemon:/var/empty:/sbin/nologin
|
||||
@newuser _gkrellmd:607:_gkrellmd:daemon:GKrellM Daemon:/var/empty:/sbin/nologin
|
||||
include/gkrellm2/gkrellmd.h
|
||||
@man man/man1/gkrellmd.1
|
||||
@mode 2755
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.57 2012/01/24 12:38:44 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.58 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= UPS monitoring program supporting many brands
|
||||
COMMENT-cgi= CGIs for monitoring Nut-based UPSs
|
||||
@ -6,7 +6,7 @@ COMMENT-snmp= driver for monitoring UPS via SNMP
|
||||
COMMENT-xml= driver for monitoring UPS via XML/HTTP
|
||||
|
||||
DISTNAME= nut-2.6.3
|
||||
REVISION-main= 1
|
||||
REVISION-main= 2
|
||||
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-cgi= ${DISTNAME:S/-/-cgi-/}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.15 2012/01/12 11:39:36 sthen Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.16 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
@conflict nut-<2.6.2p0
|
||||
@conflict nut-scanner-*
|
||||
@conflict upsd-*
|
||||
@ -8,7 +8,7 @@
|
||||
@pkgpath sysutils/nut,snmp
|
||||
@pkgpath sysutils/nut,no_cgi,snmp
|
||||
@newgroup ${NUT_USER}:${NUT_ID}
|
||||
@newuser ${NUT_USER}:${NUT_ID}:${NUT_ID}::UPS User:/var/empty:/sbin/nologin
|
||||
@newuser ${NUT_USER}:${NUT_ID}:${NUT_ID}:daemon:UPS User:/var/empty:/sbin/nologin
|
||||
@bin bin/apcsmart
|
||||
@bin bin/apcsmart-old
|
||||
@bin bin/bcmxcp
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2011/05/23 14:49:42 gsoares Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
|
||||
COMMENT = HTTP reverse proxy/load balancer/SSL offload
|
||||
|
||||
DISTNAME = Pound-2.5
|
||||
PKGNAME = ${DISTNAME:L}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = www
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2011/05/23 14:49:42 gsoares Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2012/01/26 08:03:57 ajacoutot Exp $
|
||||
@newgroup _pound:626
|
||||
@newuser _pound:626:_pound::pound user:/nonexistent:/sbin/nologin
|
||||
@newuser _pound:626:_pound:daemon:pound user:/nonexistent:/sbin/nologin
|
||||
@man man/man8/pound.8
|
||||
@man man/man8/poundctl.8
|
||||
@bin sbin/pound
|
||||
|
Loading…
Reference in New Issue
Block a user