diff options
author | grant <grant> | 2003-02-10 02:56:37 +0000 |
---|---|---|
committer | grant <grant> | 2003-02-10 02:56:37 +0000 |
commit | 05654041af273cc0395735e886cd8ad2db1df874 (patch) | |
tree | 1acdbe21f017d6b65b0f278703f5f4ea7b057c6f /sysutils | |
parent | 337d7f1ecf5257b027edbe08234b75fb9b77cc39 (diff) | |
download | pkgsrc-05654041af273cc0395735e886cd8ad2db1df874.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 + +=========================================================================== |