]> git.sur5r.net Git - bacula/docs/commitdiff
Under "Daemon Command Line Options", include -u and -g.
authorDan Langille <dan@langille.org>
Wed, 19 Nov 2008 04:07:46 +0000 (04:07 +0000)
committerDan Langille <dan@langille.org>
Wed, 19 Nov 2008 04:07:46 +0000 (04:07 +0000)
While here, "The Bacula port number" -> "The Bacula port numbers"

docs/manuals/en/concepts/tutorial.tex

index 0505606d125474a0971c6f733ad8b28b135d1e12..1dd8bd0a7b8300e06d323b1f5c616bb80dd7f620 100644 (file)
@@ -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 <group>]
+   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 <user>]
+   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.