r215@um: micah | 2005-12-27 09:40:23 -0500
authorMicah Anderson <micah@riseup.net>
Tue, 27 Dec 2005 17:36:46 +0000 (17:36 +0000)
committerMicah Anderson <micah@riseup.net>
Tue, 27 Dec 2005 17:36:46 +0000 (17:36 +0000)
 Minor variable and documentation clean-up

handlers/mysql

index 9cf3c3d3f595e3281bd7837952fc5080f84a5264..0f5cd5c470e9312b994b782a1c1e67f29b1c493b 100644 (file)
@@ -59,7 +59,7 @@ else
            then
                fatal "User $user not found in /etc/passwd"
            fi
-           userhome="$VROOTDIR/$vsname$userhome"
+           userhome="$vroot$userhome"
            info "User home set to: $userhome"
            [ -f $userhome/.my.cnf ] || fatal "Can't find config file in $userhome/.my.cnf"
        else
@@ -81,8 +81,8 @@ for i in $ignores; do
        ignore="$ignore --ignore-table=$i"
 done
        
-# create backup dirs, vroot variable will be empty if no vsname was specified
-# and will proceed to operate on the host
+# create backup dirs, $vroot will be empty if no vsname was specified
+# and we will instead proceed to operate on the host
 [ -d $vroot$backupdir ] || mkdir -p $vroot$backupdir
 [ -d $vroot$backupdir ] || fatal "Backup directory '$vroot$backupdir'"
 hotdir="$backupdir/hotcopy"