From b33c83ba671445d03a8d81a24bbd297fb437ea62 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Wed, 19 Nov 2008 04:07:46 +0000 Subject: [PATCH] Under "Daemon Command Line Options", include -u and -g. While here, "The Bacula port number" -> "The Bacula port numbers" --- docs/manuals/en/concepts/tutorial.tex | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/manuals/en/concepts/tutorial.tex b/docs/manuals/en/concepts/tutorial.tex index 0505606d..1dd8bd0a 100644 --- a/docs/manuals/en/concepts/tutorial.tex +++ b/docs/manuals/en/concepts/tutorial.tex @@ -1115,7 +1115,7 @@ resolver (often true on older Win98 systems), you might try using an IP address in place of a name. If your address is correct, then make sure that no other program is using the -port 9103 on the Storage daemon's machine. The Bacula port number are +port 9103 on the Storage daemon's machine. The Bacula port numbers are authorized by IANA, and should not be used by other programs, but apparently some HP printers do use these port numbers. A {\bf netstat -a} on the Storage daemon's machine can determine who is using the 9103 port (used for FD to SD @@ -1147,6 +1147,9 @@ Console program accepts the following options: Run the daemon in the foreground. This option is needed to run the daemon under the debugger. +\item [-g ] + Run the daemon under this group. This must be a group name, not a GID. + \item [-s] Do not trap signals. This option is needed to run the daemon under the debugger. @@ -1155,6 +1158,9 @@ Console program accepts the following options: Read the configuration file and print any error messages, then immediately exit. Useful for syntax testing of new configuration files. +\item [-u ] + Run the daemon as this user. This must be a user name, not a UID. + \item [-v] Be more verbose or more complete in printing error and informational messages. Recommended. -- 2.39.5