Remove mapping of atftpd to tftpd-server

These are different tftp implementations, tftpd-hpa and tftpd-server are
equivalent, this mapping was added in a previous commit.

Change-Id: Idd1f554d4ee8e1d3c515d5f2f191e90abe0ff396
This commit is contained in:
Derek Higgins 2013-10-25 12:25:52 +01:00
parent 0e4ddaa586
commit d91ececa06
2 changed files with 0 additions and 2 deletions

View File

@ -54,7 +54,6 @@ package_map = {
'mysql-server-5.5' : 'mariadb-server',
'libmysql-java' : 'mysql-connector-java',
'default-jre' : 'java',
'atftpd' : 'tftp-server',
'tftpd-hpa' : 'tftp-server',
'apache2': 'httpd',
'libapache2-mod-wsgi': 'mod_wsgi',

View File

@ -26,7 +26,6 @@ package_map = {
'augeas-tools': 'augeas',
'openssh-client': 'openssh-clients',
'default-jre': 'java-1.7.0-openjdk',
'atftpd': 'tftp-server',
'tftpd-hpa' : 'tftp-server',
}