blob: a0983912178f2a31022568888c85b2b858bd92f3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- usr.sbin/newsyslog/pathnames.h.orig 2001-07-30 18:17:17.000000000 +0300
+++ usr.sbin/newsyslog/pathnames.h 2009-09-11 08:32:57.508226240 +0300
@@ -24,5 +24,5 @@
#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"
|