1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-ag,v 1.5 2011/08/01 14:54:51 bouyer Exp $
--- platforms/etc/Makefile.orig 2011-08-01 16:13:04.000000000 +0200
+++ platforms/etc/Makefile 2011-08-01 16:13:13.000000000 +0200
@@ -7,13 +7,6 @@
all-uninstall: uninstall-etc
install-etc:
- $(call MKDIR,$(sysconfdir))
- $(call INSTNEW,644,apcupsd.conf,$(sysconfdir))
- $(call INSTORIG,744,changeme,$(sysconfdir))
- $(call INSTORIG,744,commfailure,$(sysconfdir))
- $(call INSTORIG,744,commok,$(sysconfdir))
- $(call INSTORIG,744,offbattery,$(sysconfdir))
- $(call INSTORIG,744,onbattery,$(sysconfdir))
uninstall-etc:
|