source:
npl/fileserver/tftp_hpa/post.tftp_hpa
@
128fde4
Last change on this file since 128fde4 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 171 bytes |
Rev | Line | |
---|---|---|
[c5c522c] | 1 | #!/bin/bash |
2 | ||
3 | useradd tftpd | |
4 | echo "#!/bin/bash | |
5 | exec /usr/sbin/in.tftpd -a 0.0.0.0 -u tftpd -L -s /home/shares/tftp/" > /service/tftp_hpa/run | |
6 | chmod +x /service/tftp_hpa/run |
Note: See TracBrowser
for help on using the repository browser.