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-etc Install postfix-script into...



details:   https://anonhg.NetBSD.org/src/rev/e89f139556ea
branches:  trunk
changeset: 485598:e89f139556ea
user:      perry <perry%NetBSD.org@localhost>
date:      Tue May 02 02:36:20 2000 +0000

description:
Install postfix-script into /etc/postfix for the /etc set.

diffstat:

 gnu/usr.sbin/postfix/postfix-etc/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r ae596f82cebb -r e89f139556ea gnu/usr.sbin/postfix/postfix-etc/Makefile
--- a/gnu/usr.sbin/postfix/postfix-etc/Makefile Tue May 02 02:33:05 2000 +0000
+++ b/gnu/usr.sbin/postfix/postfix-etc/Makefile Tue May 02 02:36:20 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2000/04/30 21:22:08 perry Exp $
+#      $NetBSD: Makefile,v 1.2 2000/05/02 02:36:20 perry Exp $
 
 # This Makefile is called only by src/etc, not by usr.sbin/postfix/Makefile
 
@@ -15,4 +15,11 @@
 
 FILES= main.cf master.cf README
 
+# And of course, we need the postfix-script file. It isn't clear that
+# this should be considered configuration and not a candidate for
+# libexec, but Wietse explicitly wants it this way, since he wants
+# the user to be able to use postfix-script as a place to install hooks.
+SCRIPTS=       postfix-script-sgid
+SCRIPTSNAME=   postfix-script
+
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index