diff options
Diffstat (limited to 'net/yale-tftpd/patches/patch-ac')
-rw-r--r-- | net/yale-tftpd/patches/patch-ac | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/net/yale-tftpd/patches/patch-ac b/net/yale-tftpd/patches/patch-ac new file mode 100644 index 00000000000..a267d48e4d0 --- /dev/null +++ b/net/yale-tftpd/patches/patch-ac @@ -0,0 +1,32 @@ +$NetBSD: patch-ac,v 1.1.1.1 2001/07/30 19:43:49 nra Exp $ + +--- tftpd.8.orig Wed Oct 5 06:18:21 1994 ++++ tftpd.8 +@@ -9,7 +9,7 @@ + .SH NAME + tftpd \- DARPA Trivial File Transfer Protocol server + .SH SYNOPSIS +-.B /etc/tftpd ++.B @PREFIX@/libexec/tftpd + [ + .B \-d + ] +@@ -60,7 +60,7 @@ + If the optional configuration file argument is provided on the command + line, + .B tftpd +-will use that, otherwise the default file is ``/usr/local/etc/tftpd.conf''. ++will use that, otherwise the default file is ``@PREFIX@/etc/tftpd.conf''. + .sp + Configuration commands are: + .IP defaultDirectory +@@ -266,7 +266,7 @@ + services(5), + inetd(8) + .SH "FILES" +-.ta \w'/usr/local/etc/tftpd.conf~~'u +-/usr/local/etc/tftpd.conf default tftpd configuration file ++.ta \w'@PREFIX@/etc/tftpd.conf~~'u ++@PREFIX@/etc/tftpd.conf default tftpd configuration file + .br + /etc/inetd.conf inetd configuration file |