summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-04-17 11:17:15 +0000
committerjmmv <jmmv@pkgsrc.org>2003-04-17 11:17:15 +0000
commit43f4b7ee1d20d5aa73c876612d24ebafa4226348 (patch)
tree9031f03be7e50cdbcd07183caec7d003a3b1db1b /pkgtools
parentb3b9f37058dc0edb2364997c164d11ab27c7584f (diff)
downloadpkgsrc-43f4b7ee1d20d5aa73c876612d24ebafa4226348.tar.gz
Initial import of dfdisk, version 1.0:
dfdisk is an utility that adds extra functionality to pkgsrc, allowing it to fetch distfiles from multiple locations. It currently supports the following methods: CD-ROM and Network. Others may be added in the future.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/dfdisk/MESSAGE14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkgtools/dfdisk/MESSAGE b/pkgtools/dfdisk/MESSAGE
new file mode 100644
index 00000000000..8195d1f5043
--- /dev/null
+++ b/pkgtools/dfdisk/MESSAGE
@@ -0,0 +1,14 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2003/04/17 11:17:15 jmmv Exp $
+
+In order to use dfdisk(1) to automatically fetch distfiles for pkgsrc, add
+the following lines to your /etc/mk.conf file (without indentation):
+
+ .if exists(${PREFIX}/bin/dfdisk)
+ FETCH_CMD= ${PREFIX}/bin/dfdisk fetch
+ .endif
+
+Note that while dfdisk(1) remains unconfigured, your pkgsrc system will
+behave as usual, even if you have added the lines shown above.
+
+===========================================================================