summaryrefslogtreecommitdiff
path: root/meta/packages/busybox/files/syslog.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/busybox/files/syslog.conf')
-rw-r--r--meta/packages/busybox/files/syslog.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/packages/busybox/files/syslog.conf b/meta/packages/busybox/files/syslog.conf
deleted file mode 100644
index d4a0e02f5..000000000
--- a/meta/packages/busybox/files/syslog.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-DESTINATION="buffer" # log destinations (buffer file remote)
-MARKINT=20 # intervall between --mark-- entries
-LOGFILE=/var/log/messages # where to log (file)
-REMOTE=loghost:514 # where to log (syslog remote)
-REDUCE=no # reduce-size logging
-#ROTATESIZE=0 # rotate log if grown beyond X [kByte] (incompatible with busybox)
-#ROTATEGENS=3 # keep X generations of rotated logs (incompatible with busybox)
-BUFFERSIZE=64 # size of circular buffer [kByte]
-FOREGROUND=no # run in foreground (don't use!)