73f342959a
- rc.d script now generates the unbound-control keys if they don't exist and the sample config file is patched to enable this, various rc.d/unbound actions depend on this, pointed out/ok aja@
12 lines
678 B
Plaintext
12 lines
678 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.16 2012/08/04 20:43:54 sthen Exp $
|
|
--- Makefile.in.orig Mon Jul 23 13:27:04 2012
|
|
+++ Makefile.in Sat Aug 4 09:56:48 2012
|
|
@@ -472,7 +472,6 @@ install: all $(PYTHONMOD_INSTALL) $(PYUNBOUND_INSTALL)
|
|
if test ! -e $(DESTDIR)$(configfile); then $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 doc/example.conf $(DESTDIR)$(configfile); fi
|
|
$(LIBTOOL) --mode=install cp $(srcdir)/libunbound/unbound.h $(DESTDIR)$(includedir)/unbound.h
|
|
$(LIBTOOL) --mode=install cp libunbound.la $(DESTDIR)$(libdir)
|
|
- $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir)
|
|
|
|
pythonmod-uninstall:
|
|
rm -f -- $(DESTDIR)$(PYTHON_SITE_PKG)/unboundmodule.py
|