~ubuntu-branches/ubuntu/oneiric/isc-dhcp/oneiric-security

« back to all changes in this revision

Viewing changes to debian/patches/fix_groff_warnings.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Pollock
  • Date: 2009-09-02 22:34:25 UTC
  • Revision ID: james.westby@ubuntu.com-20090902223425-e060dofnj2yf8zzf
Tags: 4.1.0-1
* The "throw everything out and start over" release
* New upstream release
* debian/control: drop 3 from the binary package names, adjust dependencies,
  maintainer scripts, accordingly
* use debhelper more extensively, de-cruft debian/rules
* remove dhcp-server preinst
* add debug packages
* add transitional packages
* add debian/README.source
* debian/control: bumped Standards-Version
* debian/isc-dhcp-server.postinst: transfer existing config and lease files
  when upgrading from dhcp3-server
* debian/isc-dhcp-client.postinst: transfer existing config file when
  upgrading from dhcp3-client
* debian/changelog: added marker for legacy malformed changelog entry to
  placate Lintian
* add a patch to correct groff warnings in man pages
* add a patch to ignore checksums on the loopback interface
* debian/control: make isc-dhcp-client depend on ifupdown that invokes
  /sbin/dhclient correctly

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## fix_groff_warnings.dpatch by  <apollock@debian.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Correct errors in man pages detected by Lintian
 
6
 
 
7
@DPATCH@
 
8
diff -urNad isc-dhcp~/common/dhcp-options.5 isc-dhcp/common/dhcp-options.5
 
9
--- isc-dhcp~/common/dhcp-options.5     2009-06-23 22:15:20.000000000 -0700
 
10
+++ isc-dhcp/common/dhcp-options.5      2009-08-30 22:16:30.000000000 -0700
 
11
@@ -1230,7 +1230,7 @@
 
12
 .PP
 
13
 Specifies the domain name that the client wishes to use.   This can be a
 
14
 fully-qualified domain name, or a single label.   If there is no trailing
 
15
-'.' character in the name, it is not fully-qualified, and the server will
 
16
+\'.\' character in the name, it is not fully-qualified, and the server will
 
17
 generally update that name in some locally-defined domain.
 
18
 .RE
 
19
 .PP
 
20
@@ -1396,7 +1396,7 @@
 
21
 .RS 0.25i
 
22
 .PP
 
23
 The \fBpreference\fR option informs a DHCPv6 client which server is
 
24
-'preferred' for use on a given subnet.  This preference is only
 
25
+\'preferred\' for use on a given subnet.  This preference is only
 
26
 applied during the initial stages of configuration - once a client
 
27
 is bound to an IA, it will remain bound to that IA until it is no
 
28
 longer valid or has expired.  This value may be configured on the
 
29
diff -urNad isc-dhcp~/omapip/omapi.3 isc-dhcp/omapip/omapi.3
 
30
--- isc-dhcp~/omapip/omapi.3    2009-06-23 22:15:20.000000000 -0700
 
31
+++ isc-dhcp/omapip/omapi.3     2009-08-30 22:16:13.000000000 -0700
 
32
@@ -37,7 +37,7 @@
 
33
 used by the ISC DHCP server and this outline addresses the parts of
 
34
 OMAPI appropriate to the clients of DHCP server. It does this by also
 
35
 describing the use of a thin API layered on top of OMAPI called
 
36
-'dhcpctl'
 
37
+\'dhcpctl\'
 
38
 .PP
 
39
 OMAPI uses TCP/IP as the transport for server communication, and
 
40
 security can be imposed by having the client and server
 
41
diff -urNad isc-dhcp~/server/dhcpd.conf.5 isc-dhcp/server/dhcpd.conf.5
 
42
--- isc-dhcp~/server/dhcpd.conf.5       2009-06-23 22:15:20.000000000 -0700
 
43
+++ isc-dhcp/server/dhcpd.conf.5        2009-08-30 22:16:13.000000000 -0700
 
44
@@ -820,7 +820,7 @@
 
45
 normally).  This process is referred to as 'MAC Address Affinity', but this
 
46
 is somewhat misnamed: it applies equally to DHCP Client Identifier options.
 
47
 Note also that affinity is applied to leases when they enter the state
 
48
-'free' from 'expired' or 'released'.  In this case also, leases will not
 
49
+\'free\' from \'expired\' or \'released\'.  In this case also, leases will not
 
50
 be moved from free to backup if the secondary already has more than its
 
51
 share.
 
52
 .PP