diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-14 23:24:44 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-14 23:24:44 +0000 |
commit | c8737aef24173486eea70bb50df02a2ed2ad0b52 (patch) | |
tree | 83f37bc300954e74d8afa26d49d8c47689ab5251 | |
parent | 255f4a5db849255fa6763bbb02de5eca7fedd34b (diff) |
add missing config file and init script in the package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2675 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | openwrt/package/vrrpd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/package/vrrpd/Makefile b/openwrt/package/vrrpd/Makefile index b4aa4e0d5..8805450c6 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) |