forked from pool/systemd
701179bcff
- Update to new upstream release 221 OBS-URL: https://build.opensuse.org/request/show/313261 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=875
31 lines
1.2 KiB
Diff
31 lines
1.2 KiB
Diff
Mention that --force is required to override an already existing default.target
|
|
|
|
This solves the bug bnc#868439
|
|
|
|
---
|
|
man/systemctl.xml | 4 +++-
|
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
Index: systemd-221/man/systemctl.xml
|
|
===================================================================
|
|
--- systemd-221.orig/man/systemctl.xml
|
|
+++ systemd-221/man/systemctl.xml
|
|
@@ -439,7 +439,7 @@
|
|
<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>,
|
|
@@ -1237,6 +1237,8 @@ kobject-uevent 1 systemd-udevd-kernel.so
|
|
<para>Return the default target to boot into. This returns
|
|
the target unit name <filename>default.target</filename>
|
|
is aliased (symlinked) to.</para>
|
|
+ <para>If combined with <option>--force</option>, override
|
|
+ an already existing symlink for the default target.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|