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/conf install postfix-script into the ex...



details:   https://anonhg.NetBSD.org/src/rev/ae596f82cebb
branches:  trunk
changeset: 485597:ae596f82cebb
user:      perry <perry%NetBSD.org@localhost>
date:      Tue May 02 02:33:05 2000 +0000

description:
install postfix-script into the example dir.

diffstat:

 gnu/usr.sbin/postfix/conf/Makefile |  26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diffs (43 lines):

diff -r d4ea70a25935 -r ae596f82cebb gnu/usr.sbin/postfix/conf/Makefile
--- a/gnu/usr.sbin/postfix/conf/Makefile        Tue May 02 02:07:41 2000 +0000
+++ b/gnu/usr.sbin/postfix/conf/Makefile        Tue May 02 02:33:05 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2000/04/30 21:21:55 perry Exp $
+#      $NetBSD: Makefile,v 1.2 2000/05/02 02:33:05 perry Exp $
 
 BINDIR=        ${PFIX_EXAMPLEDIR}
 
@@ -7,20 +7,22 @@
 
 # Not built yet: main.cf.default
 
-FILES= LICENSE access aliases canonical main.cf master.cf \
-       relocated sample-aliases.cf sample-canonical.cf \
-       sample-debug.cf sample-ldap.cf sample-local.cf \
-       sample-misc.cf sample-pcre.cf sample-rate.cf \
-       sample-regexp.cf sample-relocated.cf \
-       sample-resource.cf sample-rewrite.cf \
-       sample-smtp.cf sample-smtpd.cf sample-transport.cf \
-       sample-virtual.cf transport virtual
+FILES=         LICENSE access aliases canonical main.cf master.cf \
+               relocated sample-aliases.cf sample-canonical.cf \
+               sample-debug.cf sample-ldap.cf sample-local.cf \
+               sample-misc.cf sample-pcre.cf sample-rate.cf \
+               sample-regexp.cf sample-relocated.cf \
+               sample-resource.cf sample-rewrite.cf \
+               sample-smtp.cf sample-smtpd.cf sample-transport.cf \
+               sample-virtual.cf transport virtual
+
+SCRIPTS=       postfix-script-sgid
+SCRIPTSNAME=   postfix-script
 
 # We don't install a few things that are found in this directory:
-# postfix-script: installed (from postfix-script-sgid) in
-# ../postfix-script -- the version here is just a placeholder anyway.
+# postfix-script: the source version here is just a placeholder.
 # postfix-script-diff: uninteresting to the user.
-# postfix-script-nosgid postfix-script-sgid: see above.
+# postfix-script-nosgid: we don't use that version.
 
 .include <bsd.prog.mk>
 



Home | Main Index | Thread Index | Old Index