diff --git a/bin/users b/bin/users index 789dc1b4..a9801e3b 100755 --- a/bin/users +++ b/bin/users @@ -21,7 +21,7 @@ # if [ "$1" = "--detail" ]; then - who + ps -ef | grep "sshd;.*@" exit 0 fi diff --git a/debian/changelog b/debian/changelog index f2971b22..df3a4b56 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ screen-profiles (1.55) jaunty; urgency=low - * UNRELEASED + * bin/users: make the --detail output match the status output - -- Dustin Kirkland Sat, 02 May 2009 14:30:00 -0500 + -- Dustin Kirkland Mon, 04 May 2009 10:14:48 -0500 screen-profiles (1.54-0ubuntu1) karmic; urgency=low diff --git a/debian/release.sh b/debian/release.sh index 396977db..232b319a 100755 --- a/debian/release.sh +++ b/debian/release.sh @@ -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"