Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
tftp_backslash:tftpd-hpa [2008/03/03 08:13] mcb30 created |
tftp_backslash:tftpd-hpa [2008/08/01 12:09] (current) mcb30 Fix typo |
||
|---|---|---|---|
| Line 17: | Line 17: | ||
| rg \\ / | rg \\ / | ||
| - | Edit //etc/xinetd.d/tftp// and append | + | Edit ///etc/xinetd.d/tftp// and append |
| - | -m /etc/tftp.map | + | <code> |
| + | -m /etc/tftpd.map | ||
| + | </code> | ||
| to the //server_args// line. Your modified ///etc/xinetd.d/tftp// file should look something like | to the //server_args// line. Your modified ///etc/xinetd.d/tftp// file should look something like | ||