Browse Source

Reinstate netcfg-dhcp.templates which got lost on a branch

r1645
master
Tollef Fog Heen 21 years ago
parent
commit
06edd4a388
  1. 4
      debian/changelog
  2. 27
      debian/netcfg-dhcp.templates

4
debian/changelog

@ -3,8 +3,10 @@ netcfg (0.22) UNRELEASED; urgency=low
* Richard Hirst
- rename debconf_input() to my_debconf_input() to avoid clashes with
#defines in cdebconf/debconfclient.h
* Tollef Fog Heen
- Reinstate netcfg-dhcp.templates which got lost in a branch
-- Tollef Fog Heen <tfheen@debian.org> Fri, 13 Dec 2002 19:53:45 +0000
-- Tollef Fog Heen <tfheen@debian.org> Tue, 17 Dec 2002 00:01:34 +0100
netcfg (0.21) unstable; urgency=low

27
debian/netcfg-dhcp.templates

@ -0,0 +1,27 @@
Template: netcfg/dhcp_hostname
Type: string
_Description: What is your dhcp hostname?
In some situations, you may need to supply a DHCP host name. These
situations are rare. Most commonly, it applies to cable modem users. If
you are a cable modem user, you might need to specify an account number
here. Otherwise, you can just leave this blank.
Template: netcfg/confirm_dhcp
Type: boolean
Default: true
_Description: Is this information correct?
interface = ${interface}
hostname = ${hostname}
domain = ${domain}
dhcp hostname = ${dhcp_hostname}
nameservers = ${nameservers}
Template: netcfg/do_dhcp
Type: note
_Description: I will now configure the network.
This may take some time. It shouldn't take more than a minute or two.
Template: netcfg/no_dhcp_client
Type: note
_Description: No dhcp client found. I cannot continue.
This package requires pump or dhcp-client.
Loading…
Cancel
Save