From 40b23cbb7f3874914d7cb3e617766d054f081204 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Mon, 21 Feb 2011 13:51:16 -0500 Subject: [PATCH] Bug fix --- exec/pfmount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/pfmount b/exec/pfmount index b714b5a..05fc644 100755 --- a/exec/pfmount +++ b/exec/pfmount @@ -1,7 +1,7 @@ #!/bin/sh # Mount the planetflow directory in a slice -VERSION=`uname -r | awk -F"." '{print $3}'` +VERSION=`uname -r | awk -F"-" '{print $1;}' | awk -F"." '{print $3}'` DEST="/vservers/$1/pf" if [ $VERSION -ge 27 ]; then -- 2.43.0