Brian J. Murrell napsal(a): > On Tue, 2008-02-26 at 14:30 +0100, "Staněk Luboš (lubek)" wrote: >> Hi Brian, >> there is no syslog init in Kamikaze. This script comes from X-Wrt. >> If you want to get information about its history, have a look at >> the forum message http://forum.x-wrt.org/index.php/topic,368.0.html. > > Just to be clear, are you referring to /etc/init.d/syslog? You are > asserting that that file comes from X-Wrt, not (Kamikaze) OpenWRT and > that OpenWRT starts syslogd in /etc/init.d/boot? I'd just like to make > the starting of syslogd/klog be more flexible with regard to using > syslog-ng if it's available. So for OpenWRT, I'd make that change > in /etc/init.d/boot? > > b. >
Yep. The temporary solution: Kick out both syslogd/klogd invocations from the /etc/init.d/boot (OpenWrt), they are not configurable. The /etc/init.d/syslog (X-Wrt) should handle the existence of an enabled syslog-ng, e.g. it will not start syslogd. Leave it enabled as it starts klogd and it can backup the boot time kernel log. The target is to split /etc/init.d/boot into smaller parts with proper timing for particular tasks and to enable an enhanced configuration of klogd, syslogd. It looks like it would be better to make the syslogd invocation configurable to enable more syslogd's replacements. Regards, Lubos > > > ------------------------------------------------------------------------ > > _______________________________________________ > openwrt-devel mailing list > [email protected] > http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel _______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
