[packages/apache-mod_dnssd] add ifdef for module directives

glen glen at pld-linux.org
Sat May 2 10:53:59 CEST 2015


commit 2597b9356688196994ebd754115cab504287a0f9
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat May 2 11:53:35 2015 +0300

    add ifdef for module directives

 mod_dnssd.conf | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/mod_dnssd.conf b/mod_dnssd.conf
index ba85cc7..c1c0875 100644
--- a/mod_dnssd.conf
+++ b/mod_dnssd.conf
@@ -1,6 +1,9 @@
 LoadModule dnssd_module	modules/mod_dnssd.so
-DNSSDEnable On
-# enable to automatically register all mod_userdir directories
-DNSSDAutoRegisterUserDir Off
-# enable to automatically register all local virtual hosts
-DNSSDAutoRegisterVHosts Off
+
+<IfModule mod_dnssd.c>
+	DNSSDEnable On
+	# enable to automatically register all mod_userdir directories
+	DNSSDAutoRegisterUserDir Off
+	# enable to automatically register all local virtual hosts
+	DNSSDAutoRegisterVHosts Off
+</IfModule>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache-mod_dnssd.git/commitdiff/2597b9356688196994ebd754115cab504287a0f9



More information about the pld-cvs-commit mailing list