From: Jo-Philipp Wich Date: Sat, 4 Feb 2012 19:34:06 +0000 (+0000) Subject: apcupsd: merge r29199 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a788fa88cc717b072c256add8f53995dcffcb295;p=openwrt%2Fsvn-archive%2Fpackages.git apcupsd: merge r29199 SVN-Revision: 30077 --- diff --git a/net/apcupsd/Makefile b/net/apcupsd/Makefile index 9ce3cd8d4..d7bf85a0d 100644 --- a/net/apcupsd/Makefile +++ b/net/apcupsd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=apcupsd PKG_VERSION:=3.14.7 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/apcupsd @@ -61,4 +61,14 @@ define Package/apcupsd/install $(INSTALL_BIN) ./files/apcupsd.init $(1)/etc/init.d/apcupsd endef +define Package/apcupsd/conffiles +/etc/apcupsd/apcupsd.conf +/etc/apcupsd/apcupsd_mail.conf +/etc/apcupsd/changeme +/etc/apcupsd/commfailure +/etc/apcupsd/commok +/etc/apcupsd/offbattery +/etc/apcupsd/onbattery +endef + $(eval $(call BuildPackage,apcupsd))