From: Nicolas Thill Date: Wed, 14 Dec 2005 23:24:44 +0000 (+0000) Subject: add missing config file and init script in the package X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=49e91fbb00057a0cbf2003b1ec63f52a18b795b6;p=15.05%2Fopenwrt.git 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 --- 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)