summaryrefslogtreecommitdiff
path: root/net/arla/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'net/arla/patches/patch-af')
-rw-r--r--net/arla/patches/patch-af37
1 files changed, 11 insertions, 26 deletions
diff --git a/net/arla/patches/patch-af b/net/arla/patches/patch-af
index eb7e567fc23..432ff37ae72 100644
--- a/net/arla/patches/patch-af
+++ b/net/arla/patches/patch-af
@@ -1,29 +1,14 @@
-$NetBSD: patch-af,v 1.2 2000/08/15 16:08:25 wennmach Exp $
+$NetBSD: patch-af,v 1.3 2002/09/25 00:06:34 jlam Exp $
-Do not attempt to install CellServDB, ThisCell, arla.conf. Only install
-the default files and tell the user to customize them. This avoids PLIST
-magic and assures that no customized files will be removed on pkg_delete.
-
---- conf/Makefile.in.orig Tue May 30 22:42:05 2000
-+++ conf/Makefile.in Tue May 30 22:45:45 2000
-@@ -26,19 +26,13 @@
- for x in $$CONF_FILES; do \
- echo $(INSTALL_DATA) $(srcdir)/$$x $(DESTDIR)$(sysconfdir)/$$x.default; \
- $(INSTALL_DATA) $(srcdir)/$$x $(DESTDIR)$(sysconfdir)/$$x.default; \
-- if test -f $(DESTDIR)$(sysconfdir)/$$x; then \
-- echo "$@ will not overwrite $(DESTDIR)$(sysconfdir)/$$x"; \
-- else \
-- echo $(INSTALL_DATA) $(srcdir)/$$x $(DESTDIR)$(sysconfdir)/$$x; \
-- $(INSTALL_DATA) $(srcdir)/$$x $(DESTDIR)$(sysconfdir)/$$x; \
-- fi; \
- done
-+ > $(DESTDIR)$(sysconfdir)/SuidCells.default
+--- conf/Makefile.in.orig Sat Oct 7 23:20:42 2000
++++ conf/Makefile.in
+@@ -13,7 +13,8 @@ ARLACACHEDIR = @ARLACACHEDIR@
+ CHMOD = @chmod@
+
+ prefix = @prefix@
+-sysconfdir = @sysconfdir@
++exampledir = $(prefix)/share/examples/arla
++sysconfdir = $(exampledir)
- uninstall:
- CONF_FILES='$(CONF_FILES)'; \
- for x in $$CONF_FILES; do \
- rm -f $(DESTDIR)$(sysconfdir)/$$x.default; \
-- rm -f $(DESTDIR)$(sysconfdir)/$$x; \
- done
+ CONF_FILES = CellServDB ThisCell arla.conf SuidCells
- clean :