diff options
author | Tom Gundersen <teg@jklm.no> | 2011-10-26 23:11:20 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-10-29 17:28:45 +0200 |
commit | 00070eca730dec9c6d587cc1639f6abaca83fa34 (patch) | |
tree | d92216f8eac2a780be29bb8d06cc99a59528427c /rc.sysinit | |
parent | fbff8c64e2be9cbb24bd7f824552842d0bd6442d (diff) |
minilogd: kill
This is not very useful, is not maintained, has open serious bugs. Better
to admit that it does not work and just remove it. Someone could easily
make an AUR package with a hook, if they want it and can make it work
as expected.
The only case where this would be useful is in case lvm monitoring is in use
and dmeventd sends out a message to syslog before syslog-ng is started
(there is a very small window). However, not even this works atm (as far
as I know) due to bugs in minilogd.
Signed-off-by: Tom Gundersen <teg@jklm.no>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-x | rc.sysinit | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -31,8 +31,7 @@ findmnt / --options ro &>/dev/null || run_hook sysinit_start -# start up our mini logger until syslog takes over -minilogd +# log all console messages bootlogd -p /run/bootlogd.pid if [[ ! -a /usr/lib ]] ; then |