aboutsummaryrefslogtreecommitdiff
path: root/security/openct/files
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2008-08-26 13:33:25 +0000
committerAlex Dupre <ale@FreeBSD.org>2008-08-26 13:33:25 +0000
commitbd9f73b777fc0953a364764cef35a931cec65783 (patch)
treec66b12435df336309df4a84e297bbca422a4d5be /security/openct/files
parent9ab35a0cac2f720cf1e25243af1da325062ad556 (diff)
downloadports-bd9f73b777fc0953a364764cef35a931cec65783.tar.gz
ports-bd9f73b777fc0953a364764cef35a931cec65783.zip
Notes
Diffstat (limited to 'security/openct/files')
-rw-r--r--security/openct/files/patch-etc_Makefile.in15
-rw-r--r--security/openct/files/patch-etc_openct.conf.in9
2 files changed, 18 insertions, 6 deletions
diff --git a/security/openct/files/patch-etc_Makefile.in b/security/openct/files/patch-etc_Makefile.in
new file mode 100644
index 000000000000..36961455cb4a
--- /dev/null
+++ b/security/openct/files/patch-etc_Makefile.in
@@ -0,0 +1,15 @@
+--- etc/Makefile.in.orig 2008-08-26 15:00:26.000000000 +0200
++++ etc/Makefile.in 2008-08-26 15:00:52.000000000 +0200
+@@ -459,11 +459,7 @@
+ uninstall-nodist_udevSCRIPTS uninstall-sysconfDATA
+
+ install-exec-hook: install-sysconfDATA openct.conf
+- if [ -f "$(DESTDIR)$(sysconfdir)/openct.conf" ]; then \
+- $(INSTALL_DATA) openct.conf "$(DESTDIR)$(sysconfdir)/openct.conf.new"; \
+- else \
+- $(INSTALL_DATA) openct.conf "$(DESTDIR)$(sysconfdir)/openct.conf"; \
+- fi
++ $(INSTALL_DATA) openct.conf "$(DESTDIR)$(sysconfdir)/openct.conf-sample"; \
+
+ .in:
+ sed \
diff --git a/security/openct/files/patch-etc_openct.conf.in b/security/openct/files/patch-etc_openct.conf.in
index 414c876363cc..30a06e1047da 100644
--- a/security/openct/files/patch-etc_openct.conf.in
+++ b/security/openct/files/patch-etc_openct.conf.in
@@ -1,14 +1,11 @@
-
-$FreeBSD$
-
---- etc/openct.conf.in.orig
-+++ etc/openct.conf.in
+--- etc/openct.conf.in.orig 2008-07-27 11:54:37.000000000 +0200
++++ etc/openct.conf.in 2008-08-26 13:00:58.000000000 +0200
@@ -2,7 +2,7 @@
debug = 0;
#
# Enable hot plugging
-hotplug = yes;
+hotplug = no;
+
#
# Path to ifdhandler
- ifdhandler = SBINDIR/ifdhandler;