File: motd-conffile-upgrade

package info (click to toggle)
inn2 2.7.1-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,616 kB
  • sloc: ansic: 101,747; sh: 16,154; perl: 14,839; makefile: 3,962; yacc: 798; python: 268; lex: 262; sql: 192
file content (14 lines) | stat: -rw-r--r-- 663 bytes parent folder | download
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'         => '',