diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-14 23:24:44 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-14 23:24:44 +0000 |
commit | 906bc9ad3739513fbd54d982e7a113f608963113 (patch) | |
tree | e7130144d5275f0b9ab89a90145f7e81b626e6e1 /package/vrrpd/Makefile | |
parent | f6f539cc52897e7d4928d10bef13b6c13d1714f5 (diff) | |
download | upstream-906bc9ad3739513fbd54d982e7a113f608963113.tar.gz upstream-906bc9ad3739513fbd54d982e7a113f608963113.tar.bz2 upstream-906bc9ad3739513fbd54d982e7a113f608963113.zip |
add missing config file and init script in the package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2675 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/vrrpd/Makefile')
-rw-r--r-- | package/vrrpd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/vrrpd/Makefile b/package/vrrpd/Makefile index b4aa4e0d5b..8805450c64 100644 --- a/package/vrrpd/Makefile +++ b/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) |