source: npl/fileserver/tftp_hpa/post.tftp_hpa @ 6be2153

gcc484ntopperl-5.22
Last change on this file since 6be2153 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 171 bytes
Line 
1#!/bin/bash
2
3useradd tftpd
4echo "#!/bin/bash
5exec /usr/sbin/in.tftpd -a 0.0.0.0 -u tftpd -L -s /home/shares/tftp/" > /service/tftp_hpa/run
6chmod +x /service/tftp_hpa/run
Note: See TracBrowser for help on using the repository browser.