openbsd-ports/security/openct/patches/patch-etc_openct_conf_in
alek a4172630d6 - Add pkgconfig to BUILD_DEPENDS
- Disable hot plugging in config file
- Bump PKGNAME
- Remove MODGNU_SHARED_LIBS while here

from Douglas Santos <dsantos@hydroxyl.org> (MAINTAINER)
2006-01-08 13:33:22 +00:00

13 lines
317 B
Plaintext

$OpenBSD: patch-etc_openct_conf_in,v 1.1 2006/01/08 13:33:22 alek Exp $
--- etc/openct.conf.in.orig Sun Jan 8 14:13:06 2006
+++ etc/openct.conf.in Sun Jan 8 14:13:09 2006
@@ -2,7 +2,7 @@
debug = 0;
#
# Enable hot plugging
-hotplug = yes;
+hotplug = no;
#
# Path to ifdhandler
ifdhandler = SBINDIR/ifdhandler;