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"