Skip to content

Instantly share code, notes, and snippets.

@dreamcat4
Created July 11, 2014 06:09
Show Gist options
  • Save dreamcat4/bd271b5a776721d0abad to your computer and use it in GitHub Desktop.
Save dreamcat4/bd271b5a776721d0abad to your computer and use it in GitHub Desktop.
qjail-3.4.patch: 9.2 (For Finch)
diff -ruN qjail-3.5/usr/local/bin/qjail qjail-3.5-92/usr/local/bin/qjail
--- qjail-3.5/usr/local/bin/qjail 2014-07-11 07:07:31.000000000 +0100
+++ qjail-3.5-92/usr/local/bin/qjail 2014-07-11 07:08:01.000000000 +0100
@@ -1814,7 +1814,7 @@
number=`echo "${release_number}" | awk '{print $1}'`
number=${number}`echo "${release_number}" | awk '{print $2}'`
- if [ ${number} -ge 93 ]; then
+ if [ ${number} -ge 92 ]; then
installarch=`uname -p`
installarch="${installarch}/${installarch}"
else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment