diff options
author | Phil Sutter <phil@nwl.cc> | 2010-01-22 22:36:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-23 08:47:07 +0100 |
commit | 1b4f7c479cbd6489a626051674f9def7446872d7 (patch) | |
tree | 71e6693bd90159c4b31dd7f44a7b1a10a00ece08 /package/pdnsd/Makefile | |
parent | 750f684c7f0117b16adc02c28d1c329958c2b470 (diff) |
pdnsd review: add init-file and sample config
Diffstat (limited to 'package/pdnsd/Makefile')
-rw-r--r-- | package/pdnsd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/pdnsd/Makefile b/package/pdnsd/Makefile index 4c454a332..aea5877f9 100644 --- a/package/pdnsd/Makefile +++ b/package/pdnsd/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= pdnsd PKG_VERSION:= 1.2.7 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 114b3b21b09b43cbfcccdde726b84c12 PKG_DESCR:= Proxy DNS server with permanent caching PKG_SECTION:= net @@ -24,6 +24,8 @@ BUILD_STYLE:= auto INSTALL_STYLE:= auto post-install: + $(INSTALL_DIR) $(IDIR_PDNSD)/etc + ${INSTALL_DATA} ./files/pdnsd.conf ${IDIR_PDNSD}/etc/ $(INSTALL_DIR) $(IDIR_PDNSD)/usr/sbin $(INSTALL_BIN) $(WRKINST)/usr/sbin/pdnsd{,-ctl} $(IDIR_PDNSD)/usr/sbin/ |