diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-08-29 05:16:22 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-08-29 05:16:22 +0000 |
commit | 355fd4e0b5c9e92330d64ff0687435d82640b814 (patch) | |
tree | 5ac697e68933d4392b0f69cbb3cc84170d26d4d3 /sysutils | |
parent | 871bbd92b1e97221959c894f3066cebe28a06931 (diff) | |
download | FreeBSD-ports-355fd4e0b5c9e92330d64ff0687435d82640b814.zip FreeBSD-ports-355fd4e0b5c9e92330d64ff0687435d82640b814.tar.gz |
Update manpage to refer to diskcheckd.conf in new location
Make Makefile patch manpage to comply with prefix
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/diskcheckd/Makefile | 3 | ||||
-rw-r--r-- | sysutils/diskcheckd/files/diskcheckd.8 | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/diskcheckd/Makefile b/sysutils/diskcheckd/Makefile index 59d2434..493957d 100644 --- a/sysutils/diskcheckd/Makefile +++ b/sysutils/diskcheckd/Makefile @@ -8,7 +8,7 @@ PORTNAME= diskcheckd PORTVERSION= 20010823 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= # part of port DISTFILES= # part of port @@ -41,6 +41,7 @@ do-extract: do-patch: @${PERL} -pi.fbsd -e 's|/usr/local/sbin|${PREFIX}/sbin|g' ${WRKSRC}/Makefile + @${PERL} -pi.fbsd -e 's|/usr/local/etc/diskcheckd.conf|${PREFIX}/etc/diskcheckd.conf|g' ${WRKSRC}/diskcheckd.8 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/diskcheckd ${PREFIX}/sbin diff --git a/sysutils/diskcheckd/files/diskcheckd.8 b/sysutils/diskcheckd/files/diskcheckd.8 index 83d7878..6462aef 100644 --- a/sysutils/diskcheckd/files/diskcheckd.8 +++ b/sysutils/diskcheckd/files/diskcheckd.8 @@ -43,7 +43,7 @@ The disks which should be scanned, and the rates at which they should be scanned, must be specified in the configuration file, which is -.Pa /etc/diskcheckd.conf +.Pa /usr/local/etc/diskcheckd.conf by default. .Pp Any blank lines or lines starting with a @@ -137,7 +137,7 @@ This flag is primarily used for debugging. .It Fl f Specify the configuration file to use, instead of the default -.Pa /etc/diskcheckd.conf . +.Pa /usr/local/etc/diskcheckd.conf . .It Fl o Specify the file to save disk offsets to, instead of the default @@ -145,7 +145,7 @@ instead of the default .El .Sh FILES .Bl -tag -width /var/db/diskcheckd.offsets -compact -.It Pa /etc/diskcheckd.conf +.It Pa /usr/local/etc/diskcheckd.conf Default configuration file. .It Pa /var/db/diskcheckd.offsets Default location of saved offsets. |