Help for this page

Select Code to Download


  1. or download this
       1. mkfifo /tmp/my_log_fifo
    
       2. In /etc/syslog.conf:
    
            local4.*        |/tmp/my_log_fifo
    
  2. or download this
      1. has anyone done this successfully, and if so, how?
      2. am I missing something, or is there a way to make
    ...
          local4.*        |/path/to/my_perl_script.pl
    
         in place of the fifo file?