Opened 11 years ago
Last modified 6 years ago
#39527 assigned defect
logsentry - Fix path references — at Initial Version
Reported by: | vallon (Justin) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ||
Port: | logsentry |
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
Portfile patch