Source-Changes-HG archive

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

[src/trunk]: src add usr.bin/{hoststat, purgestat}, which are new argv[0] hack



details:   https://anonhg.NetBSD.org/src/rev/10ecbb85e16c
branches:  trunk
changeset: 495362:10ecbb85e16c
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Jul 26 16:35:33 2000 +0000

description:
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>

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 b9de117db36c -r 10ecbb85e16c distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Wed Jul 26 16:35:12 2000 +0000
+++ b/distrib/sets/lists/base/mi        Wed Jul 26 16:35:33 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.174 2000/07/13 14:31:13 lukem Exp $
+# $NetBSD: mi,v 1.175 2000/07/26 16:35:33 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 b9de117db36c -r 10ecbb85e16c etc/mailer.conf
--- a/etc/mailer.conf   Wed Jul 26 16:35:12 2000 +0000
+++ b/etc/mailer.conf   Wed Jul 26 16:35:33 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.3 2000/07/26 16:35:33 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 b9de117db36c -r 10ecbb85e16c usr.sbin/mailwrapper/Makefile
--- a/usr.sbin/mailwrapper/Makefile     Wed Jul 26 16:35:12 2000 +0000
+++ b/usr.sbin/mailwrapper/Makefile     Wed Jul 26 16:35:33 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 1999/03/25 16:40:18 is Exp $
+#      $NetBSD: Makefile,v 1.5 2000/07/26 16:35:34 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