summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-22 17:52:37 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-22 17:52:37 +0000
commitb4d54fa54201967ed72ade21ec71a2aee4ae7bda (patch)
tree8afdcf6936bfd372a6ee91cc2713e8e07ab8cb9c
parent89cc82f32ecc7a93efb6c642e6daaedd72b3b5d0 (diff)
create /etc/xinetd.d used by includedir in /etc/xinetd.conf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1530 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/package/xinetd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/xinetd/Makefile b/openwrt/package/xinetd/Makefile
index 7dcb20e83..3b22beceb 100644
--- a/openwrt/package/xinetd/Makefile
+++ b/openwrt/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