diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-09-14 17:15:42 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-09-14 17:15:42 -0700 |
commit | c3dfc61e25594444e0b9309c18d21bbc2feac1b6 (patch) | |
tree | ebd2b8b15379b490228b9ee3ff8e2efb86362117 /Makefile.am | |
parent | a28e1d45f993eba67edc356eab0c71a80cd35440 (diff) | |
download | vyatta-op-c3dfc61e25594444e0b9309c18d21bbc2feac1b6.tar.gz vyatta-op-c3dfc61e25594444e0b9309c18d21bbc2feac1b6.zip |
Decolorize show system login users
Add last login info (multicolumn output), and get rid of color
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index df20bba..0660d3a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,7 @@ bin_SCRIPTS += scripts/vyatta-show-bonding.pl bin_SCRIPTS += scripts/vyatta-cpu-summary.pl bin_SCRIPTS += scripts/yesno bin_SCRIPTS += scripts/vyatta-gettime.pl +bin_SCRIPTS += scripts/show-users.pl bin_sudo_users_SCRIPTS = scripts/vyatta-identify-interface.pl bin_sudo_users_SCRIPTS += scripts/vyatta-delete-log-file.sh |