Browse Source

Import upstream version 4

Ed L. Cashin 19 years ago
parent
commit
87a46baa51
3 changed files with 11 additions and 1 deletions
  1. 1 1
      Makefile
  2. 5 0
      NEWS
  3. 5 0
      TODO

+ 1 - 1
Makefile

@@ -25,7 +25,7 @@ MANDIR = ${PREFIX}/usr/share/man
 # these scripts are created from the *.in files
 CONF_SCRIPTS = aoe-discover aoe-interfaces
 PROGS = aoeping
-COMMANDS := ${CONF_SCRIPTS} aoe-mkdevs aoe-mkshelf aoe-stat ${PROG}
+COMMANDS := ${CONF_SCRIPTS} aoe-mkdevs aoe-mkshelf aoe-stat ${PROGS}
 CFLAGS = -Wall -O -g
 
 AOE_PING_OBJ = aoeping.o linux.o

+ 5 - 0
NEWS

@@ -1,3 +1,8 @@
+2005-05-17 13:43:04 GMT Ed L. Cashin <ecashin@coraid.com>
+	release 4
+	fix typo in Makefile preventing aoeping installation: s/PROG/PROGS/
+	add TODO file
+
 2005-04-14 17:51:44 GMT Ed L. Cashin <ecashin@coraid.com>
 	release 3
 	add very basic SMART support to aoeping

+ 5 - 0
TODO

@@ -0,0 +1,5 @@
+The SMART support provided by aoeping is quite basic and low level.
+There should be some higher-level way to use SMART on AoE disks,
+either by getting smartmontools to use the aoetools (perhaps through
+an aoelib), or by supporting the most frequently-used features in an
+aoesmart program here in the aoetools.