From d063a0f5e2fd8f5b7375fb6498b264a45a4b5b8b Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 16 Nov 2011 20:02:41 +0000 Subject: [PATCH] packages: add missing conffiles define git-svn-id: svn://svn.openwrt.org/openwrt/packages@29199 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- admin/muninlite/Makefile | 8 ++++++-- admin/nagios/Makefile | 12 ++++++++++-- admin/nrpe/Makefile | 6 +++++- ipv6/gw6c/Makefile | 6 +++++- ipv6/totd/Makefile | 6 +++++- ipv6/tspc/Makefile | 8 ++++++-- libs/mysql/Makefile | 6 +++++- libs/postgresql/Makefile | 8 ++++++-- mail/nullmailer/Makefile | 8 ++++++-- mail/xmail/Makefile | 8 ++++++-- multimedia/darkice/Makefile | 6 +++++- multimedia/ftpd-topfield/Makefile | 12 +++++++++++- multimedia/gmediaserver/Makefile | 8 ++++++-- multimedia/icecast/Makefile | 10 +++++++--- multimedia/kissdx/Makefile | 6 +++++- multimedia/mjpg-streamer/Makefile | 6 +++++- multimedia/spca5xx-view/Makefile | 6 +++++- net/amwall/Makefile | 8 ++++++-- net/apcupsd/Makefile | 14 ++++++++++++-- net/apf/Makefile | 7 ++++++- net/aprx/Makefile | 6 +++++- net/autossh/Makefile | 6 +++++- net/axel/Makefile | 19 ++++++++++++------- net/batman/Makefile | 12 ++++++++++-- net/bird/Makefile | 8 ++++++-- net/crowdcontrol/Makefile | 13 +++++++++++-- net/djbdns/Makefile | 9 +++++++-- net/etherwake/Makefile | 8 ++++++-- net/ez-ipupdate/Makefile | 8 ++++++-- net/gpsd/Makefile | 6 +++++- net/httptunnel/Makefile | 12 ++++++++---- net/imsnif/Makefile | 14 ++++++++++---- net/iodine/Makefile | 6 +++++- net/ipupdate/Makefile | 8 ++++++-- net/lldpd/Makefile | 6 +++++- net/lsm/Makefile | 6 +++++- net/mdnsresponder/Makefile | 6 +++++- net/n2n/Makefile | 12 ++++++++---- net/natpmp/Makefile | 13 ++++++++++++- net/nfs-server/Makefile | 6 +++++- net/nocatauth/Makefile | 9 ++++++--- net/nodogsplash/Makefile | 8 ++++++-- net/nuttcp/Makefile | 8 +++++++- net/nzbget/Makefile | 8 ++++++-- net/openslp/Makefile | 8 ++++++-- net/radsecproxy/Makefile | 6 +++++- net/restund/Makefile | 5 ++++- net/rp-l2tp/Makefile | 10 +++++++--- net/samba/Makefile | 10 +++++++--- net/softflowd/Makefile | 6 +++++- net/stun/Makefile | 6 +++++- net/tinc/Makefile | 4 ++++ net/uhub/Makefile | 8 ++++++-- net/unfs3/Makefile | 6 +++++- net/uob-nomad/Makefile | 11 ++++++++--- net/wol/Makefile | 8 ++++++-- net/wshaper/Makefile | 5 +++++ sound/scmpc/Makefile | 8 ++++++-- utils/anyremote/Makefile | 6 +++++- utils/ap51-flash/Makefile | 6 +++++- utils/bandwidthd/Makefile | 6 +++++- utils/bash-completion/Makefile | 12 ++++++++---- utils/bemused/Makefile | 7 ++++++- utils/cmdpad/Makefile | 10 +++++++--- utils/hd-idle/Makefile | 6 +++++- utils/hplip/Makefile | 6 +++++- utils/mksh/Makefile | 8 ++++++-- utils/pcmciautils/Makefile | 7 ++++++- utils/screen/Makefile | 10 +++++++--- utils/smartmontools/Makefile | 6 +++++- 70 files changed, 444 insertions(+), 123 deletions(-) diff --git a/admin/muninlite/Makefile b/admin/muninlite/Makefile index 1a27cd050..a55d3de52 100644 --- a/admin/muninlite/Makefile +++ b/admin/muninlite/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:=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 diff --git a/admin/nagios/Makefile b/admin/nagios/Makefile index fc9cb8715..68981eb20 100644 --- a/admin/nagios/Makefile +++ b/admin/nagios/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2009 OpenWrt.org +# Copyright (C) 2008-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:=nagios PKG_VERSION:=2.10 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/nagios @@ -58,4 +58,12 @@ define Package/nagios/install $(CP) $(PKG_INSTALL_DIR)/usr/share/* $(1)/usr/share/ endef +define Package/nagios/conffiles +/etc/nagios/cgi.cfg +/etc/nagios/commands.cfg +/etc/nagios/localhost.cfg +/etc/nagios/nagios.cfg +/etc/nagios/resource.cfg +endef + $(eval $(call BuildPackage,nagios)) diff --git a/admin/nrpe/Makefile b/admin/nrpe/Makefile index 02be6bf2b..9495885dd 100644 --- a/admin/nrpe/Makefile +++ b/admin/nrpe/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nrpe PKG_VERSION:=2.12 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/nagios @@ -47,6 +47,10 @@ define Package/nrpe/install $(INSTALL_BIN) ./files/$(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME) endef +define Package/nrpe/conffiles +/etc/nrpe.cfg +endef + $(eval $(call RequireCommand,openssl, \ $(PKG_NAME) requires openssl installed on the host-system. \ )) diff --git a/ipv6/gw6c/Makefile b/ipv6/gw6c/Makefile index 3ea225439..57beb3232 100644 --- a/ipv6/gw6c/Makefile +++ b/ipv6/gw6c/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gw6c PKG_VERSION:=5.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://openwrt.linux-appliance.net/sources @@ -72,4 +72,8 @@ define Package/gw6c/install $(INSTALL_CONF) ./files/gw6c.config $(1)/etc/config/gw6c endef +define Package/gw6c/conffiles +/etc/config/gw6c +endef + $(eval $(call BuildPackage,gw6c)) diff --git a/ipv6/totd/Makefile b/ipv6/totd/Makefile index ed15390e4..e67bc572a 100644 --- a/ipv6/totd/Makefile +++ b/ipv6/totd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=totd PKG_VERSION:=1.5.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.dillema.net/software/totd @@ -53,4 +53,8 @@ define Package/totd/install $(INSTALL_BIN) ./files/totd.init $(1)/etc/init.d/totd endef +define Package/totd/conffiles +/etc/totd.conf +endef + $(eval $(call BuildPackage,totd)) diff --git a/ipv6/tspc/Makefile b/ipv6/tspc/Makefile index 6e76748e7..8133f27da 100644 --- a/ipv6/tspc/Makefile +++ b/ipv6/tspc/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:=tspc PKG_VERSION:=2.1.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=http://ftp.fr.debian.org/debian/pool/main/t/tspc/ @@ -45,4 +45,8 @@ define Package/tspc/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/template/checktunnel.sh $(1)/etc/tsp/ endef +define Package/tspc/conffiles +/etc/tsp/tspc.conf +endef + $(eval $(call BuildPackage,tspc)) diff --git a/libs/mysql/Makefile b/libs/mysql/Makefile index ed1f1c606..d29e3306a 100644 --- a/libs/mysql/Makefile +++ b/libs/mysql/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mysql PKG_VERSION:=5.1.53 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=\ @@ -195,6 +195,10 @@ define Package/mysql-server/install $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/share/mysql/mysql_system_tables_data.sql $(1)/usr/share/mysql/ endef +define Package/mysql-server/conffiles +/etc/my.cnf +endef + $(eval $(call BuildPackage,mysql-server)) $(eval $(call BuildPackage,libmysqlclient)) $(eval $(call BuildPackage,libmysqlclient_r)) diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index bd774873f..8f91b5178 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 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:=postgresql PKG_VERSION:=9.0.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=\ @@ -199,6 +199,10 @@ define Package/pgsql-server/install $(1)/usr/lib endef +define Package/pgsql-server/conffiles +/etc/config/postgresql +endef + define Package/pgsql-server/postinst #!/bin/sh grep -q '^postgres:' /etc/passwd && exit 0 diff --git a/mail/nullmailer/Makefile b/mail/nullmailer/Makefile index 565d95455..15f9b5f75 100644 --- a/mail/nullmailer/Makefile +++ b/mail/nullmailer/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2010 OpenWrt.org +# Copyright (C) 2007-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:=nullmailer PKG_VERSION:=1.05 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://untroubled.org/nullmailer/ @@ -47,6 +47,10 @@ define Package/nullmailer/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/protocols/smtp $(1)/usr/lib/nullmailer/ endef +define Package/nullmailer/conffiles +/etc/nullmailer/remotes +endef + define Package/nullmailer/postinst ln -sf ../sbin/sendmail $${IPKG_INSTROOT}/usr/lib/sendmail ln -sf nullmailer-sendmail $${IPKG_INSTROOT}/usr/sbin/sendmail diff --git a/mail/xmail/Makefile b/mail/xmail/Makefile index 8716e374c..d3496a9dd 100644 --- a/mail/xmail/Makefile +++ b/mail/xmail/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2009 OpenWrt.org +# Copyright (C) 2007-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:=xmail PKG_VERSION:=1.26 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.xmailserver.org/ @@ -53,4 +53,8 @@ define Package/xmail/install $(INSTALL_BIN) ./files/xmail.init $(1)/etc/init.d/xmail endef +define Package/xmail/conffiles +/etc/config/xmail +endef + $(eval $(call BuildPackage,xmail)) diff --git a/multimedia/darkice/Makefile b/multimedia/darkice/Makefile index 41a4ffd6d..4b7675d72 100644 --- a/multimedia/darkice/Makefile +++ b/multimedia/darkice/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=darkice PKG_VERSION:=1.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://darkice.googlecode.com/files/ @@ -50,4 +50,8 @@ define Package/darkice/install $(INSTALL_BIN) $(PKG_INSTALL_DIR)/etc/darkice.cfg $(1)/etc/ endef +define Package/darkice/conffiles +/etc/darkice.cfg +endef + $(eval $(call BuildPackage,darkice)) diff --git a/multimedia/ftpd-topfield/Makefile b/multimedia/ftpd-topfield/Makefile index 6259d4d27..a43169580 100644 --- a/multimedia/ftpd-topfield/Makefile +++ b/multimedia/ftpd-topfield/Makefile @@ -1,9 +1,15 @@ +# +# Copyright (C) 2008-2011 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# include $(TOPDIR)/rules.mk PKG_NAME:=ftpd-topfield PKG_VERSION:=0.7.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/puppy @@ -35,4 +41,8 @@ define Package/ftpd-topfield/install $(INSTALL_DATA) ./files/ftpd-topfield.conf $(1)/etc/config/ftpd-topfield endef +define Package/ftpd-topfield/conffiles +/etc/config/ftpd-topfield +endef + $(eval $(call BuildPackage,ftpd-topfield)) diff --git a/multimedia/gmediaserver/Makefile b/multimedia/gmediaserver/Makefile index 926edebf4..ced255499 100644 --- a/multimedia/gmediaserver/Makefile +++ b/multimedia/gmediaserver/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-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:=gmediaserver PKG_VERSION:=0.13.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://savannah.nongnu.org/download/gmediaserver/ @@ -60,4 +60,8 @@ define Package/gmediaserver/install $(INSTALL_BIN) ./files/$(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME) endef +define Package/gmediaserver/conffiles +/etc/config/gmediaserver +endef + $(eval $(call BuildPackage,gmediaserver)) diff --git a/multimedia/icecast/Makefile b/multimedia/icecast/Makefile index 684bede32..057b11cac 100644 --- a/multimedia/icecast/Makefile +++ b/multimedia/icecast/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 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:=icecast PKG_VERSION:=2.3.2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.us.xiph.org/releases/icecast/ @@ -74,7 +74,7 @@ define Build/Compile all install endef -define Package/icecast/install +define Package/icecast/install $(INSTALL_DIR) $(1)/etc $(CP) $(PKG_INSTALL_DIR)/etc/icecast.xml $(1)/etc/ $(INSTALL_DIR) $(1)/usr/bin @@ -84,4 +84,8 @@ define Package/icecast/install $(CP) $(PKG_INSTALL_DIR)/usr/share/icecast/web $(1)/usr/share/icecast/ endef +define Package/icecast/conffiles +/etc/icecast.xml +endef + $(eval $(call BuildPackage,icecast)) diff --git a/multimedia/kissdx/Makefile b/multimedia/kissdx/Makefile index 0e91f8ce2..dbd94ecd4 100644 --- a/multimedia/kissdx/Makefile +++ b/multimedia/kissdx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=kissdx PKG_VERSION:=0.14.0.b1a -PKG_RELEASE:=8 +PKG_RELEASE:=9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip PKG_SOURCE_URL:=http://kissdx.vidartysse.net @@ -52,4 +52,8 @@ define Package/kissdx/install $(INSTALL_BIN) ./files/kissdx.init $(1)/etc/init.d/kissdx endef +define Package/kissdx/conffiles +/etc/config/kissdx +endef + $(eval $(call BuildPackage,kissdx)) diff --git a/multimedia/mjpg-streamer/Makefile b/multimedia/mjpg-streamer/Makefile index 768edebe3..9593f9818 100644 --- a/multimedia/mjpg-streamer/Makefile +++ b/multimedia/mjpg-streamer/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mjpg-streamer PKG_REV:=148 PKG_VERSION:=r$(PKG_REV) -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://mjpg-streamer.svn.sourceforge.net/svnroot/mjpg-streamer/mjpg-streamer/ @@ -48,4 +48,8 @@ define Package/mjpg-streamer/install $(INSTALL_DATA) ./files/mjpg-streamer.hotplug $(1)/etc/hotplug.d/usb/20-mjpg-streamer endef +define Package/mjpg-streamer/conffiles +/etc/config/mjpg-streamer +endef + $(eval $(call BuildPackage,mjpg-streamer)) diff --git a/multimedia/spca5xx-view/Makefile b/multimedia/spca5xx-view/Makefile index e36b97863..1a8b830c0 100644 --- a/multimedia/spca5xx-view/Makefile +++ b/multimedia/spca5xx-view/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=spca5xx-view PKG_VERSION:=1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=spca5xx-view.tar.bz2 PKG_SOURCE_URL:=http://www.acmesystems.it/download/owrt @@ -47,4 +47,8 @@ define Package/spca5xx-view/install $(INSTALL_BIN) ./files/servfox.init $(1)/etc/init.d/servfox endef +define Package/spca5xx-view/conffiles +/etc/config/servfox +endef + $(eval $(call BuildPackage,spca5xx-view)) diff --git a/net/amwall/Makefile b/net/amwall/Makefile index 8d94454c5..3acf3d4a0 100644 --- a/net/amwall/Makefile +++ b/net/amwall/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:=amwall PKG_VERSION:=0.1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.amselinux.net/source/ @@ -49,4 +49,8 @@ define Package/amwall/install $(CP) $(PKG_INSTALL_DIR)/etc/amsel* $(1)/etc/ endef +define Package/amwall/conffiles +/etc/amsel/firewall.conf +endef + $(eval $(call BuildPackage,amwall)) 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)) diff --git a/net/apf/Makefile b/net/apf/Makefile index 46a29799c..05e8eb986 100644 --- a/net/apf/Makefile +++ b/net/apf/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=apf PKG_VERSION:=0.8.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://gray-world.net/projects/af/ @@ -38,4 +38,9 @@ define Package/apf/install $(INSTALL_DATA) $(PKG_BUILD_DIR)/doc/afserver_example.conf $(1)/etc/afserver.conf endef +define Package/apf/conffiles +/etc/afclient.conf +/etc/afserver.conf +endef + $(eval $(call BuildPackage,apf)) diff --git a/net/aprx/Makefile b/net/aprx/Makefile index 778796444..16e98badc 100644 --- a/net/aprx/Makefile +++ b/net/aprx/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aprx PKG_REV:=421 PKG_VERSION:=2.00_r$(PKG_REV) -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://repo.ham.fi/svn/aprx/trunk/ @@ -45,4 +45,8 @@ define Package/aprx/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/aprx-stat $(1)/usr/sbin/ endef +define Package/aprx/conffiles +/etc/aprx.conf +endef + $(eval $(call BuildPackage,aprx)) diff --git a/net/autossh/Makefile b/net/autossh/Makefile index 4f3217d25..70c4c7660 100644 --- a/net/autossh/Makefile +++ b/net/autossh/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=autossh PKG_VERSION:=1.4b -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://www.harding.motd.ca/autossh/ @@ -43,4 +43,8 @@ define Package/autossh/install $(INSTALL_DATA) ./files/autossh.hotplug $(1)/etc/hotplug.d/iface/20-autossh endef +define Package/autossh/conffiles +/etc/config/autossh +endef + $(eval $(call BuildPackage,autossh)) diff --git a/net/axel/Makefile b/net/axel/Makefile index fe00f321a..415dc7e4a 100644 --- a/net/axel/Makefile +++ b/net/axel/Makefile @@ -1,4 +1,5 @@ # +# Copyright (C) 2010-2011 OpenWrt.org # Copyright (C) 2010 Gianluigi Tiesi # # This is free software, licensed under the GNU General Public License v2. @@ -9,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=axel PKG_VERSION:=2.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://alioth.debian.org/frs/download.php/3015 @@ -36,13 +37,13 @@ define Package/axel/description endef # notes: -# - I'm using = and not += because it is not a standard configure script +# - I'm using := and not += because it is not a standard configure script # - I ask not to strip, because it should be handled by the toolchain -CONFIGURE_ARGS = \ - --prefix=/usr \ - --etcdir=/etc \ - --debug=0 \ - --i18n=0 \ +CONFIGURE_ARGS := \ + --prefix=/usr \ + --etcdir=/etc \ + --debug=0 \ + --i18n=0 \ --strip=0 define Package/axel/install @@ -53,4 +54,8 @@ define Package/axel/install echo "alternate_output = 1" >> $(1)/etc/axelrc endef +define Package/axel/conffiles +/etc/axelrc +endef + $(eval $(call BuildPackage,axel)) diff --git a/net/batman/Makefile b/net/batman/Makefile index b17818a14..cd4a2ec56 100644 --- a/net/batman/Makefile +++ b/net/batman/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2010 OpenWrt.org +# Copyright (C) 2008-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=batmand PKG_REV:=1439 PKG_VERSION:=r$(PKG_REV) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_EXTRA_CFLAGS=-DDEBUG_MALLOC -DMEMORY_USAGE -DPROFILE_DATA -DREVISION_VERSION=\"\ rv$(PKG_REV)\" PKG_SOURCE_PROTO:=svn @@ -132,6 +132,10 @@ define Package/batmand/install $(INSTALL_DATA) ./files/etc/config/batmand $(1)/etc/config endef +define Package/batmand/conffiles +/etc/config/batmand +endef + define Package/vis/install $(INSTALL_DIR) $(1)/usr/sbin $(1)/etc/config $(1)/etc/init.d $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/vis $(1)/usr/sbin/ @@ -139,6 +143,10 @@ define Package/vis/install $(INSTALL_DATA) ./files/etc/config/vis $(1)/etc/config endef +define Package/vis/conffiles +/etc/config/vis +endef + $(eval $(call BuildPackage,batmand)) $(eval $(call BuildPackage,vis)) $(eval $(call KernelPackage,batgat)) diff --git a/net/bird/Makefile b/net/bird/Makefile index 1f446e6a9..60cf7af7a 100644 --- a/net/bird/Makefile +++ b/net/bird/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bird PKG_VERSION:=1.3.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird @@ -138,6 +138,10 @@ define Package/bird$(2)/install endef +define Package/bird$(2)/conffiles +/etc/bird$(2).conf +endef + define Package/birdc$(2)/install $(INSTALL_DIR) $$(1)/usr/sbin $(INSTALL_BIN) $$(PKG_BUILD_DIR)/birdc$(2) $$(1)/usr/sbin/ diff --git a/net/crowdcontrol/Makefile b/net/crowdcontrol/Makefile index 941f31e75..bf5e18f1a 100644 --- a/net/crowdcontrol/Makefile +++ b/net/crowdcontrol/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:=crowdcontrol PKG_VERSION:=0.4b -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ @@ -45,4 +45,13 @@ define Package/crowdcontrol/install $(CP) $(PKG_BUILD_DIR)/*-{domains,expressions,urls} $(1)/etc/crowdcontrol/ endef +define Package/crowdcontrol/conffiles +/etc/crowdcontrol/blocked-domains +/etc/crowdcontrol/blocked-expressions +/etc/crowdcontrol/blocked-urls +/etc/crowdcontrol/permitted-domains +/etc/crowdcontrol/permitted-expressions +/etc/crowdcontrol/permitted-urls +endef + $(eval $(call BuildPackage,crowdcontrol)) diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 2dae095f5..bd10145c7 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -1,4 +1,5 @@ -# Copyright (C) 2007 OpenWrt.org +# +# Copyright (C) 2007-2011 OpenWrt.org # Original port by FreeWRT project. # # 2007 Alexander Tsvyashchenko Adapted FreeWRT port for OpenWRT (Trac ticket 2497) @@ -13,7 +14,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=djbdns PKG_VERSION:=1.05 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=${PKG_NAME}-${PKG_VERSION}.tar.gz PKG_SOURCE_URL:=http://cr.yp.to/djbdns/ @@ -136,6 +137,10 @@ define Package/djbdns-base/install $(INSTALL_DATA) ./files/djbdns.conf $(1)/etc/config/djbdns endef +define Package/djbdns-base/conffiles +/etc/config/djbdns +endef + define Package/djbdns-dnscache/install $(INSTALL_DIR) $(1)/usr/bin (cd $(PKG_BUILD_DIR); \ diff --git a/net/etherwake/Makefile b/net/etherwake/Makefile index 7cea0ff30..d65439068 100644 --- a/net/etherwake/Makefile +++ b/net/etherwake/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2009 OpenWrt.org +# Copyright (C) 2007-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:=etherwake PKG_VERSION:=1.09 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/e/etherwake @@ -47,4 +47,8 @@ define Package/etherwake/install $(INSTALL_BIN) files/$(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME) endef +define Package/etherwake/conffiles +/etc/config/etherwake +endef + $(eval $(call BuildPackage,etherwake)) diff --git a/net/ez-ipupdate/Makefile b/net/ez-ipupdate/Makefile index d95bb2d94..90a97e02e 100644 --- a/net/ez-ipupdate/Makefile +++ b/net/ez-ipupdate/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 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:=ez-ipupdate PKG_VERSION:=3.0.11b8 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/e/ez-ipupdate \ @@ -41,4 +41,8 @@ define Package/ez-ipupdate/install $(INSTALL_BIN) ./files/ez-ipupdate.hotplug $(1)/etc/hotplug.d/iface/30-ez-ipupdate endef +define Package/ez-ipupdate/conffiles +/etc/config/ddns +endef + $(eval $(call BuildPackage,ez-ipupdate)) diff --git a/net/gpsd/Makefile b/net/gpsd/Makefile index 0b1b528c5..edf40fd72 100644 --- a/net/gpsd/Makefile +++ b/net/gpsd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gpsd PKG_VERSION:=2.94 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.berlios.de/gpsd/ @@ -71,4 +71,8 @@ define Package/gpsd/install $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/gpsd $(1)/usr/sbin/ endef +define Package/gpsd/conffiles +/etc/config/gpsd +endef + $(eval $(call BuildPackage,gpsd)) diff --git a/net/httptunnel/Makefile b/net/httptunnel/Makefile index 4cebdd458..56a89a5fe 100644 --- a/net/httptunnel/Makefile +++ b/net/httptunnel/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:=httptunnel PKG_VERSION:=3.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.nocrew.org/pub/nocrew/unix/ @@ -31,14 +31,18 @@ define Package/httptunnel/description The HTTP requests can be sent via an HTTP proxy if so desired. endef -define Package/httptunnel/install +define Package/httptunnel/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/hts $(1)/usr/sbin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/htc $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/httptunnel.init $(1)/etc/init.d/httptunnel $(INSTALL_DIR) $(1)/etc/config - $(INSTALL_DATA) ./files/httptunnel.conf $(1)/etc/config/httptunnel + $(INSTALL_DATA) ./files/httptunnel.conf $(1)/etc/config/httptunnel +endef + +define Package/httptunnel/conffiles +/etc/config/httptunnel endef $(eval $(call BuildPackage,httptunnel)) diff --git a/net/imsnif/Makefile b/net/imsnif/Makefile index c705af456..bb0524323 100644 --- a/net/imsnif/Makefile +++ b/net/imsnif/Makefile @@ -1,17 +1,19 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2011 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. # -# $ Id:$ include $(TOPDIR)/rules.mk PKG_NAME:=imsnif PKG_VERSION:=0.04 -PKG_RELEASE:=2 -PKG_MD5SUM:=689c456f8edb77b9b4199a25514ac683 +PKG_RELEASE:=3 PKG_SOURCE_URL:=@SF/im-snif PKG_SOURCE:=$(PKG_NAME)f_$(PKG_VERSION).tgz +PKG_MD5SUM:=689c456f8edb77b9b4199a25514ac683 include $(INCLUDE_DIR)/package.mk @@ -53,4 +55,8 @@ define Package/imsnif/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/imsnif $(1)/usr/bin endef +define Package/imsnif/conffiles +/etc/imsnif.conf +endef + $(eval $(call BuildPackage,imsnif)) diff --git a/net/iodine/Makefile b/net/iodine/Makefile index bf6bdafea..03535b8ad 100644 --- a/net/iodine/Makefile +++ b/net/iodine/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iodine PKG_VERSION:=0.6.0-rc1 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://code.kryo.se/iodine/ @@ -61,5 +61,9 @@ define Package/iodined/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/bin/iodined $(1)/usr/sbin endef +define Package/iodined/conffiles +/etc/config/iodined +endef + $(eval $(call BuildPackage,iodine)) $(eval $(call BuildPackage,iodined)) diff --git a/net/ipupdate/Makefile b/net/ipupdate/Makefile index 1137581b0..7651a62af 100644 --- a/net/ipupdate/Makefile +++ b/net/ipupdate/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:=ipupdate PKG_VERSION:=1.1.1 -PKG_RELEASE:=0 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/ipupdate @@ -63,4 +63,8 @@ define Package/ipupdate/install $(INSTALL_CONF) $(PKG_BUILD_DIR)/ipupdate.conf $(1)/etc/ endef +define Package/ipupdate/conffiles +/etc/ipupdate.conf +endef + $(eval $(call BuildPackage,ipupdate)) diff --git a/net/lldpd/Makefile b/net/lldpd/Makefile index 86d49bd5f..93bcbfcf3 100644 --- a/net/lldpd/Makefile +++ b/net/lldpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lldpd PKG_VERSION:=0.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.luffy.cx/lldpd/ @@ -55,4 +55,8 @@ define Package/lldpd/install $(INSTALL_DATA) ./files/lldpd.config $(1)/etc/config/lldpd endef +define Package/lldpd/conffiles +/etc/config/lldpd +endef + $(eval $(call BuildPackage,lldpd)) diff --git a/net/lsm/Makefile b/net/lsm/Makefile index 2cd88c218..864327de5 100644 --- a/net/lsm/Makefile +++ b/net/lsm/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lsm PKG_VERSION:=0.60 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://lsm.foobar.fi/download @@ -53,4 +53,8 @@ define Package/lsm/install $(INSTALL_BIN) ./files/lsm.init $(1)/etc/init.d/lsm endef +define Package/lsm/conffiles +/etc/lsm/lsm.conf +endef + $(eval $(call BuildPackage,lsm)) diff --git a/net/mdnsresponder/Makefile b/net/mdnsresponder/Makefile index 9df290aa2..462c6bb50 100644 --- a/net/mdnsresponder/Makefile +++ b/net/mdnsresponder/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mDNSResponder PKG_VERSION:=214.3.2 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=mDNSResponder-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://opensource.apple.com/tarballs/mDNSResponder/ @@ -142,6 +142,10 @@ define Package/mdns-utils/install $(INSTALL_BIN) ./files/mDNSResponder.init $(1)/etc/init.d/mDNSResponder endef +define Package/mdns-utils/conffiles +/etc/mDNSResponder.conf +endef + define Package/mdnsd/install $(INSTALL_DIR) $(1)/usr/sbin/ $(CP) $(PKG_INSTALL_DIR)/usr/sbin/mdnsd $(1)/usr/sbin/ diff --git a/net/n2n/Makefile b/net/n2n/Makefile index da7375f25..d65a6f70c 100644 --- a/net/n2n/Makefile +++ b/net/n2n/Makefile @@ -1,9 +1,9 @@ # -## Copyright (C) 2007-2011 OpenWrt.org +# Copyright (C) 2007-2011 OpenWrt.org # -## This is free software, licensed under the GNU General Public License v2. +# This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. - +# include $(TOPDIR)/rules.mk @@ -13,7 +13,7 @@ PKG_REV:=3875 PKG_NAME:=n2n PKG_VERSION:=$(PKG_REV) -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz @@ -48,4 +48,8 @@ define Package/n2n/install $(INSTALL_BIN) ./files/n2n.init $(1)/etc/init.d/n2n endef +define Package/n2n/conffiles +/etc/config/n2n +endef + $(eval $(call BuildPackage,n2n)) diff --git a/net/natpmp/Makefile b/net/natpmp/Makefile index ec81f335a..959fcf665 100644 --- a/net/natpmp/Makefile +++ b/net/natpmp/Makefile @@ -1,8 +1,15 @@ +# +# Copyright (C) 2007-2011 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + include $(TOPDIR)/rules.mk PKG_NAME:=natpmp PKG_VERSION:=0.2.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_URL:=http://download.savannah.nongnu.org/releases/natpmp/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -47,4 +54,8 @@ define Package/natpmp/install $(INSTALL_BIN) ./files/natpmp.init $(1)/etc/init.d/natpmp endef +define Package/natpmp/conffiles +/etc/config/natpmp +endef + $(eval $(call BuildPackage,natpmp)) diff --git a/net/nfs-server/Makefile b/net/nfs-server/Makefile index 1a16e6cdc..6257fdfab 100644 --- a/net/nfs-server/Makefile +++ b/net/nfs-server/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nfs-server PKG_VERSION:=2.2beta47 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/n/nfs-user-server PKG_SOURCE:=nfs-user-server_$(PKG_VERSION).orig.tar.gz @@ -46,4 +46,8 @@ define Package/nfs-server/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/rpc.* $(1)/usr/sbin/ endef +define Package/nfs-server/conffiles +/etc/exports +endef + $(eval $(call BuildPackage,nfs-server)) diff --git a/net/nocatauth/Makefile b/net/nocatauth/Makefile index c4a7ff690..61d413e45 100644 --- a/net/nocatauth/Makefile +++ b/net/nocatauth/Makefile @@ -1,16 +1,15 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk PKG_NAME:=nocatauth PKG_VERSION:=nightly -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=NoCatAuth-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://nocat.net/downloads/NoCatAuth/ @@ -62,4 +61,8 @@ define Package/nocatauth/install $(INSTALL_BIN) ./files/nocatauth-gateway $(1)/etc/init.d/nocatauth-gateway endef +define Package/nocatauth/conffiles +/etc/nocat.conf +endef + $(eval $(call BuildPackage,nocatauth)) diff --git a/net/nodogsplash/Makefile b/net/nodogsplash/Makefile index f83b515c3..fd41dda1b 100644 --- a/net/nodogsplash/Makefile +++ b/net/nodogsplash/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2010 OpenWrt.org +# Copyright (C) 2007-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:=nodogsplash PKG_VERSION:=0.9_beta9.9.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://kokoro.ucsd.edu/nodogsplash/ \ @@ -72,4 +72,8 @@ define Package/nodogsplash/install $(SED) 's,\(do_module_tests "sch_htb"\),#\1,' $(1)/etc/init.d/$(PKG_NAME) endef +define Package/nodogsplash/conffiles +/etc/nodogsplash/nodogsplash.conf +endef + $(eval $(call BuildPackage,nodogsplash)) diff --git a/net/nuttcp/Makefile b/net/nuttcp/Makefile index b2168cb9d..72404446c 100644 --- a/net/nuttcp/Makefile +++ b/net/nuttcp/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nuttcp PKG_VERSION:=6.1.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.lcp.nrl.navy.mil/pub/nuttcp @@ -70,5 +70,11 @@ define Package/nuttcp-xinetd/install $(SED) 's,/local,,' $(1)/etc/xinetd.d/nuttcp* endef +define Package/nuttcp-xinetd/conffiles +/etc/xinetd.d/nuttcp +/etc/xinetd.d/nuttcp4 +/etc/xinetd.d/nuttcp6 +endef + $(eval $(call BuildPackage,nuttcp)) $(eval $(call BuildPackage,nuttcp-xinetd)) diff --git a/net/nzbget/Makefile b/net/nzbget/Makefile index eea709bc0..f1bc88649 100644 --- a/net/nzbget/Makefile +++ b/net/nzbget/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2010 OpenWrt.org +# Copyright (C) 2009-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:=nzbget PKG_VERSION:=0.7.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/nzbget @@ -69,4 +69,8 @@ define Package/nzbget/install $(INSTALL_DATA) $(PKG_BUILD_DIR)/nzbget.conf.example $(1)/etc/nzbget.conf endef +define Package/nzbget/conffiles +/etc/nzbget.conf +endef + $(eval $(call BuildPackage,nzbget)) diff --git a/net/openslp/Makefile b/net/openslp/Makefile index d0be77d27..4c20b8401 100644 --- a/net/openslp/Makefile +++ b/net/openslp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2009 OpenWrt.org +# Copyright (C) 2008-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:=openslp PKG_VERSION:=1.2.1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/openslp @@ -47,4 +47,8 @@ define Package/openslp/install $(INSTALL_BIN) ./files/etc/init.d/* $(1)/etc/init.d/ endef +define Package/openslp/conffiles +/etc/slp.* +endef + $(eval $(call BuildPackage,openslp)) diff --git a/net/radsecproxy/Makefile b/net/radsecproxy/Makefile index c7dd81acc..97a987fd8 100644 --- a/net/radsecproxy/Makefile +++ b/net/radsecproxy/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=radsecproxy PKG_VERSION:=1.4.2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://software.uninett.no/radsecproxy/ @@ -44,5 +44,9 @@ define Package/radsecproxy/install $(INSTALL_BIN) ./files/radsecproxy.init $(1)/etc/init.d/radsecproxy endef +define Package/radsecproxy/conffiles +/etc/radsecproxy.conf +endef + $(eval $(call BuildPackage,radsecproxy)) diff --git a/net/restund/Makefile b/net/restund/Makefile index 3d2b13f9e..071b0332d 100644 --- a/net/restund/Makefile +++ b/net/restund/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=restund PKG_VERSION:=0.3.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.creytiv.com/pub/ @@ -81,6 +81,9 @@ define Package/restund/install $(INSTALL_BIN) ./files/restund.init $(1)/etc/init.d/restund endef +define Package/restund/conffiles +/etc/restund.conf +endef # # 1. Name diff --git a/net/rp-l2tp/Makefile b/net/rp-l2tp/Makefile index 61e9cce3b..d7942faa0 100644 --- a/net/rp-l2tp/Makefile +++ b/net/rp-l2tp/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rp-l2tp PKG_VERSION:=0.4 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/rp-l2tp @@ -34,7 +34,7 @@ endef TARGET_CFLAGS := -I$(PKG_BUILD_DIR)/libevent $(TARGET_CFLAGS) -define Package/rp-l2tpd/install +define Package/rp-l2tpd/install $(INSTALL_DIR) $(1)/etc $(CP) $(PKG_INSTALL_DIR)/etc/l2tp.conf.example $(1)/etc/l2tp.conf $(INSTALL_DIR) $(1)/usr/lib/l2tp @@ -47,7 +47,11 @@ define Package/rp-l2tpd/install $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/l2tp-control $(1)/usr/sbin/ endef -#define Package/rp-l2tpd-mod-cmd/install +define Package/rp-l2tpd/conffiles +/etc/l2tp.conf +endef + +#define Package/rp-l2tpd-mod-cmd/install # $(INSTALL_DIR) $(1)/usr/lib/l2tp # $(CP) $(PKG_INSTALL_DIR)/usr/lib/l2tp/cmd.so $(1)/usr/lib/l2tp/ # $(INSTALL_DIR) $(1)/usr/sbin diff --git a/net/samba/Makefile b/net/samba/Makefile index 28c2bd767..f9c2db377 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 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,11 +9,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=samba PKG_VERSION:=2.0.10 -PKG_RELEASE:=6 -PKG_MD5SUM:=54870482fe036b7e69dd48c90661eec6 +PKG_RELEASE:=7 PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/samba/old-versions PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_MD5SUM:=54870482fe036b7e69dd48c90661eec6 include $(INCLUDE_DIR)/package.mk @@ -189,6 +189,10 @@ define Package/samba2-common/install $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/samba/unicode_map.{866,ISO8859-5,KOI8-R,1251} $(1)/usr/share/samba/ endef +define Package/samba2-common/conffiles +/etc/samba/smb.conf +endef + define Package/samba2-server/install $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/samba.init $(1)/etc/init.d/samba diff --git a/net/softflowd/Makefile b/net/softflowd/Makefile index 15f3e566e..766b2dc0c 100644 --- a/net/softflowd/Makefile +++ b/net/softflowd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=softflowd PKG_VERSION:=0.9.8 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.mindrot.org/files/softflowd/ @@ -45,4 +45,8 @@ define Package/softflowd/install $(INSTALL_BIN) ./files/$(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME) endef +define Package/softflowd/conffiles +/etc/config/softflowd +endef + $(eval $(call BuildPackage,softflowd)) diff --git a/net/stun/Makefile b/net/stun/Makefile index b4897144e..e7090bf66 100644 --- a/net/stun/Makefile +++ b/net/stun/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=stund PKG_VERSION:=0.96 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION)_Aug13.tgz PKG_SOURCE_URL:=@SF/stun @@ -73,6 +73,10 @@ define Package/stund/install $(INSTALL_DATA) ./files/stund.config $(1)/etc/config/stund endef +define Package/stund/conffiles +/etc/config/stund +endef + define Package/stun-client/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/client $(1)/usr/sbin/stun-client diff --git a/net/tinc/Makefile b/net/tinc/Makefile index 821579d97..b2b6c47a1 100644 --- a/net/tinc/Makefile +++ b/net/tinc/Makefile @@ -52,4 +52,8 @@ define Package/tinc/install $(INSTALL_DATA) files/tinc.upgrade $(1)/lib/upgrade/keep.d/tinc endef +define Package/tinc/conffiles +/etc/config/tinc +endef + $(eval $(call BuildPackage,tinc)) diff --git a/net/uhub/Makefile b/net/uhub/Makefile index 0046e1c06..17c43da15 100644 --- a/net/uhub/Makefile +++ b/net/uhub/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-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:=uhub PKG_VERSION:=0.2.8 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.gz PKG_SOURCE_URL:=http://www.extatic.org/downloads/uhub/ @@ -39,4 +39,8 @@ define Package/uhub/install $(INSTALL_CONF) $(PKG_BUILD_DIR)/doc/uhub.conf $(1)/etc/uhub/ endef +define Package/uhub/conffiles +/etc/uhub/uhub.conf +endef + $(eval $(call BuildPackage,uhub)) diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index ddd6f7102..3764aae3a 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unfs3 PKG_VERSION:=0.9.22 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) @@ -47,4 +47,8 @@ define Package/unfs3/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/unfsd $(1)/usr/sbin endef +define Package/unfs3/conffiles +/etc/exports +endef + $(eval $(call BuildPackage,unfs3)) diff --git a/net/uob-nomad/Makefile b/net/uob-nomad/Makefile index ad025976f..8435dac2b 100644 --- a/net/uob-nomad/Makefile +++ b/net/uob-nomad/Makefile @@ -1,4 +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. @@ -8,11 +9,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uob-nomad PKG_VERSION:=0.11 -PKG_RELEASE:=1 -PKG_MD5SUM:=9c7445cefaf8d6160017aef606f2e558 +PKG_RELEASE:=2 PKG_SOURCE_URL:=http://www.comnets.uni-bremen.de/~mab/openwrt/source/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_MD5SUM:=9c7445cefaf8d6160017aef606f2e558 PKG_BUILD_PARALLEL:=0 @@ -52,4 +53,8 @@ define Package/uob-nomad/install $(CP) $(PKG_BUILD_DIR)/conf/mip{agent,mn,mn-filters}.conf $(1)/etc/ endef +define Package/uob-nomad/conffiles +/etc/mip{agent,mn,mn-filters}.conf +endef + $(eval $(call BuildPackage,uob-nomad)) diff --git a/net/wol/Makefile b/net/wol/Makefile index afbfa55bd..286442cd2 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-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:=wol PKG_VERSION:=0.7.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_URL:=@SF/ahh PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -47,4 +47,8 @@ define Package/wol/install $(INSTALL_BIN) ./files/$(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME) endef +define Package/wol/conffiles +/etc/config/wol +endef + $(eval $(call BuildPackage,wol)) diff --git a/net/wshaper/Makefile b/net/wshaper/Makefile index f6c1e0716..2c73705ef 100644 --- a/net/wshaper/Makefile +++ b/net/wshaper/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wshaper PKG_VERSION:=0.2 +PKG_RELEASE:=2 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) @@ -47,4 +48,8 @@ define Package/wshaper/install $(INSTALL_DATA) ./files/wshaper.config $(1)/etc/config/wshaper endef +define Package/wshaper/conffiles +/etc/config/wshaper +endef + $(eval $(call BuildPackage,wshaper)) diff --git a/sound/scmpc/Makefile b/sound/scmpc/Makefile index 4013085e0..a067f82a3 100644 --- a/sound/scmpc/Makefile +++ b/sound/scmpc/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=scmpc PKG_VERSION:=0.2.2 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://download.berlios.de/scmpc @@ -49,7 +49,11 @@ define Package/scmpc/install $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/scmpc.init $(1)/etc/init.d/scmpc $(INSTALL_DIR) $(1)/etc - $(CP) $(PKG_BUILD_DIR)/examples/scmpc.conf $(1)/etc + $(CP) $(PKG_BUILD_DIR)/examples/scmpc.conf $(1)/etc/ +endef + +define Package/scmpc/conffiles +/etc/scmpc.conf endef $(eval $(call BuildPackage,scmpc)) diff --git a/utils/anyremote/Makefile b/utils/anyremote/Makefile index 5e1081a42..bf2930d37 100644 --- a/utils/anyremote/Makefile +++ b/utils/anyremote/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=anyremote PKG_VERSION:=4.7.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/${PKG_NAME} @@ -44,4 +44,8 @@ define Package/anyremote/install $(INSTALL_BIN) ./files/anyremote.init $(1)/etc/init.d/anyremote endef +define Package/anyremote/conffiles +/etc/anyremote.cfg +endef + $(eval $(call BuildPackage,anyremote)) diff --git a/utils/ap51-flash/Makefile b/utils/ap51-flash/Makefile index 60ac9ab04..a38634e7f 100644 --- a/utils/ap51-flash/Makefile +++ b/utils/ap51-flash/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ap51-flash PKG_REV:=232 PKG_VERSION:=r$(PKG_REV) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=svn PKG_SOURCE_VERSION:=$(PKG_REV) @@ -50,4 +50,8 @@ define Package/ap51-flash/install $(INSTALL_DATA) ./files/ap51-flash.conf $(1)/etc/config/ap51-flash endef +define Package/ap51-flash/conffiles +/etc/config/ap51-flash +endef + $(eval $(call BuildPackage,ap51-flash)) diff --git a/utils/bandwidthd/Makefile b/utils/bandwidthd/Makefile index 3837e25a8..3ae7d51cd 100644 --- a/utils/bandwidthd/Makefile +++ b/utils/bandwidthd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bandwidthd PKG_VERSION:=2.0.1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=@SF/bandwidthd @@ -53,4 +53,8 @@ define Package/bandwidthd/install $(INSTALL_DATA) $(PKG_BUILD_DIR)/htdocs/logo.gif $(1)/www/ endef +define Package/bandwidthd/conffiles +/etc/config/bandwidthd +endef + $(eval $(call BuildPackage,bandwidthd)) diff --git a/utils/bash-completion/Makefile b/utils/bash-completion/Makefile index fc4ed5369..f5c43920f 100644 --- a/utils/bash-completion/Makefile +++ b/utils/bash-completion/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-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:=bash-completion PKG_VERSION:=20080705 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://ftp.de.debian.org/debian/pool/main/b/bash-completion/ @@ -42,8 +42,12 @@ define Build/Compile endef define Package/bash-completion/install - $(INSTALL_DIR) $(1)/etc/ - $(INSTALL_BIN) $(PKG_BUILD_DIR)/bash_completion $(1)/etc + $(INSTALL_DIR) $(1)/etc + $(INSTALL_BIN) $(PKG_BUILD_DIR)/bash_completion $(1)/etc/ +endef + +define Package/bash-completion/conffiles +/etc/bash_completion endef $(eval $(call BuildPackage,bash-completion)) diff --git a/utils/bemused/Makefile b/utils/bemused/Makefile index e05bc0dd3..4cd0b13a3 100644 --- a/utils/bemused/Makefile +++ b/utils/bemused/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bemused-mpd PKG_VERSION:=r062 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.origo.ethz.ch/bemused-lnx-mpdhack/526 @@ -59,4 +59,9 @@ define Package/bemusedlinuxserver/install $(INSTALL_BIN) ./files/bemused.init $(1)/etc/init.d/bemused endef +define Package/bemusedlinuxserver/conffiles +/etc/bemused.conf +/etc/bemused-bookmarks +endef + $(eval $(call BuildPackage,bemusedlinuxserver)) diff --git a/utils/cmdpad/Makefile b/utils/cmdpad/Makefile index f2d11c25c..6b33e8b51 100644 --- a/utils/cmdpad/Makefile +++ b/utils/cmdpad/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmdpad PKG_VERSION:=0.0.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=@SF/cmdpad @@ -45,9 +45,13 @@ define Package/cmdpad/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_DIR) $(1)/etc $(INSTALL_DIR) $(1)/etc/init.d - $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/cmdpad $(1)/usr/sbin - $(INSTALL_CONF) $(PKG_BUILD_DIR)/src/cmdpad.conf $(1)/etc + $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/cmdpad $(1)/usr/sbin/ + $(INSTALL_CONF) $(PKG_BUILD_DIR)/src/cmdpad.conf $(1)/etc/ $(INSTALL_BIN) ./files/cmdpad.init $(1)/etc/init.d/cmdpad endef +define Package/cmdpad/conffiles +/etc/cmdpad.conf +endef + $(eval $(call BuildPackage,cmdpad)) diff --git a/utils/hd-idle/Makefile b/utils/hd-idle/Makefile index 7974decc9..25fb32e97 100644 --- a/utils/hd-idle/Makefile +++ b/utils/hd-idle/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hd-idle PKG_VERSION:=1.03 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=@SF/$(PKG_NAME) @@ -40,4 +40,8 @@ define Package/hd-idle/install $(INSTALL_BIN) ./files/$(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME) endef +define Package/hd-idle/conffiles +/etc/config/hd-idle +endef + $(eval $(call BuildPackage,hd-idle)) diff --git a/utils/hplip/Makefile b/utils/hplip/Makefile index 5df59c752..9c44b275f 100644 --- a/utils/hplip/Makefile +++ b/utils/hplip/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hplip PKG_VERSION:=3.9.12 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/hplip @@ -73,4 +73,8 @@ define Package/hplip/install $(INSTALL_DATA) ./files/hplib.conf $(1)/etc/sane.d/dll.d/hplib endef +define Package/hplip/conffiles +/etc/hp/hplip.conf +endef + $(eval $(call BuildPackage,hplip)) diff --git a/utils/mksh/Makefile b/utils/mksh/Makefile index 1b1294cde..e1dd6f9e2 100644 --- a/utils/mksh/Makefile +++ b/utils/mksh/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2008 OpenWrt.org +# Copyright (C) 2007-2011 OpenWrt.org # Copyright (c) 2009 Thorsten Glaser # # This is free software, licensed under the GNU General Public License v2. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mksh PKG_VERSION:=39 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-R$(PKG_VERSION).cpio.gz PKG_SOURCE_URL:=http://www.mirbsd.org/MirOS/dist/mir/mksh @@ -76,4 +76,8 @@ define Package/mksh/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/mksh $(1)/bin/ endef +define Package/mksh/conffiles +/etc/mkshrc +endef + $(eval $(call BuildPackage,mksh)) diff --git a/utils/pcmciautils/Makefile b/utils/pcmciautils/Makefile index e0bfacff7..992ba7bf1 100644 --- a/utils/pcmciautils/Makefile +++ b/utils/pcmciautils/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pcmciautils PKG_VERSION:=018 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@KERNEL/linux/utils/kernel/pcmcia @@ -45,4 +45,9 @@ define Package/pcmciautils/install $(CP) $(PKG_BUILD_DIR)/config/config.opts $(1)/etc/pcmcia/ $(CP) files/* $(1)/ endef + +define Package/pcmciautils/conffiles +/etc/pcmcia/config.opts +endef + $(eval $(call BuildPackage,pcmciautils)) diff --git a/utils/screen/Makefile b/utils/screen/Makefile index 97a53b6de..df22debac 100644 --- a/utils/screen/Makefile +++ b/utils/screen/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:=screen PKG_VERSION:=4.0.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.uni-erlangen.de/pub/utilities/screen \ @@ -38,11 +38,15 @@ define Build/Configure ) endef -define Package/screen/install +define Package/screen/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/screen $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc $(INSTALL_DATA) ./files/etc/screenrc $(1)/etc/screenrc endef +define Package/screen/conffiles +/etc/screenrc +endef + $(eval $(call BuildPackage,screen)) diff --git a/utils/smartmontools/Makefile b/utils/smartmontools/Makefile index 4f909612c..1711b9178 100644 --- a/utils/smartmontools/Makefile +++ b/utils/smartmontools/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=smartmontools PKG_VERSION:=5.40 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/smartmontools @@ -84,5 +84,9 @@ define Package/smartd/install $(INSTALL_BIN) ./files/smartd.init $(1)/etc/init.d/smartd endef +define Package/smartd/conffiles +/etc/smartd.conf +endef + $(eval $(call BuildPackage,smartmontools)) $(eval $(call BuildPackage,smartd)) -- 2.11.0