Log to /var/run/log instead of /dev/log.
(bump PORTREVISION) PR: ports/55237 Submitted by: Janos Mohacsi
This commit is contained in:
parent
e65beae6f2
commit
42a63591c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112615
1 changed files with 7 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= msyslog
|
||||
PORTVERSION= 1.08f
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.corest.com/download/msyslog/ \
|
||||
ftp://ftp.nuug.no/pub/anders/distfiles/
|
||||
|
@ -65,6 +65,12 @@ pre-patch:
|
|||
${WRKSRC}/${f}
|
||||
.endfor
|
||||
|
||||
post-patch:
|
||||
.for f in README src/syslogd.c src/man/im_file.8 src/man/im_streams.8 \
|
||||
src/man/im_unix.8 src/man/syslogd.8 src/modules/im_streams.c src/modules/im_unix.c
|
||||
${REINPLACE_CMD} -e "s|/dev/log|/var/run/log|" ${WRKSRC}/${f}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/examples/msyslog
|
||||
${INSTALL_DATA} ${WRKSRC}/src/examples/* \
|
||||
|
|
Loading…
Reference in a new issue