aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-12-14 23:24:44 +0000
committerNicolas Thill <nico@openwrt.org>2005-12-14 23:24:44 +0000
commit47b8d981f924fffcee2dd12570ae1ccc579631ab (patch)
tree1060e8270d132907ffcd3897085d54a89418e4c5
parent7ec285553efbb64a077be097330a20a7079b387d (diff)
downloadupstream-47b8d981f924fffcee2dd12570ae1ccc579631ab.tar.gz
upstream-47b8d981f924fffcee2dd12570ae1ccc579631ab.tar.bz2
upstream-47b8d981f924fffcee2dd12570ae1ccc579631ab.zip
add missing config file and init script in the package
SVN-Revision: 2675
-rw-r--r--openwrt/package/vrrpd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/package/vrrpd/Makefile b/openwrt/package/vrrpd/Makefile
index b4aa4e0d5b..8805450c64 100644
--- a/openwrt/package/vrrpd/Makefile
+++ b/openwrt/package/vrrpd/Makefile
@@ -29,6 +29,10 @@ $(PKG_BUILD_DIR)/.built:
touch $@
$(IPKG_VRRPD):
+ install -d -m0755 $(IDIR_VRRPD)/etc/default
+ install -m0644 ./files/vrrpd.default $(IDIR_VRRPD)/etc/default/vrrpd
+ install -d -m0755 $(IDIR_VRRPD)/etc/init.d
+ install -m0755 ./files/vrrpd.init $(IDIR_VRRPD)/etc/init.d/vrrpd
install -d -m0755 $(IDIR_VRRPD)/usr/sbin
install -m0755 $(PKG_BUILD_DIR)/vrrpd $(IDIR_VRRPD)/usr/sbin/
$(RSTRIP) $(IDIR_VRRPD)