pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/uucp Create the UUCP directories at post-install t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b1bd7fa6fc4c
branches: trunk
changeset: 520807:b1bd7fa6fc4c
user: jlam <jlam%pkgsrc.org@localhost>
date: Mon Oct 30 04:12:18 2006 +0000
description:
Create the UUCP directories at post-install time.
diffstat:
net/uucp/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r a6926de96963 -r b1bd7fa6fc4c net/uucp/Makefile
--- a/net/uucp/Makefile Mon Oct 30 04:09:02 2006 +0000
+++ b/net/uucp/Makefile Mon Oct 30 04:12:18 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/10/30 03:33:59 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2006/10/30 04:12:18 jlam Exp $
DISTNAME= uucp-1.07
PKGREVISION= 1
@@ -47,6 +47,10 @@
UUCP_STATFILE?= ${UUCP_SPOOLDIR}/Stats
UUCP_DEBUGFILE?= ${UUCP_SPOOLDIR}/Debug
+OWN_DIRS_PERMS= ${UUCP_LOCKDIR} ${UUCP_USER} ${UUCP_GROUP} 0755
+OWN_DIRS_PERMS+= ${UUCP_SPOOLDIR} ${UUCP_USER} ${UUCP_GROUP} 0755
+OWN_DIRS_PERMS+= ${UUCP_PUBDIR} ${UUCP_USER} ${UUCP_GROUP} 1777
+
# Generate a policy_local.h header file that holds the paths used by UUCP.
post-configure:
@${RM} -f ${WRKSRC}/policy_local.h
Home |
Main Index |
Thread Index |
Old Index