Skip to content

Instantly share code, notes, and snippets.

@dreamcat4
Created July 1, 2014 19:46
Show Gist options
  • Save dreamcat4/c34a8b1b42c11fca693a to your computer and use it in GitHub Desktop.
Save dreamcat4/c34a8b1b42c11fca693a to your computer and use it in GitHub Desktop.
qjail-3.4.patch: 9.2 (For Finch)
diff -rupN qjail-3.4/usr/local/bin/qjail qjail-3.4-92/usr/local/bin/qjail
--- qjail-3.4/usr/local/bin/qjail 2014-07-01 20:41:32.000000000 +0100
+++ qjail-3.4-92/usr/local/bin/qjail 2014-07-01 20:45:24.000000000 +0100
@@ -1814,7 +1814,7 @@ install () {
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