FreeBSD Bugzilla – Attachment 73948 Details for
Bug 107080
[MAINTAINER] security/prelude-lml: fix post installment for configuration files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
prelude-lml-0.9.8.1_1.patch
prelude-lml-0.9.8.1_1.patch (text/plain), 1.01 KB, created by
Robin Gruyters
on 2006-12-22 08:10:24 UTC
(
hide
)
Description:
prelude-lml-0.9.8.1_1.patch
Filename:
MIME Type:
Creator:
Robin Gruyters
Created:
2006-12-22 08:10:24 UTC
Size:
1.01 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/security/prelude-lml/Makefile /data2/FreeBSD/custom_ports/security/prelude-lml/Makefile >--- /usr/ports/security/prelude-lml/Makefile Fri Dec 22 08:41:30 2006 >+++ /data2/FreeBSD/custom_ports/security/prelude-lml/Makefile Fri Dec 22 08:47:57 2006 >@@ -6,6 +6,7 @@ > > PORTNAME= prelude-lml > PORTVERSION= 0.9.8.1 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ > http://www.prelude-ids.org/download/releases/old/ >@@ -34,11 +35,11 @@ > .endif > > post-install: >- @if [ -f ${PREFIX}/etc/prelude-lml/prelude-lml.conf ]; then \ >+ @if [ ! -f ${PREFIX}/etc/prelude-lml/prelude-lml.conf ]; then \ > ${CP} -p ${PREFIX}/etc/prelude-lml/prelude-lml.conf-dist \ > ${PREFIX}/etc/prelude-lml/prelude-lml.conf ; \ > fi >- @if [ -f ${PREFIX}/etc/prelude-lml/plugins.rules ]; then \ >+ @if [ ! -f ${PREFIX}/etc/prelude-lml/plugins.rules ]; then \ > ${CP} -p ${PREFIX}/etc/prelude-lml/plugins.rules-dist \ > ${PREFIX}/etc/prelude-lml/plugins.rules ; \ > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 107080
: 73948