* screen-profiles-status: ensure that all detail scripts get a chance

to run


Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-04-30 22:47:44 -05:00
commit 1fe109e92c
3 changed files with 7 additions and 5 deletions

View file

@ -26,4 +26,4 @@ space=
grep -qs "^hostname=1$" "$HOME/.screen-profiles/status" && space=" " grep -qs "^hostname=1$" "$HOME/.screen-profiles/status" && space=" "
grep -qs "^whoami=1$" "$HOME/.screen-profiles/status" && space=" " grep -qs "^whoami=1$" "$HOME/.screen-profiles/status" && space=" "
printf "\005{=b }%s%s\005{-}" "$space" $(hostname -i 2>/dev/null) printf "%s\005{=b }%s\005{-}" "$space" $(hostname -i 2>/dev/null)

8
debian/changelog vendored
View file

@ -1,8 +1,10 @@
screen-profiles (1.54) jaunty; urgency=low screen-profiles (1.54) unreleased; urgency=low
* UNRELEASED * bin/ip-address: don't color the whitespace
* screen-profiles-status: ensure that all detail scripts get a chance
to run
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 29 Apr 2009 19:04:29 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Thu, 30 Apr 2009 22:47:05 -0500
screen-profiles (1.53-0ubuntu1) karmic; urgency=low screen-profiles (1.53-0ubuntu1) karmic; urgency=low

View file

@ -51,7 +51,7 @@ case "$P" in
echo echo
echo " ______________________________________________________________________" echo " ______________________________________________________________________"
echo "/ * $i:" echo "/ * $i:"
out=`"$DIR"/$i --detail` out=`"$DIR"/$i --detail` || true
echo "$out" | sed "s/^/| /g" echo "$out" | sed "s/^/| /g"
echo "\\______________________________________________________________________" echo "\\______________________________________________________________________"
done done