summaryrefslogtreecommitdiff
path: root/sys-freebsd/freebsd-usbin/files/freebsd-usbin-9.0-newsyslog.patch
blob: 1d838655c88ec507e62f41b510dd4828cc03c58f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -uNr usr.sbin/newsyslog.old/pathnames.h usr.sbin/newsyslog/pathnames.h
--- usr.sbin/newsyslog.old/pathnames.h	2011-11-02 20:12:37.000000000 +0000
+++ usr.sbin/newsyslog/pathnames.h	2011-11-02 20:12:50.000000000 +0000
@@ -24,6 +24,6 @@
 
 #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"
+#define	_PATH_BZIP2	"/bin/bzip2"
+#define	_PATH_GZIP	"/bin/gzip"
 #define	_PATH_XZ	"/usr/bin/xz"