summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2007-12-10 14:23:41 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2007-12-10 14:23:41 -0800
commit27607276527af5bbee1c07fd1967a5de8069b12d (patch)
tree0deea28b31e3eab3e2ae601b12839e24ab17f4b1 /scripts
parente049ba70d640035b320ca508a6cfd5de2e22879e (diff)
downloadvyatta-op-27607276527af5bbee1c07fd1967a5de8069b12d.tar.gz
vyatta-op-27607276527af5bbee1c07fd1967a5de8069b12d.zip
fix for bug 2527: add wrappers for boot-messages commands.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vyatta-show-dmesg4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/vyatta-show-dmesg b/scripts/vyatta-show-dmesg
new file mode 100755
index 0000000..8a53a94
--- /dev/null
+++ b/scripts/vyatta-show-dmesg
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+cat /var/log/dmes? /dev/null
+