* usr/lib/byobu/users:

- fix typo in user detailed counting
This commit is contained in:
Dustin Kirkland 2012-07-11 11:14:56 -05:00
commit 27c96cd3ba
2 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View file

@ -4,6 +4,10 @@ byobu (5.21) unreleased; urgency=low
* usr/lib/byobu/users: * usr/lib/byobu/users:
- clear cache on 0 users - clear cache on 0 users
[ Patrick Marlier ]
* usr/lib/byobu/users:
- fix typo in user detailed counting
[ Daniel Hahler ] [ Daniel Hahler ]
* usr/lib/byobu/include/common: * usr/lib/byobu/include/common:
- clear stderr in byobu test - clear stderr in byobu test

View file

@ -22,7 +22,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
__users_detail() { __users_detail() {
ps -ef | grep "sshd;.*@" | grep -v grep ps -ef | grep "sshd:.*@" | grep -v grep
} }
__users() { __users() {