2014-03-19 13:11:12 +01:00
|
|
|
Mention that --force is required to override an already existing default.target
|
|
|
|
|
|
|
|
This solves the bug bnc#868439
|
|
|
|
|
|
|
|
---
|
2015-02-13 10:43:21 +01:00
|
|
|
man/systemctl.xml | 4 +++-
|
2014-03-19 13:11:12 +01:00
|
|
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
|
2015-02-13 10:43:21 +01:00
|
|
|
Index: systemd-218/man/systemctl.xml
|
|
|
|
===================================================================
|
|
|
|
--- systemd-218.orig/man/systemctl.xml
|
|
|
|
+++ systemd-218/man/systemctl.xml
|
|
|
|
@@ -446,7 +446,7 @@ along with systemd; If not, see <http://
|
2014-03-19 13:11:12 +01:00
|
|
|
<term><option>--force</option></term>
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
- <para>When used with <command>enable</command>, overwrite
|
|
|
|
+ <para>When used with <command>enable</command> or <command>set-default</command>, overwrite
|
|
|
|
any existing conflicting symlinks.</para>
|
|
|
|
|
|
|
|
<para>When used with <command>halt</command>,
|
2015-02-13 10:43:21 +01:00
|
|
|
@@ -1187,6 +1187,8 @@ kobject-uevent 1 systemd-udevd-kernel.so
|
2014-03-19 13:11:12 +01:00
|
|
|
<listitem>
|
|
|
|
<para>Set the default target to boot into. Command links
|
|
|
|
<filename>default.target</filename> to the given unit.</para>
|
2014-03-19 13:20:20 +01:00
|
|
|
+ <para>If combined with <option>--force</option>, override
|
2014-03-19 13:11:12 +01:00
|
|
|
+ an already existing symlink for the default target.</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2015-02-13 10:43:21 +01:00
|
|
|
|