Skip to content

Commit

Permalink
Fixed a bug which would freeze the script
Browse files Browse the repository at this point in the history
git-svn-id: http://zenpacks.zenoss.org/svn/zenpacks@690 db08cffe-75b9-45d1-af1a-46ad9ef135f6
  • Loading branch information
rawdmon committed May 14, 2010
1 parent d380e93 commit 1181330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -88,7 +88,7 @@ do
"$ZENHOME/etc/zenperfwmi.conf" )
else
files=( "$ZENHOME/etc/zenping.conf" "$ZENHOME/etc/zensyslog.conf" \
"$ZENHOME/etc/zenstatus.conf" "$ZENHOME/etc/zentrap.conf" \
"$ZENHOME/etc/zenstatus.conf" "$ZENHOME/etc/zentrap.conf" \
"$ZENHOME/etc/zenrender.conf" "$ZENHOME/etc/zenperfsnmp.conf" "$ZENHOME/etc/zencommand.conf" \
"$ZENHOME/etc/zenprocess.conf" "$ZENHOME/etc/zenwin.conf" "$ZENHOME/etc/zeneventlog.conf" )
fi
Expand Down
2 changes: 1 addition & 1 deletion ZenPacks.Nova.Collector.Tool/setup.py
Expand Up @@ -3,7 +3,7 @@
# or saved. Do not modify them directly here.
# NB: PACKAGES is deprecated
NAME = "ZenPacks.Nova.Collector.Tool"
VERSION = "1.1"
VERSION = "1.2"
AUTHOR = "Ryan Matte"
LICENSE = "GPLv2"
NAMESPACE_PACKAGES = ['ZenPacks', 'ZenPacks.Nova', 'ZenPacks.Nova.Collector']
Expand Down

0 comments on commit 1181330

Please sign in to comment.