Commit 943345bc by Oliver Pinter

fix patch

parent 86a84c46
......@@ -21,7 +21,7 @@ fi
if [ ! -d /root/agent ]
then
cd /root
git clone https://github.com/opntr/bme-circle-cloud-agent.git agent
git clone https://github.com/opntr/bme-cloud-circle-agent.git agent
fi
cd /root/agent
......@@ -33,7 +33,7 @@ then
echo "patching /etc/rc.subr ..."
(
cd /etc
patch -p1 < /root/agent/bootstrap/freebsd/fix-rc.subr.diff
patch -p0 < /root/agent/bootstrap/freebsd/fix-rc.subr.diff
)
fi
......
--- /etc/rc.subr.orig 2014-12-18 21:07:36.000000000 +0100
+++ /etc/rc.subr 2014-12-18 21:09:44.000000000 +0100
--- rc.subr.orig 2014-12-18 21:07:36.000000000 +0100
+++ rc.subr 2014-12-18 21:27:58.000000000 +0100
@@ -1330,24 +1330,17 @@
_rc_conf_loaded=true
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment