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 /etc/postfix/postfix-script is a config...
details: https://anonhg.NetBSD.org/src/rev/f89c230ebc4d
branches: trunk
changeset: 485599:f89c230ebc4d
user: sommerfeld <sommerfeld%NetBSD.org@localhost>
date: Tue May 02 03:03:21 2000 +0000
description:
/etc/postfix/postfix-script is a config file.
Only install it as part of "make distribution".
Change committed on behalf of perry.
diffstat:
gnu/usr.sbin/postfix/Makefile | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r e89f139556ea -r f89c230ebc4d gnu/usr.sbin/postfix/Makefile
--- a/gnu/usr.sbin/postfix/Makefile Tue May 02 02:36:20 2000 +0000
+++ b/gnu/usr.sbin/postfix/Makefile Tue May 02 03:03:21 2000 +0000
@@ -1,13 +1,21 @@
-# $NetBSD: Makefile,v 1.2 2000/04/30 21:43:45 perry Exp $
+# $NetBSD: Makefile,v 1.3 2000/05/02 03:03:21 sommerfeld Exp $
# Note that the order here is picked to look much like that in the
# original Makefile.in in order to make it easier to visually compare
# when updating to a new version of Postfix.
-# The first four of these are libraries and have to be built first anyway.
+
+# The first four of these are libraries and have to be built first.
+
SUBDIR= util global dns masterlib master postfix sendmail error \
pickup cleanup smtpd local trivial-rewrite qmgr smtp bounce pipe \
showq postalias postcat postconf postdrop postkick postlock postlog \
- postmap postsuper man postfix-script conf
+ postmap postsuper man conf # postfix-script
+
+# We don't want to build postfix-script (at least for now) because
+# we're treating it as a configuration file. So, we have
+# conf/Makefile install a copy into share/examples/postfix, and only
+# invoke postfix-script/Makefile from the make distribution target in
+# src/etc/Makefile via make distribution in here).
# not built: smtpstone (unneeded), spawn (experimental),
# and html (unsure what to do with it (yet))
Home |
Main Index |
Thread Index |
Old Index