Ignore:
Timestamp:
Sep 10, 2006, 3:57:17 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
9aa77af
Parents:
402b0fd
Message:

Updated to current standards

File:
1 edited

Legend:

Unmodified
Added
Removed
  • udev/show_event_log

    r402b0fd r1400499  
    1 #!/bin/sh
     1#!/bin/bash
    22########################################################################
    33#
     
    3030
    3131EXCLUDE_SUBS="acpi cpu edd mem namespace pci_bus tty vc"
    32 MESSAGES=${MESSAGES:-/var/log/messages}
     32MESSAGES=${MESSAGES:-/var/log/messages.log}
    3333
    3434show_event() {
Note: See TracChangeset for help on using the changeset viewer.