]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: change syslog default to log to a file
authorJoshua Lock <josh@linux.intel.com>
Wed, 11 Jan 2012 19:19:27 +0000 (11:19 -0800)
committerSaul Wold <sgw@linux.intel.com>
Thu, 19 Jan 2012 09:16:28 +0000 (01:16 -0800)
This changes the default in syslog-startup.conf to log messages
to a file (/var/log/messages) because:

a) we already mount /var/log as a volatile mount by default
b) users are accustomed to looking at /var/log/messages as
most distributions don't ship with logread

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/recipes-core/busybox/files/syslog-startup.conf

index 83b86f22936b5355c3788e68743a397c4e160474..553490bd7d03d3b1caa3f6c6d88a713f83019e97 100644 (file)
@@ -1,7 +1,7 @@
 # This configuration file is used by the busybox syslog init script,
 # /etc/init.d/syslog[.busybox] to set syslog configuration at start time.
 
-DESTINATION=buffer             # log destinations (buffer file remote)
+DESTINATION=file               # log destinations (buffer file remote)
 LOGFILE=/var/log/messages      # where to log (file)
 REMOTE=loghost:514             # where to log (syslog remote)
 REDUCE=no                      # reduce-size logging