summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-02-17 02:46:47 +0000
committerhubertf <hubertf@pkgsrc.org>1999-02-17 02:46:47 +0000
commita3afe98821d873fed662308280a93aa35c2a5e79 (patch)
treed157e4bc0a5d99273917f36084fef687004c2df5 /sysutils
parent5f184868cba0a51d5778f3ddfd2707deda7152e4 (diff)
downloadpkgsrc-a3afe98821d873fed662308280a93aa35c2a5e79.tar.gz
Device handling changed in 1.6.1
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cdrecord/Makefile4
-rw-r--r--sysutils/cdrecord/pkg/MESSAGE7
2 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/cdrecord/Makefile b/sysutils/cdrecord/Makefile
index d8ae2f2b3e9..1aec90033dd 100644
--- a/sysutils/cdrecord/Makefile
+++ b/sysutils/cdrecord/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 1998/12/28 09:25:53 tron Exp $
+# $NetBSD: Makefile,v 1.23 1999/02/17 02:46:47 hubertf Exp $
# FreeBSD Id: Makefile,v 1.2 1997/11/05 23:55:31 asami Exp
#
@@ -27,6 +27,6 @@ do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/cdrecord/OBJ/${MACHINE}-netbsd-cc/cdrecord \
${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/cdrecord/cdrecord.1 ${PREFIX}/man/man1
- @[ -e /dev/scgx ] || ${LN} -fs /dev/cd0d /dev/scgx
+ @[ -e /dev/su0-6-0 ] || ${LN} -fs /dev/cd0d /dev/su0-6-0
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/cdrecord/pkg/MESSAGE b/sysutils/cdrecord/pkg/MESSAGE
index f6f880353a2..df6793394eb 100644
--- a/sysutils/cdrecord/pkg/MESSAGE
+++ b/sysutils/cdrecord/pkg/MESSAGE
@@ -1,6 +1,7 @@
-$NetBSD: MESSAGE,v 1.2 1998/08/07 11:14:03 agc Exp $
+$NetBSD: MESSAGE,v 1.3 1999/02/17 02:46:48 hubertf Exp $
---------------------------------------------------------------------------
- You may want to adjust /dev/scgx to point to your system's
- CD-R device (default: /dev/cd0d).
+ You may want to adjust /dev/su0-6-0 to point to your system's
+ CD-R device (default: /dev/cd0d, 0-6-0 are the number of the
+ SCSI-bus, the device ID and LUN of your CD writer).
---------------------------------------------------------------------------