From ea6ac5cdd5ff5099b7d390d85ba1fb5821f72a73 Mon Sep 17 00:00:00 2001 From: Alastair McKinstry Date: Thu, 20 Mar 2003 21:22:37 +0000 Subject: [PATCH] Add additional interfaces we may use r2436 --- debian/changelog | 4 +++- debian/control | 8 ++++++++ netcfg.c | 6 ++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fd091afc..3c26a7b5 100644 --- a/debian/changelog +++ b/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 Sun, 23 Feb 2003 15:29:30 +0100 + -- Alastair McKinstry Thu, 20 Mar 2003 21:20:43 +0000 netcfg (0.22) unstable; urgency=low diff --git a/debian/control b/debian/control index 7e93c2f7..ea3f28f1 100644 --- a/debian/control +++ b/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 diff --git a/netcfg.c b/netcfg.c index 68ae2624..432776da 100644 --- a/netcfg.c +++ b/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")} , {