- Fix homedir of new account created with @newuser

from Niclas Sodergard <nickus@gmail.com>
- Don't hardcode /etc in PLIST
- Bump PKGNAME

MAINTAINER timeout
This commit is contained in:
alek 2005-10-31 15:06:07 +00:00
parent 28dc7d463e
commit e6f1355e02
2 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2005/05/14 08:49:53 djm Exp $
# $OpenBSD: Makefile,v 1.3 2005/10/31 15:06:07 alek Exp $
COMMENT= "NetFlow collector"
DISTNAME= flowd-0.8.5
PKGNAME= ${DISTNAME}p0
CATEGORIES= net
MASTER_SITES= http://www2.mindrot.org/files/flowd/

View File

@ -1,6 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/03/03 07:15:28 jakob Exp $
@comment $OpenBSD: PLIST,v 1.2 2005/10/31 15:06:07 alek Exp $
@newgroup _flowd:542
@newuser _flowd:542:542:daemon:flowd user:/nonexistent:/sbin/nologin
@newuser _flowd:542:542:daemon:flowd user:/var/empty:/sbin/nologin
bin/flowd-reader
include/flowd/
include/flowd/addr.h
@ -13,4 +13,4 @@ lib/libflowd.a
sbin/flowd
share/examples/flowd/
share/examples/flowd/flowd.conf
@sample /etc/flowd.conf
@sample ${SYSCONFDIR}/flowd.conf