From 49f1d7f86cb8ff5331d866577788346c4ca703bb Mon Sep 17 00:00:00 2001 From: intrigeri Date: Tue, 17 Jan 2006 22:23:24 +0000 Subject: lib/vserver.in [init_vservers] : canonicalize VROOTDIR (since duplicity et al. don't follow symlinks) --- lib/vserver.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/vserver.in b/lib/vserver.in index 7108dac..3030387 100644 --- a/lib/vserver.in +++ b/lib/vserver.in @@ -34,6 +34,8 @@ init_vservers() { getconf VSERVERINFO /usr/sbin/vserver-info getconf VSERVER /usr/sbin/vserver getconf VROOTDIR `if [ -x "$VSERVERINFO" ]; then $VSERVERINFO info SYSINFO | grep '^ *vserver-Rootdir' | awk '{print $2}'; fi` + # canonicalize VROOTDIR + VROOTDIR=`readlink --canonicalize $VROOTDIR` # init this library's global variables vservers_are_available=no found_vservers= -- cgit v1.2.3