Skip to content

Instantly share code, notes, and snippets.

@dreamcat4
Created May 25, 2014 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dreamcat4/8117c108f4a412c54a10 to your computer and use it in GitHub Desktop.
Save dreamcat4/8117c108f4a412c54a10 to your computer and use it in GitHub Desktop.
diff -cr qjail-3.3/usr/local/bin/qjail qjail-3.3-freebsd-9.2-patch/usr/local/bin/qjail
*** qjail-3.3/usr/local/bin/qjail 2014-05-25 19:36:39.000000000 +0100
--- qjail-3.3-freebsd-9.2-patch/usr/local/bin/qjail 2014-05-25 19:35:37.000000000 +0100
***************
*** 1800,1806 ****
number=`echo "${release_number}" | awk '{print $1}'`
number=${number}`echo "${release_number}" | awk '{print $2}'`
! if [ ${number} -ge 100 ]; then
installarch=`uname -p`
installarch="${installarch}/${installarch}"
else
--- 1800,1806 ----
number=`echo "${release_number}" | awk '{print $1}'`
number=${number}`echo "${release_number}" | awk '{print $2}'`
! 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