Bugzilla – Bug 1181444
fillup is eating up list type comments
Last modified: 2021-01-27 09:30:55 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=
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.