File git-19-f25dcdab7882b0fcca74704a5d680d1f71b19225.patch of Package aaa_base.4074
commit f25dcdab7882b0fcca74704a5d680d1f71b19225
Author: Ruediger Oertel <ro@suse.de>
Date: Tue Apr 26 16:10:07 2016 +0200
fix typo in last patch (no-systemctl support for chkconfig)
diff --git a/files/usr/bin/chkconfig b/files/usr/bin/chkconfig
index d0a2b1b..b8ab509 100755
--- a/files/usr/bin/chkconfig
+++ b/files/usr/bin/chkconfig
@@ -567,7 +567,7 @@ if (!GetOptions('list|l' => \&addmode,
'allservices|A' => \$allservices,
'deps' => \$printdeps,
'root=s' => \$root,
- 'no_systemctl' => \$nosystemctl,
+ 'no-systemctl' => \$nosystemctl,
)) {
usage();
exit 1;