summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-03-08 08:45:22 +0000
committergrant <grant@pkgsrc.org>2003-03-08 08:45:22 +0000
commit9910cb422d30ba2c191a1e2670a7625f5a704575 (patch)
tree9b0d9e5f7741b9d0cdd19fd92ab5701ec1b24a7e /mk
parent7af5df8346e7a64fd7e138b770d79db4dc4e043a (diff)
downloadpkgsrc-9910cb422d30ba2c191a1e2670a7625f5a704575.tar.gz
provide CDRECORD_CONF.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.defaults.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index ba86eddaa4b..b0c1545cbf9 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.132 2003/03/04 00:29:14 seb Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.133 2003/03/08 08:45:22 grant Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -518,6 +518,14 @@ ATERM_USE_GREEK?= NO
# Possible: category/pkg
# Default: not defined
+#CDRECORD_CONF= ${PKG_SYSCONFDIR}/cdrecord.conf
+# The location of the cdrtools/cdrecord configuration file. The
+# sysutils/cdrecord pkg issues a warning if the cdrtools default of
+# /etc/default/cdrecord is changed, and the man pages are updated
+# accordingly. This is required by the cdrtools license.
+# Possible: any file name
+# Default: ${PKG_SYSCONFDIR}/cdrecord.conf
+
CUPS_GROUP?= sys
# Used in cups to specify the group to run CUPS commands as.
# Possible: any group name