diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-06 21:32:29 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-06 21:32:29 -0700 |
commit | 0e5441219e9e3ca70bb11bd91622cd8028141475 (patch) | |
tree | 7098c965f80e6b448b41772b3f50bdf5dca9a7d5 /Makefile.am | |
parent | 187f457e33f40c4f370700b5dd22d0d2de903450 (diff) | |
download | vyatta-op-0e5441219e9e3ca70bb11bd91622cd8028141475.tar.gz vyatta-op-0e5441219e9e3ca70bb11bd91622cd8028141475.zip |
Add show login commands
Bug 5554
Add CLI interface to user state commands (who, id, etc)
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 0a89edb..589bb2c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,6 +28,7 @@ bin_SCRIPTS += scripts/rename-image.pl bin_SCRIPTS += scripts/show-image-storage.pl bin_SCRIPTS += scripts/node-exists.pl bin_SCRIPTS += scripts/vyatta-remote-copy.pl +bin_SCRIPTS += scripts/vyatta-show-current-user sbin_SCRIPTS = scripts/dhcpv6-client-show-leases.pl |