Re: stopping multilog
[email protected] (Paul Jarc) Mon, 29 Sep 2008 12:19:30 -0400
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
richard lucassen <[email protected]> wrote: > #!/bin/sh > exec 2>&1 > > exec /usr/local/bin/multilog \ > '-*' '+*mark=384*' \ > !"/root/dynfw3/conntrack/log/processor1" s16777215 n2 ./eth0 \ > '-*' '+*mark=387*' \ > !"/root/dynfw3/conntrack/log/processor2" s16777215 n2 ./eth1 > > Is processor2 executed after processor1? Or are they invoked > simultaniously? They run sequentially. It's done in lines 454-459 in multilog.c. paul