diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-07-22 17:52:37 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-07-22 17:52:37 +0000 |
commit | 6aef918b290a24092bbf8bb3a00e1ef825b7f3e7 (patch) | |
tree | 450ec39bd8688a2a322a178e902ae351947f6be4 /package/xinetd | |
parent | 8c07fcb629310b0bbf40f119e7ea15e1ef39893e (diff) | |
download | upstream-6aef918b290a24092bbf8bb3a00e1ef825b7f3e7.tar.gz upstream-6aef918b290a24092bbf8bb3a00e1ef825b7f3e7.tar.bz2 upstream-6aef918b290a24092bbf8bb3a00e1ef825b7f3e7.zip |
create /etc/xinetd.d used by includedir in /etc/xinetd.conf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1530 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/xinetd')
-rw-r--r-- | package/xinetd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/xinetd/Makefile b/package/xinetd/Makefile index 7dcb20e83e..3b22beceb9 100644 --- a/package/xinetd/Makefile +++ b/package/xinetd/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xinetd PKG_VERSION:=2.3.13 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=4295b5fe12350f09b5892b363348ac8b PKG_SOURCE_URL:=http://www.xinetd.org/ @@ -62,6 +62,7 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_XINETD): install -d -m0755 $(IDIR_XINETD)/etc install -m0644 ./files/xinetd.conf $(IDIR_XINETD)/etc/xinetd.conf + install -d -m0755 $(IDIR_XINETD)/etc/xinetd.d install -d -m0755 $(IDIR_XINETD)/etc/init.d install -m0755 ./files/xinetd.init $(IDIR_XINETD)/etc/init.d/xinetd install -d -m0755 $(IDIR_XINETD)/usr/sbin |