diff --git a/sm5/INSTALL b/sm5/INSTALL index c995d73e2f2b5dc749d00eb78f10c6bbd0663e23..d60b107b606b9ba6266510d87a17f94b2853cd91 100644 --- a/sm5/INSTALL +++ b/sm5/INSTALL @@ -1,7 +1,7 @@ Smartmontools installation instructions ======================================= -$Id: INSTALL,v 1.24 2003/10/20 14:11:55 ballen4705 Exp $ +$Id: INSTALL,v 1.25 2003/10/26 03:00:06 ballen4705 Exp $ Please also see the smartmontools home page: http://smartmontools.sourceforge.net/ @@ -164,7 +164,8 @@ up with the following: ========================== smartmontools has been partially but not completely ported to solaris. -It can be compiled with either cc or gcc. To compile with gcc: +It includes complete SCSI support but no ATA or 3ware support. It can +be compiled with either cc or gcc. To compile with gcc: ./configure make @@ -175,11 +176,10 @@ export CC=cc [Note: bash syntax] ./configure make -Currently, smartd/smartctl have no ATA or SCSI functionality under -solaris, so they do nothing useful. Developers: the only functions -that need to be ported are the handful of skeletons prototyped in -os_solaris.[hc]. Please contribute code and help us to complete the -port! + +If someone could send me the correct ./configure arguments, I would be +glad to include them here. Likewise, we could use a suitable init +script. Please write to: smartmontools-support@lists.souceforge.net [7] Comments ============ diff --git a/sm5/NEWS b/sm5/NEWS index 47647b930cf639e01b1c698af2244741c4b7ac0a..ebe1cc04d15950c7d7031f6f21ee74d5d067b0a0 100644 --- a/sm5/NEWS +++ b/sm5/NEWS @@ -1,17 +1,18 @@ smartmontools NEWS ------------------ -CVS ID: $Id: NEWS,v 1.9 2003/10/17 13:51:21 ballen4705 Exp $ +CVS ID: $Id: NEWS,v 1.10 2003/10/26 03:00:07 ballen4705 Exp $ Refer to the CHANGELOG file for a complete change log. See http://sourceforge.net/news/?group_id=64297 for the most recent news. -Date: 2003-10-17 +Date: 2003-10-28 Summary: smartmontools release 5.22 ----------------------------------- -Replaces flawed 5.21 release: the -T verypermissive option had -to be entered as -T verpermissive. +Replaces flawed 5.21 release: the -T verypermissive option had to be +entered as -T verpermissive. First experimental solaris support (SCSI +only). Date: 2003-10-14