1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 03:01:18 +02:00

add missing config file and init script in the package

SVN-Revision: 2675
This commit is contained in:
Nicolas Thill 2005-12-14 23:24:44 +00:00
parent 7ec285553e
commit 47b8d981f9

@ -29,6 +29,10 @@ $(PKG_BUILD_DIR)/.built:
touch $@ touch $@
$(IPKG_VRRPD): $(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 -d -m0755 $(IDIR_VRRPD)/usr/sbin
install -m0755 $(PKG_BUILD_DIR)/vrrpd $(IDIR_VRRPD)/usr/sbin/ install -m0755 $(PKG_BUILD_DIR)/vrrpd $(IDIR_VRRPD)/usr/sbin/
$(RSTRIP) $(IDIR_VRRPD) $(RSTRIP) $(IDIR_VRRPD)