kumquat-buildroot/package/sysklogd
Carlos Santos b3c76a435b sysklogd: rewrite init script
- Split it into S01syslogd and S02klogd to make every init script be
  called the same as the executable it starts.
- Implement start, stop, restart and reload as functions, like in other
  init scripts, using start-stop-daemon.
- Indent with tabs, not spaces.
- Detect and report start/stop errors (previous version ignored them and
  always reported OK).
- Support /etc/default/$DAEMON configuration files.
- Do not kill syslogd in "reload". Send a SIGHUP signal, instructing it
  to perform a re-initialization.
- Do not kill klogd in "reload". Send a signal (default 0, which does
  nothing).  Users can configure this signal in /etc/default/klogd to
  either SIGUSR1 or SIGUSR2.

Signed-off-by: Carlos Santos <casantos@datacom.com.br>
Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2018-12-10 22:15:51 +01:00
..
0001-Replace-deprecated-union-wait-with-int.patch
0002-Fix-improper-header-includes.patch
0003-Remove-include-of-linux-time.h.patch
0004-Remove-bogus-hand-written-klogctl-syscall-implementa.patch
0005-Add-missing-headers-for-open-flags.patch
0006-syslogd.c-rename-dprintf-to-mydprintf.patch
Config.in
klogd.service
S01syslogd
S02klogd
sysklogd.hash
sysklogd.mk
syslog.conf
syslogd.service