Hello community,
here is the log from the commit of package openSUSE-Tumbleweed-Yomi for
openSUSE:Factory checked in at 2020-02-05 12:11:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-Tumbleweed-Yomi (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-Tumbleweed-Yomi.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-Tumbleweed-Yomi"
Wed Feb 5 12:11:05 2020 rev:11 rq:770213 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-Tumbleweed-Yomi/openSUSE-Tumbleweed-Yomi.changes
2019-10-18 14:36:35.283746451 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-Tumbleweed-Yomi.new.26092/openSUSE-Tumbleweed-Yomi.changes
2020-02-05 12:11:07.614290578 +0100
@@ -1,0 +2,5 @@
+Wed Feb 5 09:53:21 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Use systemctl enable instead of chkconfig on.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.sauvuo/_old 2020-02-05 12:11:08.778291465 +0100
+++ /var/tmp/diff_new_pack.sauvuo/_new 2020-02-05 12:11:08.778291465 +0100
@@ -81,7 +81,7 @@
#======================================
# Enable sshd
#--------------------------------------
-chkconfig sshd on
+systemctl enable sshd
# Enable jeos-firstboot
mkdir -p /var/lib/YaST2
@@ -92,7 +92,7 @@
# Enable firewalld if installed
if [ -x /usr/sbin/firewalld ]; then
- chkconfig firewalld on
+ systemctl enable firewalld
fi
# Set GRUB2 to boot graphically (bsc#1097428)