[MacPorts] #39527: logsentry - Fix path references

MacPorts noreply at macports.org
Tue Jun 25 09:40:24 PDT 2013


#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


More information about the macports-tickets mailing list