1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-20 16:23:51 +03:00

Add more options to popt_common and use them. Current ones are:

-V Version information
 -n Set netbios name
 -l Set directory to store log files in
 -d Set debuglevel
 -s Load specified configuration file
 -O Set socket options
This commit is contained in:
Jelmer Vernooij
-
parent 5c6041f713
commit 1602d58949
3 changed files with 62 additions and 28 deletions

View File

@@ -1697,6 +1697,9 @@ typedef struct {
extern struct poptOption popt_common_debug[];
extern struct poptOption popt_common_configfile[];
extern struct poptOption popt_common_socket_options[];
extern struct poptOption popt_common_version[];
extern struct poptOption popt_common_netbios_name[];
extern struct poptOption popt_common_log_base[];
/* Module support */
typedef NTSTATUS (init_module_function) (void);