diff options
author | jeh <jeh@FreeBSD.org> | 2001-07-02 01:40:11 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-07-02 01:40:11 +0000 |
commit | 3257109833b857283f12e74db936d1f14289570d (patch) | |
tree | f32c018a672e1d12b68e74142b9acd59ccba0028 /sysutils/nut/files | |
parent | 390878daff53cc981d78420594131c82d9bdb136 (diff) | |
download | FreeBSD-ports-3257109833b857283f12e74db936d1f14289570d.zip FreeBSD-ports-3257109833b857283f12e74db936d1f14289570d.tar.gz |
Update to version 0.45.0
Diffstat (limited to 'sysutils/nut/files')
-rw-r--r-- | sysutils/nut/files/patch-ab | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sysutils/nut/files/patch-ab b/sysutils/nut/files/patch-ab deleted file mode 100644 index d96f1eb..0000000 --- a/sysutils/nut/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 |