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-06-23 14:56:50 +02:00
|
|
|
Index: systemd-221/man/systemctl.xml
|
2015-02-13 10:43:21 +01:00
|
|
|
===================================================================
|
2015-06-23 14:56:50 +02:00
|
|
|
--- systemd-221.orig/man/systemctl.xml
|
|
|
|
+++ systemd-221/man/systemctl.xml
|
|
|
|
@@ -439,7 +439,7 @@
|
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-06-23 14:56:50 +02:00
|
|
|
@@ -1237,6 +1237,8 @@ kobject-uevent 1 systemd-udevd-kernel.so
|
2015-02-16 12:36:25 +01:00
|
|
|
<para>Return the default target to boot into. This returns
|
|
|
|
the target unit name <filename>default.target</filename>
|
|
|
|
is aliased (symlinked) to.</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
|
|
|
|