diff options
author | grant <grant@pkgsrc.org> | 2003-02-10 02:56:37 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-02-10 02:56:37 +0000 |
commit | 9e8dbb1652ffe79b57811d2aa4e03d304031b9ea (patch) | |
tree | 1acdbe21f017d6b65b0f278703f5f4ea7b057c6f /sysutils | |
parent | de46850a5b2f193ecf88abad55c539e7dabf076e (diff) | |
download | pkgsrc-9e8dbb1652ffe79b57811d2aa4e03d304031b9ea.tar.gz |
Use the platform MESSAGE handling that we have and improve
the message.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cdrecord/DESCR | 3 | ||||
-rw-r--r-- | sysutils/cdrecord/MESSAGE.SunOS | 9 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sysutils/cdrecord/DESCR b/sysutils/cdrecord/DESCR index 8a20854769e..8cd5fe6525c 100644 --- a/sysutils/cdrecord/DESCR +++ b/sysutils/cdrecord/DESCR @@ -5,6 +5,3 @@ ATAPI/mmc compliant drives should also work. Supported features include: IDE/ATAPI, parallel-port, and SCSI drives; audio CDs, data CDs, and mixed CDs; full multi-session support, CD-RWs (rewritable), TAO, DAO and human-readable error messages. - -If you want to use this package on Solaris, be sure to disable -volume management. diff --git a/sysutils/cdrecord/MESSAGE.SunOS b/sysutils/cdrecord/MESSAGE.SunOS new file mode 100644 index 00000000000..832973e268d --- /dev/null +++ b/sysutils/cdrecord/MESSAGE.SunOS @@ -0,0 +1,9 @@ +=========================================================================== +$NetBSD: MESSAGE.SunOS,v 1.1 2003/02/10 02:56:38 grant Exp $ + +You will need to stop Solaris volume management before using +${PKGNAME}: + + /etc/init.d/volmgt stop + +=========================================================================== |