Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
# files pass on to dinstall on ftp-master which sends emails itself
dinstall_runs => 1,
};
+$cfg{'ftp-master'} = $cfg{'anonymous-ftp-master'};
# see http://www.debian.org/devel/debian-volatile/ for more information
$cfg{'volatile'} = {
dinstall_runs => 1,
passive => 1,
};
+$cfg{'security'} = $cfg{'anonymous-security'};
$cfg{'debian-edu'} = {
fqdn => "ftp.skolelinux.org",
dinstall_runs => 1,
passive => 1,
};
+$cfg{'backports'} = $cfg{'bpo'};
# Don't remove the following line. Perl needs it.
1;