Commit 487a225a authored by Marco Mariani's avatar Marco Mariani

cygwin docs: patch supervisor with -p2

parent 5b2840f9
...@@ -320,7 +320,7 @@ patch -f --dry-run -p1 < ${_filename} > /dev/null && patch -p1 &l ...@@ -320,7 +320,7 @@ patch -f --dry-run -p1 < ${_filename} > /dev/null && patch -p1 &l
cd $(ls -d /opt/slapos/eggs/supervisor-*.egg/) cd $(ls -d /opt/slapos/eggs/supervisor-*.egg/)
_filename=/opt/git/slapos.package/windows/patches/supervisor-cygwin.patch _filename=/opt/git/slapos.package/windows/patches/supervisor-cygwin.patch
cd supervisor cd supervisor
patch -f --dry-run -p1 < ${_filename} > /dev/null && patch -p1 < ${_filename} patch -f --dry-run -p2 < ${_filename} > /dev/null && patch -p2 < ${_filename}
</programlisting> </programlisting>
If "slapos node" report "remap error", you need to do as the following, If "slapos node" report "remap error", you need to do as the following,
<programlisting> <programlisting>
......
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 to comment