Fix user id.
This commit is contained in:
parent
685154777d
commit
ca446112cc
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/03 11:45:31 mbalmer Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2006/11/03 15:16:41 mbalmer Exp $
|
||||
|
||||
COMMENT= "authentication library for courier"
|
||||
COMMENT-ldap= "ldap authentication module for courier-authLib"
|
||||
@ -7,10 +7,11 @@ COMMENT-pgsql= "pgsql authentication module for courier-authLib"
|
||||
COMMENT-userdb= "userdb authentication module for courier-authLib"
|
||||
|
||||
DISTNAME= courier-authlib-0.58
|
||||
PKGNAME-ldap= ${DISTNAME:S/lib-/lib-ldap-/}
|
||||
PKGNAME-mysql= ${DISTNAME:S/lib-/lib-mysql-/}
|
||||
PKGNAME-pgsql= ${DISTNAME:S/lib-/lib-pgsql-/}
|
||||
PKGNAME-userdb= ${DISTNAME:S/lib-/lib-userdb-/}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME-ldap= ${DISTNAME:S/lib-/lib-ldap-/}p0
|
||||
PKGNAME-mysql= ${DISTNAME:S/lib-/lib-mysql-/}p0
|
||||
PKGNAME-pgsql= ${DISTNAME:S/lib-/lib-pgsql-/}p0
|
||||
PKGNAME-userdb= ${DISTNAME:S/lib-/lib-userdb-/}p0
|
||||
|
||||
SHARED_LIBS= authpipe 0.0 \
|
||||
authpwd 0.0 \
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/03 11:45:31 mbalmer Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2006/11/03 15:16:41 mbalmer Exp $
|
||||
@conflict courier-authlib-*
|
||||
@newgroup _courier:556
|
||||
@newuser _courier:556:556:daemon:Courier Mail Server:/var/empty:/sbin/nologin
|
||||
@newgroup _courier:571
|
||||
@newuser _courier:571:571:daemon:Courier Mail Server:/var/empty:/sbin/nologin
|
||||
%%SHARED%%
|
||||
bin/courierauthconfig
|
||||
include/courier_auth_config.h
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2006/11/03 13:50:54 mbalmer Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2006/11/03 15:15:02 mbalmer Exp $
|
||||
|
||||
COMMENT= "mail delivery agent with filtering abilities"
|
||||
COMMENT-utils= "quota tools for the Courier mail suite"
|
||||
|
||||
DISTNAME= maildrop-2.0.2
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= mail
|
||||
|
||||
HOMEPAGE= http://www.courier-mta.org/maildrop/
|
||||
@ -18,7 +19,7 @@ FLAVOR?=
|
||||
MULTI_PACKAGES= -utils
|
||||
SUBPACKAGE?=
|
||||
|
||||
FULLPKGNAME-utils= ${DISTNAME:S/maildrop/courier-utils/}
|
||||
FULLPKGNAME-utils= ${DISTNAME:S/maildrop/courier-utils/}p0
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2006/11/03 13:50:54 mbalmer Exp $
|
||||
@newgroup _courier:556
|
||||
@newuser _courier:556:556:daemon:Courier Mail Server:/var/empty:/sbin/nologin
|
||||
@comment $OpenBSD: PLIST,v 1.10 2006/11/03 15:15:02 mbalmer Exp $
|
||||
@newgroup _courier:571
|
||||
@newuser _courier:571:571:daemon:Courier Mail Server:/var/empty:/sbin/nologin
|
||||
bin/lockmail
|
||||
bin/mailbot
|
||||
bin/maildrop
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-utils,v 1.6 2006/11/03 13:50:54 mbalmer Exp $
|
||||
@newgroup _courier:556
|
||||
@newuser _courier:556:556:daemon:Courier Mail Server:/var/empty:/sbin/nologin
|
||||
@comment $OpenBSD: PLIST-utils,v 1.7 2006/11/03 15:15:02 mbalmer Exp $
|
||||
@newgroup _courier:571
|
||||
@newuser _courier:571:571:daemon:Courier Mail Server:/var/empty:/sbin/nologin
|
||||
bin/deliverquota
|
||||
bin/maildirmake
|
||||
@man man/man1/maildirmake.1
|
||||
|
Loading…
Reference in New Issue
Block a user