All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rsyslog: keep rsyslog running as long as possible on shutdown
@ 2010-08-27 13:48 Steffen Sledz
  2010-08-27 14:05 ` Steffen Sledz
  2010-08-31 10:23 ` [PATCH v2] various syslogs: keep syslog " Steffen Sledz
  0 siblings, 2 replies; 9+ messages in thread
From: Steffen Sledz @ 2010-08-27 13:48 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
---
 recipes/rsyslog/rsyslog.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/rsyslog/rsyslog.inc b/recipes/rsyslog/rsyslog.inc
index a3bd125..e66e971 100644
--- a/recipes/rsyslog/rsyslog.inc
+++ b/recipes/rsyslog/rsyslog.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Rsyslog is an enhanced multi-threaded syslogd"
 DEPENDS = "zlib"
 HOMEPAGE = "http://www.rsyslog.com/"
 LICENSE = "GPLv3"
-INC_PR = "r1"
+INC_PR = "r2"
 
 SRC_URI = "http://www.rsyslog.com/files/download/rsyslog/${PN}-${PV}.tar.gz \
           file://rsyslog.conf \
@@ -60,3 +60,4 @@ pkg_postrm_${PN} () {
 CONFFILES_${PN} = "${sysconfdir}/rsyslog.conf"
 
 INITSCRIPT_NAME = "syslog"
+INITSCRIPT_PARAMS = "start 20 2 3 4 5 . stop 90 0 1 6 ."
-- 
1.6.4.2




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-08-31 12:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-27 13:48 [PATCH] rsyslog: keep rsyslog running as long as possible on shutdown Steffen Sledz
2010-08-27 14:05 ` Steffen Sledz
2010-08-27 23:34   ` Khem Raj
2010-08-29 11:39     ` Steffen Sledz
2010-08-31 12:13       ` Phil Blundell
2010-08-31 12:16         ` Steffen Sledz
2010-08-31 12:21           ` Graeme Gregory
2010-08-31 12:28             ` Steffen Sledz
2010-08-31 10:23 ` [PATCH v2] various syslogs: keep syslog " Steffen Sledz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.