summaryrefslogtreecommitdiff
path: root/templates/show/system/boot-messages
AgeCommit message (Collapse)Author
2019-08-16T1590 remove 'show system' operations after xml-style rewriteDmytro Aleksandrov
2013-02-26Skip dmesg files starting with "Nothing has been logged yet"James Davidson
Bug 8427 Initial processing of /etc/dmesg by savelog creates a file with only one line: (Nothing has been logged yet.) Detect such files and skip them when listing all boot message files.
2012-10-02Fix use of LESSCLOSEJames Davidson
Fixes bug 3921
2012-09-05Fix use of lesspipeJames Davidson
Fixes bug 3921
2011-11-07Remove accidental commit of 'show system boot-messages commit' command, this ↵John Southworth
was part of a mockup for a proposed bugfix and I didn't intend to commit it
2011-10-27Create new ping command with the following semanticsJohn Southworth
1. ping <ipv4|ipv6|hostname> will use * ping for a v4 address * ping6 for a v6 address * ping or ping6 for a hostname which ever resolves prefering ipv4 2. ping ipv4 <ipv4|hostname> will ping 3. ping ipv6 <ipv6|hostname> will ping6 4. ping <node> option <advanced ping options> * allows for options to pass down to ping * this is a stop gap while we add the most common options * to the CLI (cherry picked from commit 5145fd68da8f1c7f8289b99f58cb6eb96389fcef)
2009-02-11Use lesspipe to unzip log filesStephen Hemminger
Bug 3921 Use semi-standard LESSOPEN hook to unzip files as needed.
2008-03-21use less prompt to display the "show" contentTom Grennan
2008-03-20fix bug 3017Tom Grennan
don't pipe through VYATTA_PAGER if run_cmd itself is a pager or tail
2008-02-28no need for sudo to read log messagesStephen Hemminger
Since operator is now in the adm group, he/she has the ability to read log messages without need of sudo.
2007-12-10fix for bug 2527: add wrappers for boot-messages commands.An-Cheng Huang
2007-11-30fix "show system [boot|kernel]-messages"Tom Grennan
2007-11-04Fix permission for "show system boot-messages".Stig Thormodsrud
2007-10-04don't eval help string; so, no longer needs to be quoted in node.def filesTom Grennan
2007-09-17rename op-templatesTom Grennan