projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix for madwifi radiotap support (patch by jwright)
[openwrt.git]
/
package
/
vrrpd
/
Makefile
diff --git
a/package/vrrpd/Makefile
b/package/vrrpd/Makefile
index
b4aa4e0
..
8805450
100644
(file)
--- a/
package/vrrpd/Makefile
+++ b/
package/vrrpd/Makefile
@@
-29,6
+29,10
@@
$(PKG_BUILD_DIR)/.built:
touch $@
$(IPKG_VRRPD):
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)
install -d -m0755 $(IDIR_VRRPD)/usr/sbin
install -m0755 $(PKG_BUILD_DIR)/vrrpd $(IDIR_VRRPD)/usr/sbin/
$(RSTRIP) $(IDIR_VRRPD)
This page took
0.020361 seconds
and
4
git commands to generate.