sys: fixed typo breaking things with VServers
authorintrigeri <intrigeri@boum.org>
Sat, 7 Oct 2006 22:53:46 +0000 (22:53 +0000)
committerintrigeri <intrigeri@boum.org>
Sat, 7 Oct 2006 22:53:46 +0000 (22:53 +0000)
ChangeLog
handlers/sys

index 644f07f46169952ed167b2d15408ec8cc58bcc63..70af3cac5d6f3107ba3be1dcd1ebace2e8ee7044 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-version 0.9.4 -- unreleased
+version 0.9.5 -- unreleased
+    handler changes
+       sys:
+        . Fixed typo breaking things for VServers.
+
+version 0.9.4 -- October 6th, 2006
     backupninja changes
         . Fixed bug in toint(), and thus isnow(), which caused it
           to not work when run from cron.
index 84c95403686245326108947e59c87b3762e5864f..6ae736dc2927713cbfa6fc0d064b30ffbe1e6b77 100755 (executable)
@@ -115,7 +115,7 @@ if [ "$packages" == "yes" ]; then
          set -o noglob
         debug "$VSERVER $vserver exec $packagemgr $packagemgroptions > $VROOTDIR/$vserver$packagesfile"
         $VSERVER $vserver exec $packagemgr $packagemgroptions > $VROOTDIR/$vserver$packagesfile || fatal "can not save $packagemgr info to $packagesfile"
-         set +o noglog
+         set +o noglob
       done
    fi