nut/nut-0.45.0-conffiles.patch
cvsdist 726fc72351 auto-import changelog data from nut-0.45.0-2.src.rpm
Fri Jul 06 2001 Than Ngo <than@redhat.com> 0.45.0-2
- rebuild
Wed Jun 13 2001 Than Ngo <than@redhat.com>
- update to 0.45.0
- add some patches from alane@geeksrus.net (bug #44361, #44363)
Sun Apr 22 2001 Than Ngo <than@redhat.com>
- add all available UPS drivers (Bug #36937)
Fri Apr 13 2001 Than Ngo <than@redhat.com>
- update to 0.44.3 (Bug #35255)
2004-09-09 09:20:40 +00:00

14 lines
431 B
Diff

--- nut-0.45.0/conf/Makefile.in.or Fri Jun 1 05:23:15 2001
+++ nut-0.45.0/conf/Makefile.in Tue Jun 12 20:29:35 2001
@@ -12,9 +12,9 @@
install:
@for f in $(SECFILES) ; do \
- $(INSTALLCMD) -m 0600 $$f $(CONFPATH)/$$f.sample; \
+ $(INSTALLCMD) -m 0600 $$f $(CONFPATH)/$$f; \
done
@for f in $(PUBFILES) ; do \
- $(INSTALLCMD) -m 0644 $$f $(CONFPATH)/$$f.sample; \
+ $(INSTALLCMD) -m 0644 $$f $(CONFPATH)/$$f; \
done