diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-21 16:36:28 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-21 16:36:28 -0800 |
commit | 19bf96c8cb674d66a8d029d8490f3e7b1ecc4c4d (patch) | |
tree | ad5902077f5a06bce268ffb021bc0167fd3c219d | |
parent | 62e9efc1b2d6918ddb544d1d80fd4668a8109c5c (diff) | |
download | vyatta-op-19bf96c8cb674d66a8d029d8490f3e7b1ecc4c4d.tar.gz vyatta-op-19bf96c8cb674d66a8d029d8490f3e7b1ecc4c4d.zip |
Remove system accounting
It needs a more complete design, and better formatting.
So just drop for now.
-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, 0 insertions, 5 deletions
diff --git a/debian/control b/debian/control index ce59bec..fa2b3e1 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,6 @@ 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 deleted file mode 100644 index 8fe9b11..0000000 --- a/templates/show/system/accounting/node.def +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 776cc03..0000000 --- a/templates/show/system/accounting/node.tag/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show system command accounting information for user -run: lastcomm --user $4 |