Magellan Linux

Annotation of /trunk/systemd/patches/systemd-37-units-drop-install-section-from-remote-fs-pre.target.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1562 - (hide annotations) (download)
Thu Nov 17 14:00:05 2011 UTC (12 years, 6 months ago) by niro
File size: 780 byte(s)
fedora and upstream fixes
1 niro 1562 From fc8f0b5c9cb8277950a2fefdb7f754c47b172dfd Mon Sep 17 00:00:00 2001
2     From: Lennart Poettering <lennart@poettering.net>
3     Date: Tue, 1 Nov 2011 22:29:48 +0100
4     Subject: [PATCH] units: drop [Install] section from remote-fs-pre.target
5    
6     remote-fs-pre.target is not a unit a user should ever explicitly enable.
7     Instead services which need to hook before network mounts should pull it
8     in.
9     ---
10     units/remote-fs-pre.target | 3 ---
11     1 files changed, 0 insertions(+), 3 deletions(-)
12    
13     diff --git a/units/remote-fs-pre.target b/units/remote-fs-pre.target
14     index 5406aa2..8aceb08 100644
15     --- a/units/remote-fs-pre.target
16     +++ b/units/remote-fs-pre.target
17     @@ -10,6 +10,3 @@
18     [Unit]
19     Description=Remote File Systems (Pre)
20     After=network.target
21     -
22     -[Install]
23     -WantedBy=multi-user.target
24     --
25     1.7.7
26