diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-07-02 01:40:11 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-07-02 01:40:11 +0000 |
commit | 9743c1375c713f4a3f26f98b816503ad0865420a (patch) | |
tree | 562c6f86f564f5bfb17c516e2196cc3e2c2cb56d /sysutils/nut/files | |
parent | c341577eb31dc7d85e1fb8eff6a3ff811e3ffd8f (diff) | |
download | ports-9743c1375c713f4a3f26f98b816503ad0865420a.tar.gz ports-9743c1375c713f4a3f26f98b816503ad0865420a.zip |
Notes
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 d96f1ebe7097..000000000000 --- 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 |