Browse Source

Add additional interfaces we may use

r2436
master
Alastair McKinstry 20 years ago
parent
commit
ea6ac5cdd5
  1. 4
      debian/changelog
  2. 8
      debian/control
  3. 6
      netcfg.c

4
debian/changelog

@ -6,8 +6,10 @@ netcfg (0.23) UNRELEASED; urgency=low
Gaute Hvoslef Kvalnes.
* André Luís Lopes
- Update Brazilian Portuguese (pt_BR) template translations.
* Alastair McKinstry
- netcfg.c: Add additional interfaces that we may use
-- Petter Reinholdtsen <pere@debian.org> Sun, 23 Feb 2003 15:29:30 +0100
-- Alastair McKinstry <mckinstry@computer.org> Thu, 20 Mar 2003 21:20:43 +0000
netcfg (0.22) unstable; urgency=low

8
debian/control

@ -30,3 +30,11 @@ Description: Configure a static network
able to configure a static network. If you don't know this information, you
should ask you system administrator, or look at configuration via DHCP.
Package: netcfg-ppp
Architecture: any
Depends: ${shlibs:Depends}, cdebconf-udeb
Provides: configured-network
XB-Installer-Menu-Item: 14
Description: Configure a network via PPP over modem or serial line
This package allows you to create a network connection via a modem
or over a direct serial line

6
netcfg.c

@ -161,6 +161,12 @@ char *get_ifdsc(const char *ifp)
"slip", _("Serial-line IP")}
, {
"plip", _("Parallel-line IP")}
, {
"ppp", _("Point-to-Point Protoccol")}
, {
"sit", _("Ipv6-in-IPv4")}
, {
"ippp", _("ISDN Point-to-Point Protocol")}
, {
"ctc", _("Channel-to-channel")}
, {

Loading…
Cancel
Save