summaryrefslogtreecommitdiff
path: root/pkgtools/dfdisk/files/dfdisk.conf
blob: b5bb3081534edd09f52cf6ca4b9d3b5ce7fa4d72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: dfdisk.conf,v 1.1.1.1 2003/04/17 11:11:42 jmmv Exp $
#
# dfdisk.conf - system wide configuration file. See dfdisk(1) for more details.
#

# Absolute path to database's directory.
#DBDIR="/var/db/dfdisk"

# Path to pkgsrc's distdir.
#DISTDIR="/usr/pkgsrc/distfiles"

# CD configuration.
#CD_DIR="/cdrom"
#CD_MOUNT="mount ${CD_DIR}"
#CD_UMOUNT="umount ${CD_DIR}"

# Command to fetch files through the network.
#FTP_CMD="@FTP@"