diff --git a/bin/services b/bin/services index a76b6956..208c319a 100755 --- a/bin/services +++ b/bin/services @@ -57,7 +57,7 @@ for i in $SERVICES; do else max="$MAX_CORES" fi - count=$(pgrep -c kvm) + count=$(pgrep -c -f /usr/bin/kvm) output="$output,NC ($count/$max)" fi ;; diff --git a/byobu-status b/byobu-status index 65860924..899a4b24 100755 --- a/byobu-status +++ b/byobu-status @@ -26,7 +26,7 @@ find_script () { elif [ -x "/usr/lib/$PKG/$1" ]; then echo "/usr/lib/$PKG/$1" else - echo "/bin/true" + echo "/dev/null" fi } diff --git a/debian/changelog b/debian/changelog index c0d1b506..4ce8a4d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ byobu (2.45) unreleased; urgency=low - * UNRELEASED + * bin/services: look for /usr/bin/kvm in the eucalyptus-nc service + handling + * byobu-status: can't source /bin/true + * re-upload, as bin/services was missing from the previous tarball -- Dustin Kirkland Thu, 07 Jan 2010 18:43:27 -0600