autofs-5.1.9 - quiet unset environment variable message on start From: Ian Kent systemd doesn't like sysconfig/init referenced evironment variables to be commented out. Remove the comment to quiet this log noise. Signed-off-by: Ian Kent --- CHANGELOG | 1 + redhat/autofs.sysconfig | 2 +- samples/autofs.init.conf | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index cb2bb586b..f522b0895 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -93,6 +93,7 @@ - fix useless complexity in get_proximity(). - fix buffer overflow in prepend_opt(). - fix lookup_hosts module leaks read lock on early return. +- quiet unset environment variable message on start. 02/11/2023 autofs-5.1.9 - fix kernel mount status notification. diff --git a/redhat/autofs.sysconfig b/redhat/autofs.sysconfig index 017169643..f345f4c4f 100644 --- a/redhat/autofs.sysconfig +++ b/redhat/autofs.sysconfig @@ -10,5 +10,5 @@ USE_MISC_DEVICE="yes" # Use OPTIONS to add automount(8) command line options that # will be used when the daemon is started. # -#OPTIONS="" +OPTIONS="" # diff --git a/samples/autofs.init.conf b/samples/autofs.init.conf index 017169643..f345f4c4f 100644 --- a/samples/autofs.init.conf +++ b/samples/autofs.init.conf @@ -10,5 +10,5 @@ USE_MISC_DEVICE="yes" # Use OPTIONS to add automount(8) command line options that # will be used when the daemon is started. # -#OPTIONS="" +OPTIONS="" #