[packages_10.03.2] merge r29199
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 4 Feb 2012 17:28:19 +0000 (17:28 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 4 Feb 2012 17:28:19 +0000 (17:28 +0000)
SVN-Revision: 30030

admin/muninlite/Makefile

index 1a27cd050a1bdb588a8cf21292d0aba7495155c0..a55d3de523f2ed3033008f242585f123a1634d2d 100644 (file)
@@ -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:=muninlite
 PKG_VERSION:=1.0.4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/$(PKG_NAME)
@@ -44,6 +44,10 @@ define Package/muninlite/install
        $(INSTALL_DATA) ./files/etc/xinetd.d/munin $(1)/etc/xinetd.d/
 endef
 
+define Package/muninlite/conffiles
+/etc/xinetd.d/munin
+endef
+
 define Build/Configure
 endef