mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
19 lines
585 B
Plaintext
19 lines
585 B
Plaintext
$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:
|
|
|