Re: [lfs-dev] lfs bootscripts and multiple instances

2012-02-03 Thread Bruce Dubbs
de...@hawaii.rr.com wrote: > Bruce Dubbs wrote: >>> BTW: statusproc() defined in /lib/lsb/init-functions has an "exit 1" just >>> after >>> it prints its Usage statement; shouldn't this be a "return 1" instead? >> statusproc is a function to print out a nicely formatted status message >>from the r

Re: [lfs-dev] lfs bootscripts and multiple instances

2012-02-03 Thread deant
Bruce Dubbs wrote: >> BTW: statusproc() defined in /lib/lsb/init-functions has an "exit 1" just >> after >> it prints its Usage statement; shouldn't this be a "return 1" instead? > >statusproc is a function to print out a nicely formatted status message >from the results of pidofproc. It was desi

Re: [lfs-dev] lfs bootscripts and multiple instances

2012-02-03 Thread Bruce Dubbs
Dean Takemori wrote: > I'm trying to setup multiple instances of rsyslog (one for kernel > messages) using lfs-bootscripts-20120116 and running into some > problems. > > I'm using rsyslogd 5.8.6, which is designed with multiple instance > support. I've set up one configuration file (/etc/rsysklog

Re: [lfs-dev] lfs bootscripts and multiple instances

2012-02-03 Thread DJ Lucas
On 02/03/2012 01:55 AM, Dean Takemori wrote: > I'm trying to setup multiple instances of rsyslog (one for kernel > messages) using lfs-bootscripts-20120116 and running into some > problems. > > I'm using rsyslogd 5.8.6, which is designed with multiple instance > support. I've set up one configurat

[lfs-dev] lfs bootscripts and multiple instances

2012-02-02 Thread Dean Takemori
I'm trying to setup multiple instances of rsyslog (one for kernel messages) using lfs-bootscripts-20120116 and running into some problems. I'm using rsyslogd 5.8.6, which is designed with multiple instance support. I've set up one configuration file (/etc/rsysklog.conf) for the kernel logger and