forked from pool/atftp
38 lines
1.5 KiB
Diff
38 lines
1.5 KiB
Diff
|
Index: atftp-0.7/atftpd.8
|
||
|
===================================================================
|
||
|
--- atftp-0.7.orig/atftpd.8 2012-11-16 11:46:18.798067178 +0100
|
||
|
+++ atftp-0.7/atftpd.8 2012-11-16 11:50:17.618281568 +0100
|
||
|
@@ -80,10 +80,10 @@ acknowledging the 'multicast' request by
|
||
|
|
||
|
.TP
|
||
|
.B \-\-logfile <logfile>
|
||
|
-Log to a specific file instead of only syslog. 'nobody' (or any user
|
||
|
+Log to a specific file instead of only syslog. 'tftp' (or any user
|
||
|
used to run the server) must have permissions on the given
|
||
|
file. Assuming the file is /var/log/atftpd.log, simply run: "touch
|
||
|
-/var/log/atftpd.log" and then "chown nobody.nogroup
|
||
|
+/var/log/atftpd.log" and then "chown tftp.tftp
|
||
|
/var/log/atftpd.log". When the server is ran in daemon mode,
|
||
|
/dev/stdout or /dev/stderr can be used.
|
||
|
|
||
|
@@ -105,8 +105,8 @@ specialized usage.
|
||
|
|
||
|
.TP
|
||
|
.B \-\-user <user[.group]>
|
||
|
-By default, the server change identity to the user nobody and group
|
||
|
-nogroup. Specify an alternate user.group with this option.
|
||
|
+By default, the server change identity to the user tftp and group
|
||
|
+tftp. Specify an alternate user.group with this option.
|
||
|
|
||
|
.TP
|
||
|
.B \-\-group <group>
|
||
|
@@ -211,7 +211,7 @@ Show summary of options.
|
||
|
This is the root directory used by the TFTP server. All requested
|
||
|
files from a TFTP client must reside in this directory. If not
|
||
|
specified, the directory defaults to /tftpboot. Since
|
||
|
-atftpd run as the nobody user, the permission of the directory
|
||
|
+atftpd run as the tftp user, the permission of the directory
|
||
|
must be set properly to allow file reading and writing.
|
||
|
|
||
|
.SH STATS
|