Use https links in Per-Product Configuration guidelines
This commit is contained in:
parent
e493204bf2
commit
9dbc1e1afe
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ if [ ! -e %{_sysconfdir}/foo/foo.conf ]; then
|
|||
fi
|
||||
....
|
||||
|
||||
* Then it MUST use the value of the Fedora `+VARIANT_ID+` to symlink or copy one of the divergent config files (or the default) to the final config file location. It will get this value by importing the contents of /etc/os-release as shell values. Known values of this field at the time of this writing are "atomichost", "cloud", "server" and "workstation". For more detail, see http://www.freedesktop.org/software/systemd/man/os-release.html#VARIANT_ID=[the os-release(5) man page].
|
||||
* Then it MUST use the value of the Fedora `+VARIANT_ID+` to symlink or copy one of the divergent config files (or the default) to the final config file location. It will get this value by importing the contents of /etc/os-release as shell values. Known values of this field at the time of this writing are "atomichost", "cloud", "server" and "workstation". For more detail, see https://www.freedesktop.org/software/systemd/man/os-release.html#VARIANT_ID=[the os-release(5) man page].
|
||||
|
||||
....
|
||||
. /etc/os-release || :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue