Git init
[framework/connectivity/netbase.git] / debian / netbase.templates
1 Template: netbase/upgrade-note/radius-ports-pre-3.05
2 Type: note
3 _Description: Important hint for users of radius software
4  The official port numbers of the radius service have been changed from
5  1645 and 1646 to 1812 and 1813. If you use the radius service please make
6  sure that the client and server software both use the same port numbers.
7
8 Template: netbase/upgrade-note/portmap-restart-pre-3.11-2
9 Type: note
10 _Description: The old portmapper is still running.
11  The old portmapper is still running. This will cause problems, mainly that
12  "/etc/init.d/portmap stop" won't actually do anything. To fix this, I'm
13  going to try to forcibly stop portmap, and then restart it.
14
15 Template: netbase/upgrade-note/init.d-split-pre-3.16-1
16 Type: note
17 _Description: /etc/init.d/netbase has been split.
18  /etc/init.d/netbase is no longer required or used.
19  .
20  /etc/init.d/portmap (provided by the portmap package) now handles stopping
21  and starting the portmapper, /etc/init.d/inetd (provided by the
22  netkit-inetd package) handles stopping and starting inetd, and
23  /etc/init.d/networking handles spoof protection.
24
25 Template: netbase/upgrade-note/etc-network-interfaces-pre-3.17-1
26 Type: note
27 _Description: /etc/init.d/network superseded by /etc/network/interfaces
28  /etc/init.d/network is no longer directly supported. You may, of course,
29  continue using it to setup your networking, however new Debian installs
30  will use the ifup/ifdown commands to configure network interfaces based on
31  the settings in /etc/network/interfaces.
32  .
33  If you do convert to using /etc/network/interfaces in place of
34  /etc/init.d/network you will probably want to remove /etc/init.d/network
35  and the /etc/rcS.d/S40network symlink. These will not be touched by
36  netbase or other Debian packages in future.
37  .
38  See the interfaces(5), ifup(8), and ifdown(8) man pages, and the comments
39  in /etc/network/interfaces, for information on how to convert your network
40  configuration to this new format.
41  .
42  Note that the old default /etc/init.d/network used to add a route for the
43  loopback interface. This is no longer necessary for 2.2.x series kernels,
44  and will result in a (non-fatal) SIOCADDRT error message at bootup.