[MacPorts] #39527: logsentry - Fix path references
#39527: logsentry - Fix path references ----------------------------+-------------------------------- Reporter: JustinVallon@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: logsentry ----------------------------+-------------------------------- The installed /opt/local/bin/logcheck.sh uses prefix=/usr/local. This patch changes the following: # diff /opt/local/bin/logcheck.sh /opt/local/bin/logcheck.sh.new 34c34 < PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/ucb:/usr/local/bin ---
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/ucb:/opt/local/bin 47c47 < LOGTAIL=/usr/local/bin/logtail
LOGTAIL=/opt/local/bin/logtail 55c55 < TMPDIR=/usr/local/etc/tmp
TMPDIR=/opt/local/var/tmp 92c92 < HACKING_FILE=/usr/local/etc/logcheck.hacking
HACKING_FILE=/opt/local/etc/logsentry/logcheck.hacking 101c101 < VIOLATIONS_FILE=/usr/local/etc/logcheck.violations
VIOLATIONS_FILE=/opt/local/etc/logsentry/logcheck.violations 118c118 < VIOLATIONS_IGNORE_FILE=/usr/local/etc/logcheck.violations.ignore
VIOLATIONS_IGNORE_FILE=/opt/local/etc/logsentry/logcheck.violations.ignore 125c125 < IGNORE_FILE=/usr/local/etc/logcheck.ignore ---
IGNORE_FILE=/opt/local/etc/logsentry/logcheck.ignore
-- Ticket URL: <https://trac.macports.org/ticket/39527> MacPorts <http://www.macports.org/> Ports system for OS X
#39527: logsentry - Fix path references -----------------------------+----------------------------- Reporter: JustinVallon@… | Owner: julien.touche@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: haspatch Port: logsentry | -----------------------------+----------------------------- Changes (by larryv@…): * cc: JustinVallon@… (removed) * keywords: => haspatch * owner: macports-tickets@… => julien.touche@… Old description:
The installed /opt/local/bin/logcheck.sh uses prefix=/usr/local. This patch changes the following:
# diff /opt/local/bin/logcheck.sh /opt/local/bin/logcheck.sh.new 34c34 < PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/ucb:/usr/local/bin ---
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/ucb:/opt/local/bin 47c47 < LOGTAIL=/usr/local/bin/logtail
LOGTAIL=/opt/local/bin/logtail 55c55 < TMPDIR=/usr/local/etc/tmp
TMPDIR=/opt/local/var/tmp 92c92 < HACKING_FILE=/usr/local/etc/logcheck.hacking
HACKING_FILE=/opt/local/etc/logsentry/logcheck.hacking 101c101 < VIOLATIONS_FILE=/usr/local/etc/logcheck.violations
VIOLATIONS_FILE=/opt/local/etc/logsentry/logcheck.violations 118c118 < VIOLATIONS_IGNORE_FILE=/usr/local/etc/logcheck.violations.ignore
VIOLATIONS_IGNORE_FILE=/opt/local/etc/logsentry/logcheck.violations.ignore 125c125 < IGNORE_FILE=/usr/local/etc/logcheck.ignore ---
IGNORE_FILE=/opt/local/etc/logsentry/logcheck.ignore
New description: The installed /opt/local/bin/logcheck.sh uses prefix=/usr/local. This patch changes the following: {{{ # diff /opt/local/bin/logcheck.sh /opt/local/bin/logcheck.sh.new 34c34 < PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/ucb:/usr/local/bin ---
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/ucb:/opt/local/bin 47c47 < LOGTAIL=/usr/local/bin/logtail
LOGTAIL=/opt/local/bin/logtail 55c55 < TMPDIR=/usr/local/etc/tmp
TMPDIR=/opt/local/var/tmp 92c92 < HACKING_FILE=/usr/local/etc/logcheck.hacking
HACKING_FILE=/opt/local/etc/logsentry/logcheck.hacking 101c101 < VIOLATIONS_FILE=/usr/local/etc/logcheck.violations
VIOLATIONS_FILE=/opt/local/etc/logsentry/logcheck.violations 118c118 < VIOLATIONS_IGNORE_FILE=/usr/local/etc/logcheck.violations.ignore
VIOLATIONS_IGNORE_FILE=/opt/local/etc/logsentry/logcheck.violations.ignore 125c125 < IGNORE_FILE=/usr/local/etc/logcheck.ignore ---
IGNORE_FILE=/opt/local/etc/logsentry/logcheck.ignore }}}
-- Comment: Thanks for the ticket. In the future, please Cc relevant port maintainers and use WikiFormatting in ticket descriptions. You also don’t have to Cc yourself. -- Ticket URL: <https://trac.macports.org/ticket/39527#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts