From 59c4411a22b5f0b2d419f3fdd1f139c11b1a980b Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Sun, 26 Oct 2003 03:00:07 +0000 Subject: [PATCH] Solaris news git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1165 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/INSTALL | 14 +++++++------- sm5/NEWS | 9 +++++---- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/sm5/INSTALL b/sm5/INSTALL index c995d73e2..d60b107b6 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 47647b930..ebe1cc04d 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 -- GitLab