From e9735156281ca5b3ac9bd7e9a42dbc3fd4bc7de600a4f5777e58f4486c05c8d7 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Mon, 17 Jan 2022 09:06:22 +0000 Subject: [PATCH] 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 --- systemd-sysv-install | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/systemd-sysv-install b/systemd-sysv-install index 403fc63..cffe4c8 100644 --- a/systemd-sysv-install +++ b/systemd-sysv-install @@ -2,15 +2,15 @@ # 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 -# enabling/disabling those, such as chkconfig, update-rc.d, or similar. This -# can optionally take a --root argument for enabling a SysV init script -# in a chroot or similar. +# enabling/disabling those, such as chkconfig, update-rc.d, or similar. This can +# optionally take a --root argument for enabling a SysV init script in a chroot +# or similar. # -# chkconfig(8) and insserv(8) are no more available hence let's do the -# bare minimum and create/remote the symlinks for the well known -# runlevels and nothing more. Note that we don't take care of -# enabling/disabling the service dependencies as the sysv-generator -# will take care of them for us (openSUSE specific). +# chkconfig(8) and insserv(8) are no more available hence let's do the bare +# minimum and create/remove the symlinks for the well known runlevels and +# nothing more. Note that we don't take care of enabling/disabling the service +# dependencies as the sysv-generator will take care of them for us (openSUSE +# specific). # set -e