Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.sbin/postfix 'postfix check' wants a lot of files to...
details: https://anonhg.NetBSD.org/src/rev/5f5cdbcf6ad0
branches: trunk
changeset: 487746:5f5cdbcf6ad0
user: veego <veego%NetBSD.org@localhost>
date: Mon Jun 12 12:17:26 2000 +0000
description:
'postfix check' wants a lot of files to be owned by root, so add a
BINOWN=root here.
diffstat:
gnu/usr.sbin/postfix/Makefile.inc | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r adbae44dc86e -r 5f5cdbcf6ad0 gnu/usr.sbin/postfix/Makefile.inc
--- a/gnu/usr.sbin/postfix/Makefile.inc Mon Jun 12 11:26:26 2000 +0000
+++ b/gnu/usr.sbin/postfix/Makefile.inc Mon Jun 12 12:17:26 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.1 2000/04/30 21:21:51 perry Exp $
+# $NetBSD: Makefile.inc,v 1.2 2000/06/12 12:17:26 veego Exp $
WARNS?= 0
@@ -31,6 +31,9 @@
PFIX_EXAMPLEDIR=/usr/share/examples/postfix
PFIX_SBINDIR= /usr/sbin
+# postfix check wants a lot of files to be owned by root
+BINOWN= root
+
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif
Home |
Main Index |
Thread Index |
Old Index