summaryrefslogtreecommitdiff
path: root/net/mtftpd/patches/patch-aa
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2008-05-11 20:27:04 +0000
committerjmcneill <jmcneill>2008-05-11 20:27:04 +0000
commit8a46cdc9ebd1436ec042de5c2b07bb5d90194ee3 (patch)
tree05b36edd102da10fd81c5f578373b5a4b172557d /net/mtftpd/patches/patch-aa
parenta83555baaab38f80f1eb44da2653d398e7ccc9a0 (diff)
downloadpkgsrc-8a46cdc9ebd1436ec042de5c2b07bb5d90194ee3.tar.gz
Import mtftpd-20080229, an open-loop multicast TFTP server implementation
for NetBSD and Linux.
Diffstat (limited to 'net/mtftpd/patches/patch-aa')
-rw-r--r--net/mtftpd/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/mtftpd/patches/patch-aa b/net/mtftpd/patches/patch-aa
new file mode 100644
index 00000000000..e7d3db63d30
--- /dev/null
+++ b/net/mtftpd/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/05/11 20:27:04 jmcneill Exp $
+
+--- pathnames.h.orig 2008-05-11 16:10:05.000000000 -0400
++++ pathnames.h
+@@ -35,6 +35,6 @@
+ #ifndef _MTFTPD_PATHNAMES_H
+ #define _MTFTPD_PATHNAMES_H
+
+-#define MTFTPD_PLIST "mtftpd.plist"
++#define MTFTPD_PLIST PKG_SYSCONFDIR"/mtftpd.plist"
+
+ #endif /* !_MTFTPD_PATHNAMES_H */