Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src correct installation location for postfix flush/spawn/lmtp



details:   https://anonhg.NetBSD.org/src/rev/29c557cb5e4c
branches:  trunk
changeset: 507151:29c557cb5e4c
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Mar 15 12:03:11 2001 +0000

description:
correct installation location for postfix flush/spawn/lmtp

diffstat:

 distrib/sets/lists/base/mi          |  8 ++++----
 distrib/sets/lists/base/obsolete.mi |  9 ++++++---
 gnu/usr.sbin/postfix/flush/Makefile |  4 ++--
 gnu/usr.sbin/postfix/lmtp/Makefile  |  4 ++--
 gnu/usr.sbin/postfix/spawn/Makefile |  4 ++--
 5 files changed, 16 insertions(+), 13 deletions(-)

diffs (144 lines):

diff -r 74adb22e95d7 -r 29c557cb5e4c distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Thu Mar 15 09:10:31 2001 +0000
+++ b/distrib/sets/lists/base/mi        Thu Mar 15 12:03:11 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.235 2001/03/14 13:40:36 kleink Exp $
+# $NetBSD: mi,v 1.236 2001/03/15 12:03:11 itojun Exp $
 .                      base-sys-root
 ./altroot              base-sys-root
 ./bin                  base-sys-root
@@ -506,6 +506,8 @@
 ./usr/libexec/postfix/bounce                   base-postfix-bin
 ./usr/libexec/postfix/cleanup                  base-postfix-bin
 ./usr/libexec/postfix/error                    base-postfix-bin
+./usr/libexec/postfix/flush    base-postfix-bin
+./usr/libexec/postfix/lmtp     base-postfix-bin
 ./usr/libexec/postfix/local                    base-postfix-bin
 ./usr/libexec/postfix/master                   base-postfix-bin
 ./usr/libexec/postfix/pickup                   base-postfix-bin
@@ -515,6 +517,7 @@
 ./usr/libexec/postfix/showq                    base-postfix-bin
 ./usr/libexec/postfix/smtp                     base-postfix-bin
 ./usr/libexec/postfix/smtpd                    base-postfix-bin
+./usr/libexec/postfix/spawn    base-postfix-bin
 ./usr/libexec/postfix/trivial-rewrite          base-postfix-bin
 ./usr/libexec/rexecd           base-netutil-bin
 ./usr/libexec/rlogind          base-netutil-bin
@@ -597,7 +600,6 @@
 ./usr/sbin/eshconfig           base-sysutil-bin
 ./usr/sbin/faithd              base-router-bin
 ./usr/sbin/fixmount            base-nfsclient-bin
-./usr/sbin/flush               base-postfix-bin
 ./usr/sbin/fsinfo              base-sysutil-bin
 ./usr/sbin/g711conv            base-isdn-bin
 ./usr/sbin/getencstat          base-sysutil-bin
@@ -634,7 +636,6 @@
 ./usr/sbin/kvm_mkdb            base-sysutil-bin
 ./usr/sbin/lastlogin           base-sysutil-bin
 ./usr/sbin/link                        base-sysutil-bin
-./usr/sbin/lmtp                        base-postfix-bin
 ./usr/sbin/lpc                 base-lpr-bin
 ./usr/sbin/lpd                 base-lpr-bin
 ./usr/sbin/lptest              base-lpr-bin
@@ -733,7 +734,6 @@
 ./usr/sbin/setobjstat          base-sysutil-bin
 ./usr/sbin/sliplogin           base-slip-bin
 ./usr/sbin/slstats             base-slip-bin
-./usr/sbin/spawn               base-postfix-bin
 ./usr/sbin/spray               base-netutil-bin
 ./usr/sbin/sshd                        base-secsh-bin
 ./usr/sbin/stdethers           base-nis-bin
diff -r 74adb22e95d7 -r 29c557cb5e4c distrib/sets/lists/base/obsolete.mi
--- a/distrib/sets/lists/base/obsolete.mi       Thu Mar 15 09:10:31 2001 +0000
+++ b/distrib/sets/lists/base/obsolete.mi       Thu Mar 15 12:03:11 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: obsolete.mi,v 1.18 2001/03/07 07:10:11 garbled Exp $
+# $NetBSD: obsolete.mi,v 1.19 2001/03/15 12:03:11 itojun Exp $
 /bin/rcorder
 /dev/log
 /etc/disklabels
@@ -17,10 +17,12 @@
 /usr/libexec/uucp/uuchk
 /usr/sbin/dig
 /usr/sbin/dnsquery
+/usr/sbin/flush
 /usr/sbin/gettable
 /usr/sbin/gifconfig
 /usr/sbin/host
 /usr/sbin/htable
+/usr/sbin/lmtp
 /usr/sbin/mbrlabel
 /usr/sbin/nfsiod
 /usr/sbin/nslookup
@@ -31,6 +33,7 @@
 /usr/sbin/scriptdump
 /usr/sbin/setkey
 /usr/sbin/smrsh
+/usr/sbin/spawn
 /usr/sbin/statmsg
 /usr/sbin/sysconfd
 /usr/sbin/sysctl
@@ -61,10 +64,10 @@
 /usr/share/man/man8/tahoe
 /usr/share/misc/getopt
 /usr/share/misc/more.help
-/usr/share/sushi/scripton/func
+/usr/share/sushi/scriptoff
 /usr/share/sushi/scriptoff/func
 /usr/share/sushi/scripton
-/usr/share/sushi/scriptoff
+/usr/share/sushi/scripton/func
 /usr/share/vi/catalog/ru_SU.KOI8-R
 /usr/share/zoneinfo/Africa/Lumumbashi
 /usr/share/zoneinfo/Asia/Aktau
diff -r 74adb22e95d7 -r 29c557cb5e4c gnu/usr.sbin/postfix/flush/Makefile
--- a/gnu/usr.sbin/postfix/flush/Makefile       Thu Mar 15 09:10:31 2001 +0000
+++ b/gnu/usr.sbin/postfix/flush/Makefile       Thu Mar 15 12:03:11 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.1 2001/03/13 18:13:18 itojun Exp $
+#      $NetBSD: Makefile,v 1.2 2001/03/15 12:03:12 itojun Exp $
 
 PROG=  flush
 
 DIST=  ${.CURDIR}/../../../dist/postfix/src/${PROG}
 .PATH: ${DIST}
 
-BINDIR=        ${PFIX_SBINDIR}
+BINDIR=        ${PFIX_LIBEXECDIR}
 
 DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
 LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
diff -r 74adb22e95d7 -r 29c557cb5e4c gnu/usr.sbin/postfix/lmtp/Makefile
--- a/gnu/usr.sbin/postfix/lmtp/Makefile        Thu Mar 15 09:10:31 2001 +0000
+++ b/gnu/usr.sbin/postfix/lmtp/Makefile        Thu Mar 15 12:03:11 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.1 2001/03/13 18:13:19 itojun Exp $
+#      $NetBSD: Makefile,v 1.2 2001/03/15 12:03:12 itojun Exp $
 
 PROG=  lmtp
 
 DIST=  ${.CURDIR}/../../../dist/postfix/src/${PROG}
 .PATH: ${DIST}
 
-BINDIR=        ${PFIX_SBINDIR}
+BINDIR=        ${PFIX_LIBEXECDIR}
 
 SRCS=  lmtp.c lmtp_connect.c lmtp_proto.c lmtp_chat.c lmtp_session.c \
        lmtp_addr.c lmtp_trouble.c lmtp_state.c lmtp_sasl_glue.c \
diff -r 74adb22e95d7 -r 29c557cb5e4c gnu/usr.sbin/postfix/spawn/Makefile
--- a/gnu/usr.sbin/postfix/spawn/Makefile       Thu Mar 15 09:10:31 2001 +0000
+++ b/gnu/usr.sbin/postfix/spawn/Makefile       Thu Mar 15 12:03:11 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.1 2001/03/13 18:13:23 itojun Exp $
+#      $NetBSD: Makefile,v 1.2 2001/03/15 12:03:12 itojun Exp $
 
 PROG=  spawn
 
 DIST=  ${.CURDIR}/../../../dist/postfix/src/${PROG}
 .PATH: ${DIST}
 
-BINDIR=        ${PFIX_SBINDIR}
+BINDIR=        ${PFIX_LIBEXECDIR}
 
 DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
 LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}



Home | Main Index | Thread Index | Old Index