INN commit: trunk/scripts (innstat.in)
INN Commit
Russ_Allbery at isc.org
Wed May 6 18:09:27 UTC 2009
Date: Wednesday, May 6, 2009 @ 11:09:26
Author: iulius
Revision: 8450
Use $SORT as set at configure time.
Modified:
trunk/scripts/innstat.in
------------+
innstat.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: innstat.in
===================================================================
--- innstat.in 2009-05-06 18:02:47 UTC (rev 8449)
+++ innstat.in 2009-05-06 18:09:26 UTC (rev 8450)
@@ -1,7 +1,7 @@
#! /bin/sh
# fixscript will replace this line with code to load innshellvars
-## $Revision$
+## $Id$
## Display status of INN.
## Written by Landon Curt Noll <chongo at toad.com>.
@@ -31,7 +31,7 @@
echo ''
echo 'Disk usage:'
${INNDF} ${SPOOL} ${OVERVIEWDIR} ${PATHETC} ${INCOMING} ${BATCH} \
- ${PATHDB} ${MOST_LOGS} | sort -u
+ ${PATHDB} ${MOST_LOGS} | ${SORT} -u
## Show overview usage for buffindexed.
[ ${OVMETHOD} = 'buffindexed' ] && {
More information about the inn-committers
mailing list