From: Jo-Philipp Wich Date: Mon, 21 Jun 2010 22:34:41 +0000 (+0000) Subject: [packages] olsrd: force non-interactive install (#7470) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=d8235adf42788f008aa5ba45f6d59c1c63d85b72;ds=sidebyside [packages] olsrd: force non-interactive install (#7470) SVN-Revision: 21868 --- diff --git a/net/olsrd/patches/900-force_copy_olsrd_conf_file.patch b/net/olsrd/patches/900-force_copy_olsrd_conf_file.patch new file mode 100644 index 0000000000..f1e4785e60 --- /dev/null +++ b/net/olsrd/patches/900-force_copy_olsrd_conf_file.patch @@ -0,0 +1,11 @@ +--- a/Makefile 2010-06-14 11:27:58.000000000 +0200 ++++ b/Makefile 2010-06-14 11:28:44.000000000 +0200 +@@ -117,7 +117,7 @@ + @echo can be found at files/olsrd.conf.default.lq + @echo ========================================================== + mkdir -p $(ETCDIR) +- -cp -i files/olsrd.conf.default.lq $(CFGFILE) ++ -cp -f files/olsrd.conf.default.lq $(CFGFILE) + @echo ------------------------------------------- + @echo Edit $(CFGFILE) before running olsrd!! + @echo -------------------------------------------