summaryrefslogtreecommitdiffstats
path: root/usr.sbin/newsyslog/pathnames.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-07-30 15:17:17 +0000
committerobrien <obrien@FreeBSD.org>2001-07-30 15:17:17 +0000
commitbce695d83a6b662c96bd81e2b732b673f3c9854d (patch)
tree55fa7b318f62ba5784e4117c3da14c6ae24bc8cc /usr.sbin/newsyslog/pathnames.h
parent150ca138e2208cb3ea06db5cd419a69dc925bd8e (diff)
downloadFreeBSD-src-bce695d83a6b662c96bd81e2b732b673f3c9854d.zip
FreeBSD-src-bce695d83a6b662c96bd81e2b732b673f3c9854d.tar.gz
Add the ability to Bzip2 your logs.
PR: 27901 Submitted by: Anders Nordby <anders@fix.no> (stylistic changes by me)
Diffstat (limited to 'usr.sbin/newsyslog/pathnames.h')
-rw-r--r--usr.sbin/newsyslog/pathnames.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/newsyslog/pathnames.h b/usr.sbin/newsyslog/pathnames.h
index ff224a8..3d2c6ff 100644
--- a/usr.sbin/newsyslog/pathnames.h
+++ b/usr.sbin/newsyslog/pathnames.h
@@ -24,4 +24,5 @@ provided "as is" without express or implied warranty.
#define _PATH_CONF "/etc/newsyslog.conf"
#define _PATH_SYSLOGPID _PATH_VARRUN "syslog.pid"
+#define _PATH_BZIP2 "/usr/bin/bzip2"
#define _PATH_GZIP "/usr/bin/gzip"
OpenPOWER on IntegriCloud