123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- #! /bin/sh /usr/share/dpatch/dpatch-run
- ## 02-manuals.dpatch by Mario Iseli <admin@marioiseli.com>
- ##
- ## DP: Fixes the paths in the manuals.
- @DPATCH@
- diff -Naur ngircd-0.9.2-orig/man/ngircd.8 ngircd-0.9.2/man/ngircd.8
- --- ngircd-0.9.2-orig/man/ngircd.8 2005-06-04 15:39:20.000000000 +0200
- +++ ngircd-0.9.2/man/ngircd.8 2005-11-15 23:39:41.000000000 +0100
- @@ -55,11 +55,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
- @@ -74,7 +74,6 @@
- http://arthur.ath.cx/~alex/ngircd/
- .UE
- .SH "SEE ALSO"
- -.BR ngircd.conf (5),
- -.BR ircd (8)
- +.BR ngircd.conf (5)
- .\"
- .\" -eof-
- diff -Naur ngircd-0.9.2-orig/man/ngircd.conf.5 ngircd-0.9.2/man/ngircd.conf.5
- --- ngircd-0.9.2-orig/man/ngircd.conf.5 2005-06-04 15:39:20.000000000 +0200
- +++ ngircd-0.9.2/man/ngircd.conf.5 2005-11-15 23:40:41.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
|