Changeset 1400499 for udev/show_event_log
- Timestamp:
- Sep 10, 2006, 3:57:17 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 9aa77af
- Parents:
- 402b0fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
udev/show_event_log
r402b0fd r1400499 1 #!/bin/ sh1 #!/bin/bash 2 2 ######################################################################## 3 3 # … … 30 30 31 31 EXCLUDE_SUBS="acpi cpu edd mem namespace pci_bus tty vc" 32 MESSAGES=${MESSAGES:-/var/log/messages }32 MESSAGES=${MESSAGES:-/var/log/messages.log} 33 33 34 34 show_event() {
Note:
See TracChangeset
for help on using the changeset viewer.