Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-usbin/files: freebsd-usbin-8.2-newsyslog.patch
Date: Mon, 05 Sep 2011 14:54:04
Message-Id: 20110905145354.AA0D020051@flycatcher.gentoo.org
1 naota 11/09/05 14:53:54
2
3 Added: freebsd-usbin-8.2-newsyslog.patch
4 Log:
5 Add patch to fix bzip2/gzip path. Bug #359223. Patch from Dmitri Bogomolov
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-freebsd/freebsd-usbin/files/freebsd-usbin-8.2-newsyslog.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/files/freebsd-usbin-8.2-newsyslog.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/files/freebsd-usbin-8.2-newsyslog.patch?rev=1.1&content-type=text/plain
14
15 Index: freebsd-usbin-8.2-newsyslog.patch
16 ===================================================================
17 --- usr.sbin/newsyslog/pathnames.h.orig 2001-07-30 18:17:17.000000000 +0300
18 +++ usr.sbin/newsyslog/pathnames.h 2009-09-11 08:32:57.508226240 +0300
19 @@ -24,5 +24,5 @@
20
21 #define _PATH_CONF "/etc/newsyslog.conf"
22 #define _PATH_SYSLOGPID _PATH_VARRUN "syslog.pid"
23 -#define _PATH_BZIP2 "/usr/bin/bzip2"
24 -#define _PATH_GZIP "/usr/bin/gzip"
25 +#define _PATH_BZIP2 "/bin/bzip2"
26 +#define _PATH_GZIP "/bin/gzip"