diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-11-20 20:45:43 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-11-20 20:45:43 +0000 |
commit | 1f778ced9281e375b3f9a184812600044cde0eb3 (patch) | |
tree | 3d2437a4b471ca8fbf1392ed11ec581e9c1ca808 /sysutils | |
parent | 3f693f136125d343da99b181f2dffed9cbee215c (diff) | |
download | pkgsrc-1f778ced9281e375b3f9a184812600044cde0eb3.tar.gz |
The /dev/suA-B-C symlink is _not_ necessary, specifying dev=/dev/cd0d
is fine.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cdrecord-current/pkg/MESSAGE | 9 | ||||
-rw-r--r-- | sysutils/cdrecord/Makefile | 3 | ||||
-rw-r--r-- | sysutils/cdrecord/pkg/MESSAGE | 7 |
3 files changed, 1 insertions, 18 deletions
diff --git a/sysutils/cdrecord-current/pkg/MESSAGE b/sysutils/cdrecord-current/pkg/MESSAGE deleted file mode 100644 index 97f3742f821..00000000000 --- a/sysutils/cdrecord-current/pkg/MESSAGE +++ /dev/null @@ -1,9 +0,0 @@ ---------------------------------------------------------------------------- - You may want to create a link /dev/suB-D-L to point to your system's - CD-R device (B, D and L are the number of the SCSI bus, the device ID - and LUN of your CD writer). For e.g. a CD-R device named "cd0" connected - as unit 3 lun 0 to the first SCSI bus use this command: - - ln -s cd0d /dev/su0-3-0 - ---------------------------------------------------------------------------- diff --git a/sysutils/cdrecord/Makefile b/sysutils/cdrecord/Makefile index 63e2f10306d..b5498c46588 100644 --- a/sysutils/cdrecord/Makefile +++ b/sysutils/cdrecord/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 1999/10/09 20:51:56 mycroft Exp $ +# $NetBSD: Makefile,v 1.26 1999/11/20 20:45:43 hubertf Exp $ # FreeBSD Id: Makefile,v 1.2 1997/11/05 23:55:31 asami Exp # @@ -25,6 +25,5 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cdrecord/OBJ/${MACHINE_ARCH}-netbsd-cc/cdrecord \ ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/cdrecord/cdrecord.1 ${PREFIX}/man/man1 - @[ -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 deleted file mode 100644 index df6793394eb..00000000000 --- a/sysutils/cdrecord/pkg/MESSAGE +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: MESSAGE,v 1.3 1999/02/17 02:46:48 hubertf Exp $ - ---------------------------------------------------------------------------- - 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). ---------------------------------------------------------------------------- |