tech-userlevel archive

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

hoststat? (sendmail leftover?)




NetBSD 4.0 still ships /usr/bin/hoststat, which used to be part of sendmail. With that gone, it doesn't make a lot of sense, as there's nothing to point to in mailwrapper.conf. Also, running "sendmail-bh" (which is what hoststat would do) doesn't seem to show anything, even on a busy mailhost.

Should hoststat be nuked from NetBSD?
While there, same question for purgestat.


 - Hubert

Index: Makefile
===================================================================
RCS file: /cvsroot/src/usr.sbin/mailwrapper/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile    30 Nov 2002 03:10:57 -0000      1.6
+++ Makefile    1 Apr 2008 00:41:21 -0000
@@ -5,8 +5,6 @@

 SYMLINKS=      /usr/sbin/mailwrapper /usr/sbin/sendmail  \
                /usr/sbin/mailwrapper /usr/bin/newaliases \
-               /usr/sbin/mailwrapper /usr/bin/mailq \
-               /usr/sbin/mailwrapper /usr/bin/hoststat \
-               /usr/sbin/mailwrapper /usr/bin/purgestat
+               /usr/sbin/mailwrapper /usr/bin/mailq

 .include <bsd.prog.mk>


Home | Main Index | Thread Index | Old Index