* bin/users: make the --detail output match the status output

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-05-04 10:15:19 -05:00
commit 1664bbea69
3 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@
#
if [ "$1" = "--detail" ]; then
who
ps -ef | grep "sshd;.*@"
exit 0
fi

4
debian/changelog vendored
View file

@ -1,8 +1,8 @@
screen-profiles (1.55) jaunty; urgency=low
* UNRELEASED
* bin/users: make the --detail output match the status output
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 02 May 2009 14:30:00 -0500
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 04 May 2009 10:14:48 -0500
screen-profiles (1.54-0ubuntu1) karmic; urgency=low

2
debian/release.sh vendored
View file

@ -36,7 +36,7 @@ echo " dput screen-profiles-ppa ../*ppa*changes"
echo
echo "To commit and push:"
echo " bzr cdiff"
echo " bzr commit && bzr push"
echo " bzr commit -m "releasing $curver, opening $ver" && bzr push"
echo
echo "Publish tarball at:"
echo " https://launchpad.net/screen-profiles/trunk/+addrelease"