lib/cmdline: for daemons log to a file scratch
authorRalph Boehme <slow@samba.org>
Mon, 30 Aug 2021 11:19:43 +0000 (13:19 +0200)
committerRalph Boehme <slow@samba.org>
Mon, 30 Aug 2021 11:19:43 +0000 (13:19 +0200)
commit933d0e9df181c7c9d511fa00410fe4becdf9da77
tree15f926c4ad97d29ccd73777edafcc4f4e8c7e955
parent78a172c1c9afd29be400b15d9342eeabecdf4ce6
lib/cmdline: for daemons log to a file

TODO: maybe integrate options

        enum {
OPT_DAEMON = 1000,
OPT_INTERACTIVE,
OPT_FORK,
OPT_NO_PROCESS_GROUP,
};

to cmdline options so we can check for OPT_DAEMON.
lib/cmdline/cmdline_s3.c