Bug 1181444 - fillup is eating up list type comments
Summary: fillup is eating up list type comments
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Current
Hardware: All openSUSE Tumbleweed
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: Adam Majer
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-27 07:52 UTC by Dr. Werner Fink
Modified: 2021-01-27 09:30 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dr. Werner Fink 2021-01-27 07:52:29 UTC
Current fillup is removing the comment of list type entries.  As an example I've installed sendmail twice ... after the first shot I've done a backup ... now with the second install the list type is missed:


noether:/ # diff -up /etc/sysconfig/sendmail.bak /etc/sysconfig/sendmail
--- /etc/sysconfig/sendmail.bak 2021-01-27 07:46:34.689279926 +0000
+++ /etc/sysconfig/sendmail     2021-01-27 07:46:43.409395222 +0000
@@ -309,15 +309,6 @@ SENDMAIL_UUCP_MAX_MSG=2000000
 # transfer and should not be changed.
 #
 SENDMAIL_MTA_PORT=25
-
-## Type:        list("",a,b,c,f,s,u,A,C,E,O,S)
-## Default:     ""
-## Command:     /usr/lib/sendmail.d/update
-#
-# Add one or more Modifier characters to the standard SENDMAIL_MTA_PORT
-# For a reference read /usr/share/doc/packages/sendmail/op.txt.bz2 or
-# /usr/share/doc/packages/sendmail/op.ps.bz2 the part about the
-# DaemonPortOptions=options.
 #
 SENDMAIL_MTA_MODIFIER=
Comment 1 Dr. Werner Fink 2021-01-27 08:27:16 UTC
On the third install I see

noether:/ # diff -up /etc/sysconfig/sendmail.bak /etc/sysconfig/sendmail
--- /etc/sysconfig/sendmail.bak 2021-01-27 07:46:34.689279926 +0000
+++ /etc/sysconfig/sendmail     2021-01-27 08:26:16.808775573 +0000
@@ -309,15 +309,6 @@ SENDMAIL_UUCP_MAX_MSG=2000000
 # transfer and should not be changed.
 #
 SENDMAIL_MTA_PORT=25
-
-## Type:        list("",a,b,c,f,s,u,A,C,E,O,S)
-## Default:     ""
-## Command:     /usr/lib/sendmail.d/update
-#
-# Add one or more Modifier characters to the standard SENDMAIL_MTA_PORT
-# For a reference read /usr/share/doc/packages/sendmail/op.txt.bz2 or
-# /usr/share/doc/packages/sendmail/op.ps.bz2 the part about the
-# DaemonPortOptions=options.
 #
 SENDMAIL_MTA_MODIFIER=
 
@@ -340,3 +331,12 @@ SENDMAIL_MTA_SSL_PORT=587
 # Nowadays IPv6 is common, therefore enable it
 #
 SENDMAIL_USE_IPV6="yes"
+
+## Type:        list("",a,b,c,f,s,u,A,C,E,O,S)
+## Default:     ""
+## Command:     /usr/lib/sendmail.d/update
+#
+# Add one or more Modifier characters to the standard SENDMAIL_MTA_PORT
+# For a reference read /usr/share/doc/packages/sendmail/op.txt.bz2 or
+# /usr/share/doc/packages/sendmail/op.ps.bz2 the part about the
+# DaemonPortOptions=options.