tags 486060 + patch
thanks

Attached is a patch to resolve this issue.

-- 
Regards,
Andres
--- debian/util-vserver.prerm.old	2008-11-30 11:44:48.000000000 -0500
+++ debian/util-vserver.prerm	2008-11-30 11:50:18.000000000 -0500
@@ -23,7 +23,7 @@
 
 test -e "$UTIL_VSERVER_VARS" || 
    {
-   	echo $"Can not find util-vserver installation (the file '$UTIL_VSERVER_VARS' is expected); aborting..." >&2
+   	echo "Can not find util-vserver installation (the file '$UTIL_VSERVER_VARS' is expected); aborting..." >&2
    	exit 1
    }
 
--- debian/util-vserver.init.old	2008-11-30 11:46:47.000000000 -0500
+++ debian/util-vserver.init	2008-11-30 11:50:08.000000000 -0500
@@ -28,7 +28,7 @@
 
 test -e "$UTIL_VSERVER_VARS" || 
    {
-   	echo $"Can not find util-vserver installation (the file '$UTIL_VSERVER_VARS' is expected); aborting..." >&2
+   	echo "Can not find util-vserver installation (the file '$UTIL_VSERVER_VARS' is expected); aborting..." >&2
    	exit 1
    }
 
@@ -153,7 +153,7 @@
 	fi
 
     else
-    	   echo -n $"Linux-VServer capability not detected in kernel."
+    	   echo -n "Linux-VServer capability not detected in kernel."
     fi
 
     echo
@@ -169,7 +169,7 @@
 	fi
 	rm -f "$vprocunhide_lockfile"
     else
-    	echo -n $"Linux-VServer capability not detected in kernel."
+    	echo -n "Linux-VServer capability not detected in kernel."
     fi
 
 }
--- scripts/vpstree.old	2008-11-30 11:44:30.000000000 -0500
+++ scripts/vpstree	2008-11-30 11:50:23.000000000 -0500
@@ -20,7 +20,7 @@
 #Presents the processes running in all virtual servers
 : ${UTIL_VSERVER_VARS:=/usr/lib/util-vserver/util-vserver-vars}
 test -e "$UTIL_VSERVER_VARS" || {
-    echo $"Can not find util-vserver installation (the file '$UTIL_VSERVER_VARS' would be expected); aborting..." >&2
+    echo "Can not find util-vserver installation (the file '$UTIL_VSERVER_VARS' would be expected); aborting..." >&2
     exit 1
 }
 . "$UTIL_VSERVER_VARS"
--- scripts/vtop.old	2008-11-30 11:44:36.000000000 -0500
+++ scripts/vtop	2008-11-30 11:50:19.000000000 -0500
@@ -20,7 +20,7 @@
 #Presents the processes running in all virtual servers
 : ${UTIL_VSERVER_VARS:=/usr/lib/util-vserver/util-vserver-vars}
 test -e "$UTIL_VSERVER_VARS" || {
-    echo $"Can not find util-vserver installation (the file '$UTIL_VSERVER_VARS' would be expected); aborting..." >&2
+    echo "Can not find util-vserver installation (the file '$UTIL_VSERVER_VARS' would be expected); aborting..." >&2
     exit 1
 }
 . "$UTIL_VSERVER_VARS"

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to