[Lunar-commits] r15743 - in moonbase/trunk/utils: . tw_cli

Auke Kok sofar at lunar-linux.org
Thu Jul 14 07:45:04 UTC 2005


Author: sofar
Date: 2005-07-14 07:45:03 +0000 (Thu, 14 Jul 2005)
New Revision: 15743

Added:
   moonbase/trunk/utils/tw_cli/
   moonbase/trunk/utils/tw_cli/BUILD
   moonbase/trunk/utils/tw_cli/DETAILS
Log:
Adding the 3ware SATA RAID controller toolkit (tw_cli)


Added: moonbase/trunk/utils/tw_cli/BUILD
===================================================================
--- moonbase/trunk/utils/tw_cli/BUILD	2005-07-14 05:46:14 UTC (rev 15742)
+++ moonbase/trunk/utils/tw_cli/BUILD	2005-07-14 07:45:03 UTC (rev 15743)
@@ -0,0 +1,11 @@
+(
+
+  prepare_install &&
+  install -m0755 tw_cli tw_sched /usr/sbin/ &&
+  install -m0644 tw_cli.8.nroff /usr/share/man/man8/tw_cli.8 &&
+  install -m0644 tw_sched.8.nroff /usr/share/man/man8/tw_sched.8 &&
+  if [ ! -e /etc/tw_sched.cfg ] ; then
+    install -m0644 tw_sched.cfg /etc/
+  fi
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/utils/tw_cli/DETAILS
===================================================================
--- moonbase/trunk/utils/tw_cli/DETAILS	2005-07-14 05:46:14 UTC (rev 15742)
+++ moonbase/trunk/utils/tw_cli/DETAILS	2005-07-14 07:45:03 UTC (rev 15743)
@@ -0,0 +1,14 @@
+          MODULE=tw_cli
+         VERSION=9.2
+          SOURCE=${MODULE}-linux-x86-${VERSION}.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}-linux-x86-${VERSION}
+      SOURCE_URL=http://www.3ware.com/download/Escalade9000Series/$VERSION/
+         WEBSITE=http://www.3ware.com/
+         ENTERED=20050714
+         UPDATED=20050714
+           SHORT="3ware SATA RAID controller tools"
+cat << EOF
+This cmdline utility allows you monitor and reconfigure your 3ware RAID
+controller. The driver is builtin the kernel (SCSI driver) so there's
+no need to build the driver separately.
+EOF



More information about the Lunar-commits mailing list