summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-30 09:03:13 +0000
committergrant <grant@pkgsrc.org>2004-05-30 09:03:13 +0000
commit12b571c657d2157c65205669c3d31681cb5a1dc8 (patch)
treea21c29b5d84e3ea9b34cc3d244d637ce7b2cf287
parent655a84925ece71c3e88e36030f46877c87a2cabd (diff)
downloadpkgsrc-12b571c657d2157c65205669c3d31681cb5a1dc8.tar.gz
Delete files (requested by abs in ticket #28):
Delete exim-user - No longer required - exim now looks up EXIM_{USER,GROUP} at runtime
-rw-r--r--mail/exim-user/DESCR3
-rw-r--r--mail/exim-user/Makefile28
-rw-r--r--mail/exim-user/PLIST2
3 files changed, 0 insertions, 33 deletions
diff --git a/mail/exim-user/DESCR b/mail/exim-user/DESCR
deleted file mode 100644
index e38a7cb0b83..00000000000
--- a/mail/exim-user/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-This is a pre-req package which ensures the existance of the mail user
-which is required for exim to build (and therefore must exist pre-build for
-the exim package itself).
diff --git a/mail/exim-user/Makefile b/mail/exim-user/Makefile
deleted file mode 100644
index 9b5d14be1bc..00000000000
--- a/mail/exim-user/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2003/08/02 17:00:07 jmmv Exp $
-
-DISTNAME= exim-user-4.10
-PKGREVISION= 1
-CATEGORIES= mail net
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-MAINTAINER= jmc@NetBSD.org
-HOMEPAGE= # empty
-COMMENT= Pre-req package for exim to setup user needed for build/use
-
-USE_PKGINSTALL= yes
-
-EXTRACT_ONLY= # empty
-NO_CHECKSUM= yes
-NO_CONFIGURE= yes
-NO_BUILD= yes
-
-.include "../../mk/bsd.prefs.mk"
-
-BUILD_DEFS+= EXIM_GROUP EXIM_USER
-PKG_GROUPS= ${EXIM_GROUP}
-PKG_USERS= ${EXIM_USER}:${EXIM_GROUP}:8:Exim\\ mail\\ server\\ user:/var/mail:/sbin/nologin
-
-do-install: # empty
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/mail/exim-user/PLIST b/mail/exim-user/PLIST
deleted file mode 100644
index f8327cae805..00000000000
--- a/mail/exim-user/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2003/06/23 16:10:57 jmc Exp $
-@comment this plist intentionally left empty