Advertisement
timotheosh

Patch for warden on PC-BSD 9.1

Aug 22nd, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.36 KB | None | 0 0
  1. --- /usr/local/share/warden/scripts/backend/functions.sh    2013-08-22 18:53:19.633584180 -0400
  2. +++ functions.sh    2013-08-22 19:49:23.552489517 -0400
  3. @@ -49,7 +49,7 @@
  4.  ### Download the chroot
  5.  downloadchroot() {
  6.  
  7. -  SYSVER="$(uname -r)"
  8. +  SYSVER="$(uname -r|cut -d- -f 1,2)"
  9.  
  10.    local dFiles="base.txz doc.txz games.txz"
  11.    if [ "$ARCH" = "amd64" ] ; then
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement