summaryrefslogtreecommitdiff
path: root/news/leafnode/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'news/leafnode/patches/patch-aa')
-rw-r--r--news/leafnode/patches/patch-aa26
1 files changed, 13 insertions, 13 deletions
diff --git a/news/leafnode/patches/patch-aa b/news/leafnode/patches/patch-aa
index eb7931e44cd..4ceae6530c5 100644
--- a/news/leafnode/patches/patch-aa
+++ b/news/leafnode/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.6 2005/05/13 15:08:04 kim Exp $
+$NetBSD: patch-aa,v 1.7 2009/04/29 10:54:11 wiz Exp $
---- Makefile.in.orig 2005-05-04 10:36:22.000000000 -0400
-+++ Makefile.in 2005-05-13 10:53:41.000000000 -0400
-@@ -801,14 +801,14 @@
+--- Makefile.in.orig 2009-04-20 17:37:40.000000000 +0300
++++ Makefile.in
+@@ -846,14 +846,14 @@ uninstall-man8:
rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
done
install-sysconfDATA: $(sysconf_DATA)
- @$(NORMAL_INSTALL)
-- test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)"
+- test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
- @list='$(sysconf_DATA)'; for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
@@ -15,7 +15,7 @@ $NetBSD: patch-aa,v 1.6 2005/05/13 15:08:04 kim Exp $
- $(sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \
- done
+# @$(NORMAL_INSTALL)
-+# test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)"
++# test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
+# @list='$(sysconf_DATA)'; for p in $$list; do \
+# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+# f=$(am__strip_dir) \
@@ -25,13 +25,13 @@ $NetBSD: patch-aa,v 1.6 2005/05/13 15:08:04 kim Exp $
uninstall-sysconfDATA:
@$(NORMAL_UNINSTALL)
-@@ -1349,17 +1349,17 @@
+@@ -1417,17 +1417,17 @@ rpm: leafnode.spec
rpmbuild -ba leafnode.spec || rpm -ba leafnode.spec
install-data-hook: amiroot
-- set -e ; for i in . leaf.node failed.postings interesting.groups \
-- out.going message.id temp.files ; do \
-- mkdir -p $(DESTDIR)$(SPOOLDIR)/$$i ; \
+- set -e ; for i in "" /leaf.node /failed.postings /interesting.groups \
+- /out.going /message.id /temp.files ; do \
+- mkdir -p $(DESTDIR)$(SPOOLDIR)$$i ; \
- if ./amiroot ; then \
- chown @NEWS_USER@:@NEWS_GROUP@ $(DESTDIR)$(SPOOLDIR)/$$i ; \
- chmod 2775 $(DESTDIR)$(SPOOLDIR)/$$i ; fi ; \
@@ -40,9 +40,9 @@ $NetBSD: patch-aa,v 1.6 2005/05/13 15:08:04 kim Exp $
- if ./amiroot ; then \
- chown @NEWS_USER@:@NEWS_GROUP@ "$${d}" ; \
- chmod 2775 "$${d}" ; fi
-+# set -e ; for i in . leaf.node failed.postings interesting.groups \
-+# out.going message.id temp.files ; do \
-+# mkdir -p $(DESTDIR)$(SPOOLDIR)/$$i ; \
++# set -e ; for i in "" /leaf.node /failed.postings /interesting.groups \
++# /out.going /message.id /temp.files ; do \
++# mkdir -p $(DESTDIR)$(SPOOLDIR)$$i ; \
+# if ./amiroot ; then \
+# chown @NEWS_USER@:@NEWS_GROUP@ $(DESTDIR)$(SPOOLDIR)/$$i ; \
+# chmod 2775 $(DESTDIR)$(SPOOLDIR)/$$i ; fi ; \