Add missing conffiles section
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Aug 2006 12:42:05 +0000 (12:42 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Aug 2006 12:42:05 +0000 (12:42 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4486 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/nocatsplash/Makefile

index 9892e0e..2dd5884 100644 (file)
@@ -36,6 +36,10 @@ define Package/nocatsplash
   URL:=http://nocat.net
 endef
 
+define Package/nocatsplash/conffiles
+/etc/nocat.conf
+endef
+
 define Build/Configure
 $(call Build/Configure/Default,        --with-firewall=iptables \
                  --with-glib-prefix="$(STAGING_DIR)/usr")