summaryrefslogtreecommitdiff
path: root/sysutils/nut22/files
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2001-07-02 01:40:11 +0000
committerJames E. Housley <jeh@FreeBSD.org>2001-07-02 01:40:11 +0000
commit9743c1375c713f4a3f26f98b816503ad0865420a (patch)
tree562c6f86f564f5bfb17c516e2196cc3e2c2cb56d /sysutils/nut22/files
parentAdd nettoe 1.0.6, a tic-tac-toe game playable over the network. (diff)
Update to version 0.45.0
Notes
Notes: svn path=/head/; revision=44620
Diffstat (limited to 'sysutils/nut22/files')
-rw-r--r--sysutils/nut22/files/patch-ab22
1 files changed, 0 insertions, 22 deletions
diff --git a/sysutils/nut22/files/patch-ab b/sysutils/nut22/files/patch-ab
deleted file mode 100644
index d96f1ebe7097..000000000000
--- a/sysutils/nut22/files/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
---- ./conf/Makefile.in.orig Fri Feb 16 16:19:11 2001
-+++ ./conf/Makefile.in Fri Mar 23 07:31:03 2001
-@@ -12,17 +12,9 @@
-
- install:
- @for f in $(SECFILES) ; do \
-- if (test -f $(CONFPATH)/$$f ); then \
-- echo "Preserving existing config file: $$f"; \
-- else \
-- $(INSTALLCMD) -m 0600 $$f $(CONFPATH); \
-- fi; \
-+ $(INSTALLCMD) -m 0600 $$f $(CONFPATH)/$$f.sample; \
- done
-
- @for f in $(PUBFILES) ; do \
-- if (test -f $(CONFPATH)/$$f ); then \
-- echo "Preserving existing config file: $$f"; \
-- else \
-- $(INSTALLCMD) -m 0644 $$f $(CONFPATH); \
-- fi; \
-+ $(INSTALLCMD) -m 0644 $$f $(CONFPATH)/$$f.sample; \
- done