Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src pullup from main trunc (approved by releng-1-5)
details: https://anonhg.NetBSD.org/src/rev/b686c5e6eba9
branches: netbsd-1-5
changeset: 488729:b686c5e6eba9
user: itojun <itojun%NetBSD.org@localhost>
date: Wed Jul 26 17:17:14 2000 +0000
description:
pullup from main trunc (approved by releng-1-5)
add usr.bin/{hoststat,purgestat}, which are new argv[0] hack
for sendmail 8.10.x and beyond. sorry that i forgot to add this one.
From: Andrew Brown <atatat%atatdot.net@localhost>
1.174 -> 1.175 basesrc/distrib/sets/lists/base/mi
1.2 -> 1.3 basesrc/etc/mailer.conf
1.4 -> 1.5 basesrc/usr.sbin/mailwrapper/Makefile
diffstat:
distrib/sets/lists/base/mi | 4 +++-
etc/mailer.conf | 4 +++-
usr.sbin/mailwrapper/Makefile | 6 ++++--
3 files changed, 10 insertions(+), 4 deletions(-)
diffs (59 lines):
diff -r 3b1d80c97ead -r b686c5e6eba9 distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi Wed Jul 26 16:37:58 2000 +0000
+++ b/distrib/sets/lists/base/mi Wed Jul 26 17:17:14 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.169.2.4 2000/07/21 16:31:48 jhawk Exp $
+# $NetBSD: mi,v 1.169.2.5 2000/07/26 17:17:18 itojun Exp $
.
./altroot
./bin
@@ -229,6 +229,7 @@
./usr/bin/hesinfo
./usr/bin/hexdump
./usr/bin/host
+./usr/bin/hoststat
./usr/bin/id
./usr/bin/ident
./usr/bin/indent
@@ -308,6 +309,7 @@
./usr/bin/pr
./usr/bin/printenv
./usr/bin/printf
+./usr/bin/purgestat
./usr/bin/quota
./usr/bin/rcs
./usr/bin/rcsclean
diff -r 3b1d80c97ead -r b686c5e6eba9 etc/mailer.conf
--- a/etc/mailer.conf Wed Jul 26 16:37:58 2000 +0000
+++ b/etc/mailer.conf Wed Jul 26 17:17:14 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mailer.conf,v 1.2 1999/02/05 18:11:23 perry Exp $
+# $NetBSD: mailer.conf,v 1.2.10.1 2000/07/26 17:17:14 itojun Exp $
#
# Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail
#
@@ -6,3 +6,5 @@
send-mail /usr/libexec/sendmail/sendmail
mailq /usr/libexec/sendmail/sendmail
newaliases /usr/libexec/sendmail/sendmail
+hoststat /usr/libexec/sendmail/sendmail
+purgestat /usr/libexec/sendmail/sendmail
diff -r 3b1d80c97ead -r b686c5e6eba9 usr.sbin/mailwrapper/Makefile
--- a/usr.sbin/mailwrapper/Makefile Wed Jul 26 16:37:58 2000 +0000
+++ b/usr.sbin/mailwrapper/Makefile Wed Jul 26 17:17:14 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/03/25 16:40:18 is Exp $
+# $NetBSD: Makefile,v 1.4.10.1 2000/07/26 17:17:17 itojun Exp $
PROG= mailwrapper
MAN= mailwrapper.8 mailer.conf.5
@@ -8,6 +8,8 @@
SYMLINKS= /usr/sbin/mailwrapper /usr/sbin/sendmail \
/usr/sbin/mailwrapper /usr/bin/newaliases \
- /usr/sbin/mailwrapper /usr/bin/mailq
+ /usr/sbin/mailwrapper /usr/bin/mailq \
+ /usr/sbin/mailwrapper /usr/bin/hoststat \
+ /usr/sbin/mailwrapper /usr/bin/purgestat
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index