forked from pool/systemd
8b6afdd7bf
- Reinstate and improve (remove huge indents from) tty-ask-password-agent-on-console.patch, 0014-journald-with-journaling-FS.patch, rootsymlink_generator. OBS-URL: https://build.opensuse.org/request/show/286310 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=847
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/man/systemctl.xml
|
|
===================================================================
|
|
--- systemd.orig/man/systemctl.xml
|
|
+++ systemd/man/systemctl.xml
|
|
@@ -445,7 +445,7 @@ along with systemd; If not, see <http://
|
|
<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>,
|
|
@@ -1215,6 +1215,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>
|
|
|