Magellan Linux

Annotation of /trunk/systemd/patches/systemd-38-units-make-sure-syslog-socket-goes-away-early-during-shutdown.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1624 - (hide annotations) (download)
Thu Jan 19 23:11:04 2012 UTC (12 years, 5 months ago) by niro
File size: 726 byte(s)
-upstream fixes
1 niro 1624 From ead51eb4ed55981f290e40a871ffbca6480c4cd3 Mon Sep 17 00:00:00 2001
2     From: Lennart Poettering <lennart@poettering.net>
3     Date: Thu, 12 Jan 2012 04:34:50 +0100
4     Subject: [PATCH] units: make sure syslog socket goes away early during
5     shutdown
6    
7     ---
8     units/syslog.socket | 2 ++
9     1 files changed, 2 insertions(+), 0 deletions(-)
10    
11     diff --git a/units/syslog.socket b/units/syslog.socket
12     index 323fa86..657e791 100644
13     --- a/units/syslog.socket
14     +++ b/units/syslog.socket
15     @@ -11,6 +11,8 @@
16     Description=Syslog Socket
17     DefaultDependencies=no
18     Before=sockets.target syslog.target
19     +Conflicts=shutdown.target
20     +Before=shutdown.target
21    
22     # Pull in syslog.target to tell people that /dev/log is now accessible
23     Wants=syslog.target
24     --
25     1.7.8.3