File: atftpd.README.Debian

package info (click to toggle)
atftp 0.7.git20120829-3.3%2Bdeb11u2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 752 kB
  • sloc: ansic: 6,786; sh: 725; makefile: 86
file content (19 lines) | stat: -rw-r--r-- 758 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
atftpd for Debian
-----------------

atftpd uses /srv/tftp by default as base directory. You can change
that by editing /etc/inetd.conf or with 'dpkg-reconfigure atftpd'. 

Please note that inetd.conf will not be modified by a dpkg-reconfigure, if
there's already an entry.
Also, /etc/default/atftpd will be created if it does not exist. So if
you want 'dpkg-reconfigure atftpd' to create /etc/default/atftpd or 
/etc/inetd.conf you should remove the file or delete the tftp line.

Remember that you must give the directory appropriate permissions in order 
to be able to read/write files according to your needs (owner=nobody).



Command used to tar the GIT source:
git archive master |tar --delete debian/ | gzip > ../atftp-0.7.git`date '+%Y%m%d'`.tar.gz