FS#13365 - [tftp-hpa] Add support for mapfile
Attached to Project:
Arch Linux
Opened by Denis Yantarev (denn) - Wednesday, 18 February 2009, 20:11 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 01 March 2009, 21:31 GMT
Opened by Denis Yantarev (denn) - Wednesday, 18 February 2009, 20:11 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 01 March 2009, 21:31 GMT
|
Details
It would be nice to modify tftpd init script so it passes -m
parameter to in.tftpd in case filename remapping file with
some predefined name exists in /etc. Currently to enable
filename remapping we have to edit init script and add this
parameter every time tftp-hpa package is updated.
|
This task depends upon
Closed by Tobias Powalowski (tpowa)
Sunday, 01 March 2009, 21:31 GMT
Reason for closing: Implemented
Sunday, 01 March 2009, 21:31 GMT
Reason for closing: Implemented
-- cut here --
#
# Parameters to be passed to TFTPD
#
TFTPD_ARGS="-l -s /var/tftpboot"
-- cut here --
by default and can you set another parameters,
This is to conform in the arch way of rc-scripts ;)
Patch is attached for "rc.d/tftpd"
PS: when make a patch use the "diff -u" ;)