[SCM] Samba Shared Repository - branch master updated

Alexander Bokovoy ab at samba.org
Thu Jan 27 10:54:01 UTC 2022


The branch, master has been updated
       via  36c861e25b1 printing/bgqd: Disable systemd notifications
      from  309f1982263 s4/auth/simple_bind: correctly report TLS state

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 36c861e25b1d9c5ce44bfcb46247e7e4747930c5
Author: FeRD (Frank Dana) <ferdnyc at gmail.com>
Date:   Mon Jan 24 22:14:31 2022 -0500

    printing/bgqd: Disable systemd notifications
    
    samba-bgqd daemon is started by existing Samba daemons. When running
    under systemd, those daemons control systemd notifications and
    samba-bgqd messages need to be silenced.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=14947
    
    Signed-off-by: FeRD (Frank Dana) <ferdnyc at gmail.com>
    Reviewed-by: Alexander Bokovoy <ab at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Alexander Bokovoy <ab at samba.org>
    Autobuild-Date(master): Thu Jan 27 10:53:50 UTC 2022 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 source3/printing/samba-bgqd.c | 3 +++
 1 file changed, 3 insertions(+)


Changeset truncated at 500 lines:

diff --git a/source3/printing/samba-bgqd.c b/source3/printing/samba-bgqd.c
index f21327fc622..59ed0cc40db 100644
--- a/source3/printing/samba-bgqd.c
+++ b/source3/printing/samba-bgqd.c
@@ -252,6 +252,9 @@ int main(int argc, const char *argv[])
 
 	log_stdout = (debug_get_log_type() == DEBUG_STDOUT);
 
+	/* main process will notify systemd */
+	daemon_sd_notifications(false);
+
 	if (!cmdline_daemon_cfg->fork) {
 		daemon_status(progname, "Starting process ... ");
 	} else {


-- 
Samba Shared Repository



More information about the samba-cvs mailing list