diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-18 15:20:11 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-18 15:20:11 -0800 |
commit | 064bf99b6ffa1a79a383ec32d14054190774bd62 (patch) | |
tree | 7b4ba0fc88684cf5fb657dbb3666568529f636e6 | |
parent | 3862673db6fa8b7b6c0eff2e15bda167b84c7af1 (diff) | |
parent | 5792e5ffc5683493f04dc5f5f13c583b855cffcf (diff) | |
download | vyatta-op-064bf99b6ffa1a79a383ec32d14054190774bd62.tar.gz vyatta-op-064bf99b6ffa1a79a383ec32d14054190774bd62.zip |
Merge branch 'kenwood' of 192.168.100.1:vyatta/kenwood/vyatta-op into kenwood
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | templates/show/system/accounting/node.def | 2 | ||||
-rw-r--r-- | templates/show/system/accounting/node.tag/node.def | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/debian/control b/debian/control index fa2b3e1..ce59bec 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Depends: sed (>= 4.1.5), less, libio-prompt-perl, mail-transport-agent, + acct, at, net-tools, libtimedate-perl diff --git a/templates/show/system/accounting/node.def b/templates/show/system/accounting/node.def new file mode 100644 index 0000000..8fe9b11 --- /dev/null +++ b/templates/show/system/accounting/node.def @@ -0,0 +1,2 @@ +help: Show system command accounting information +run: lastcomm diff --git a/templates/show/system/accounting/node.tag/node.def b/templates/show/system/accounting/node.tag/node.def new file mode 100644 index 0000000..053e706 --- /dev/null +++ b/templates/show/system/accounting/node.tag/node.def @@ -0,0 +1,2 @@ +help: Show accounting information for a specified user +run: lastcomm --user "$4" |