mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* bin/users: make the --detail output match the status output
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
d8c86292f8
commit
1664bbea69
3 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
if [ "$1" = "--detail" ]; then
|
if [ "$1" = "--detail" ]; then
|
||||||
who
|
ps -ef | grep "sshd;.*@"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,8 +1,8 @@
|
||||||
screen-profiles (1.55) jaunty; urgency=low
|
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
|
screen-profiles (1.54-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
2
debian/release.sh
vendored
2
debian/release.sh
vendored
|
@ -36,7 +36,7 @@ echo " dput screen-profiles-ppa ../*ppa*changes"
|
||||||
echo
|
echo
|
||||||
echo "To commit and push:"
|
echo "To commit and push:"
|
||||||
echo " bzr cdiff"
|
echo " bzr cdiff"
|
||||||
echo " bzr commit && bzr push"
|
echo " bzr commit -m "releasing $curver, opening $ver" && bzr push"
|
||||||
echo
|
echo
|
||||||
echo "Publish tarball at:"
|
echo "Publish tarball at:"
|
||||||
echo " https://launchpad.net/screen-profiles/trunk/+addrelease"
|
echo " https://launchpad.net/screen-profiles/trunk/+addrelease"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue