diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2009-06-25 20:40:34 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2009-06-25 20:40:34 +0000 |
commit | c9e88c5e7ee535e86b97a3bdab695c6ad74b796e (patch) | |
tree | d64c51f5c97d54cede58054f6794ad614cce6562 /usr.bin/systat/sensors.c | |
parent | f52d042016ceaf049a55894ed50c44b84b16e308 (diff) |
sync the SENSOR_DRIVE_* names with sysctl(8)'s
ok canacar@
Diffstat (limited to 'usr.bin/systat/sensors.c')
-rw-r--r-- | usr.bin/systat/sensors.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/systat/sensors.c b/usr.bin/systat/sensors.c index 8280fe68976..4469f58ca65 100644 --- a/usr.bin/systat/sensors.c +++ b/usr.bin/systat/sensors.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sensors.c,v 1.15 2009/06/25 20:39:02 okan Exp $ */ +/* $OpenBSD: sensors.c,v 1.16 2009/06/25 20:40:33 okan Exp $ */ /* * Copyright (c) 2007 Deanna Phillips <deanna@openbsd.org> @@ -59,8 +59,8 @@ int select_sn(void); const char *drvstat[] = { NULL, - "empty", "ready", "powerup", "online", "idle", "active", - "rebuild", "powerdown", "fail", "pfail" + "empty", "ready", "powering up", "online", "idle", "active", + "rebuilding", "powering down", "failed", "degraded" }; |