[BACK]Return to patch-platforms_etc_Makefile CVS log [TXT][DIR] Up to [local] / ports / sysutils / apcupsd / patches

Annotation of ports/sysutils/apcupsd/patches/patch-platforms_etc_Makefile, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- platforms/etc/Makefile.orig        Mon Jan 25 01:03:45 2010
        !             3: +++ platforms/etc/Makefile     Mon Jan 25 01:05:35 2010
        !             4: @@ -7,13 +7,13 @@ all-install: install-etc
        !             5:  all-uninstall: uninstall-etc
        !             6:
        !             7:  install-etc:
        !             8: -      $(call MKDIR,$(sysconfdir))
        !             9: -      $(call INSTNEW,644,apcupsd.conf,$(sysconfdir))
        !            10: -      $(call INSTORIG,744,changeme,$(sysconfdir))
        !            11: -      $(call INSTORIG,744,commfailure,$(sysconfdir))
        !            12: -      $(call INSTORIG,744,commok,$(sysconfdir))
        !            13: -      $(call INSTORIG,744,offbattery,$(sysconfdir))
        !            14: -      $(call INSTORIG,744,onbattery,$(sysconfdir))
        !            15: +      $(call MKDIR,$(datadir)/examples/apcupsd/etc)
        !            16: +      $(call INSTNEW,644,apcupsd.conf,$(datadir)/examples/apcupsd/etc)
        !            17: +      $(call INSTORIG,744,changeme,$(datadir)/examples/apcupsd/etc)
        !            18: +      $(call INSTORIG,744,commfailure,$(datadir)/examples/apcupsd/etc)
        !            19: +      $(call INSTORIG,744,commok,$(datadir)/examples/apcupsd/etc)
        !            20: +      $(call INSTORIG,744,offbattery,$(datadir)/examples/apcupsd/etc)
        !            21: +      $(call INSTORIG,744,onbattery,$(datadir)/examples/apcupsd/etc)
        !            22:
        !            23:  uninstall-etc:
        !            24:

CVSweb