SHA256
1
0
forked from pool/systemd

reindent and fix a typo in the comments of the hearder of systemd-sysv-install

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1225
This commit is contained in:
Franck Bui 2022-01-17 09:06:22 +00:00 committed by Git OBS Bridge
parent 41391b086e
commit 4d3dc608a2

View File

@ -2,15 +2,15 @@
# This script is called by "systemctl enable/disable" when the given unit is a # This script is called by "systemctl enable/disable" when the given unit is a
# SysV init.d script. It needs to call the distribution's mechanism for # SysV init.d script. It needs to call the distribution's mechanism for
# enabling/disabling those, such as chkconfig, update-rc.d, or similar. This # enabling/disabling those, such as chkconfig, update-rc.d, or similar. This can
# can optionally take a --root argument for enabling a SysV init script # optionally take a --root argument for enabling a SysV init script in a chroot
# in a chroot or similar. # or similar.
# #
# chkconfig(8) and insserv(8) are no more available hence let's do the # chkconfig(8) and insserv(8) are no more available hence let's do the bare
# bare minimum and create/remote the symlinks for the well known # minimum and create/remove the symlinks for the well known runlevels and
# runlevels and nothing more. Note that we don't take care of # nothing more. Note that we don't take care of enabling/disabling the service
# enabling/disabling the service dependencies as the sysv-generator # dependencies as the sysv-generator will take care of them for us (openSUSE
# will take care of them for us (openSUSE specific). # specific).
# #
set -e set -e