Opened 11 years ago
Last modified 6 years ago
#39527 assigned defect
logsentry - Fix path references — at Version 2
Reported by: | vallon (Justin) | Owned by: | julien.touche@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ||
Port: | logsentry |
Description (last modified by larryv (Lawrence Velázquez))
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
Change History (3)
Changed 11 years ago by vallon (Justin)
Attachment: | logsentry.patch added |
---|
comment:2 Changed 11 years ago by larryv (Lawrence Velázquez)
Cc: | JustinVallon@… removed |
---|---|
Description: | modified (diff) |
Keywords: | haspatch added |
Owner: | changed from macports-tickets@… to julien.touche@… |
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.
Note: See
TracTickets for help on using
tickets.
Portfile patch