1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
--- a/scripts/innupgrade.in
+++ b/scripts/innupgrade.in
@@ -77,8 +77,9 @@ use Getopt::Long qw(GetOptions);
'filter.tcl' => 'filter.tcl.OLD',
'startup.tcl' => 'startup.tcl.OLD',
- 'motd.news' => 'motd.nnrpd', # Renamed in INN 2.5.3.
- 'radius.conf' => 'inn-radius.conf', # Renamed in INN 2.5.4.
+# In Debian we handle this via the dpkg conffile mechanism
+# 'motd.news' => 'motd.nnrpd', # Renamed in INN 2.5.3.
+# 'radius.conf' => 'inn-radius.conf', # Renamed in INN 2.5.4.
'radius.conf.5' => '',
'clientlib.3' => '', # Removed in INN 2.6.5.
'dbz.3' => '',
|