~ubuntu-branches/ubuntu/saucy/iaxmodem/saucy

« back to all changes in this revision

Viewing changes to debian/patches/01_manpage_fixes.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2006-10-28 10:54:55 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061028105455-qdnaih9tmq0uc29w
Tags: 0.1.15~dfsg-1
* New upstream release.
* debian/rules:
  + Use new ~dfsg versionning scheme.
  + Do not remove config.* in get-orig-source.
* debian/patches/11_build_configure-stamp.dpatch:
  + Updated.
* debian/iaxmodem.init:
  + Added LSB header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 01_manpage_fixes.dpatch by  <jblache@debian.org>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: Fix path and name of the configuration files.
6
 
 
7
 
@DPATCH@
8
 
diff -urNad iaxmodem-0.1.10.dfsg~/iaxmodem.1 iaxmodem-0.1.10.dfsg/iaxmodem.1
9
 
--- iaxmodem-0.1.10.dfsg~/iaxmodem.1    2006-07-08 02:41:09.000000000 +0200
10
 
+++ iaxmodem-0.1.10.dfsg/iaxmodem.1     2006-07-08 12:22:32.282884430 +0200
11
 
@@ -30,9 +30,9 @@
12
 
 .SH OPTIONS
13
 
 \fBiaxmodem\fP runs as a standalone daemon when no \fIconfigname\fP is
14
 
 specified on the command line, spawning one process per config file
15
 
-found under \fI/etc/iaxmodem/iaxmodem-cfg.*\fP. Otherwise,
16
 
+found under \fI/etc/iaxmodem/*\fP. Otherwise,
17
 
 \fBiaxmodem\fP runs as a single soft modem using the specified
18
 
-\fIconfigname\fP (\fI/etc/iaxmodem-cfg.configname\fP).
19
 
+\fIconfigname\fP (\fI/etc/iaxmodem/configname\fP).
20
 
 .SH AUTHOR
21
 
 iaxmodem was written by Lee Howard <faxguy@howardsilvan.com>.
22
 
 .PP