123456789101112131415161718192021222324252627282930313233343536 |
- #! /bin/sh /usr/share/dpatch/dpatch-run
- ## 01-manuals.dpatch by Mario Iseli <admin@marioiseli.com>
- ##
- ## DP: Fixes the paths in the manuals.
- @DPATCH@
- diff -Naur ngircd-0.8.2-orig/man/ngircd.8 ngircd-0.8.2/man/ngircd.8
- --- ngircd-0.8.2-orig/man/ngircd.8 2004-04-05 12:59:10.000000000 +0200
- +++ ngircd-0.8.2/man/ngircd.8 2005-11-07 23:14:08.000000000 +0100
- @@ -58,11 +58,11 @@
- \fB\-\-help\fR
- Display a brief help text and exit.
- .SH FILES
- -.I /usr/local/etc/ngircd.conf
- +.I /etc/ngircd/ngircd.conf
- .RS
- The system wide default configuration file.
- .RE
- -.I /usr/local/etc/ngircd.motd
- +.I /etc/ngircd/ngircd.motd
- .RS
- Default "message of the day" (MOTD).
- .RE
- diff -Naur ngircd-0.8.2-orig/man/ngircd.conf.5 ngircd-0.8.2/man/ngircd.conf.5
- --- ngircd-0.8.2-orig/man/ngircd.conf.5 2004-05-07 13:24:18.000000000 +0200
- +++ ngircd-0.8.2/man/ngircd.conf.5 2005-11-07 23:14:27.000000000 +0100
- @@ -5,7 +5,7 @@
- .SH NAME
- ngircd.conf \- configuration file of ngIRCd
- .SH SYNOPSIS
- -.B /usr/local/etc/ngircd.conf
- +.B /etc/ngircd/ngircd.conf
- .SH DESCRIPTION
- .BR ngircd.conf
- is the configuration file for
|