[nsd-users] Installation hiccup with 3.2.2
Stephane Bortzmeyer
bortzmeyer at nic.fr
Mon Jun 15 06:57:59 UTC 2009
On Sat, Jun 13, 2009 at 01:10:46PM +0200,
Chris Hills <chaz at chaz6.com> wrote
a message of 48 lines which said:
> mkdir: cannot create directory `/usr/local/nsd/3.2.2/var/db/nsd/': File
> exists
I believe it is the same problem as reported here for Gentoo, OpenBSD,
etc. The attached patch should solve it.
********************** dir.patch ***********************
--- Makefile.in.orig 2009-05-20 23:26:57.000000000 +0200
+++ Makefile.in 2009-05-20 23:29:03.000000000 +0200
@@ -318,8 +318,6 @@
install: all
$(INSTALL) -d $(DESTDIR)$(sbindir)
$(INSTALL) -d $(DESTDIR)$(configdir)
- $(INSTALL) -d $(DESTDIR)$(piddir)
- $(INSTALL) -d $(DESTDIR)$(dbdir)
$(INSTALL) -d $(DESTDIR)$(mandir)
$(INSTALL) -d $(DESTDIR)$(mandir)/man8
$(INSTALL) -d $(DESTDIR)$(mandir)/man5
More information about the nsd-users
mailing list