2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-04 00:05:10 +00:00

fix -c and -u flags in sensors. Reported by

"Kronos" <kronos@kronoz.cjb.net>


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1487 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2002-08-07 11:55:35 +00:00
parent 8a7d9d7d07
commit ab9060943d
2 changed files with 3 additions and 2 deletions

View File

@@ -32,7 +32,8 @@ ask CVS about it:
add support for logging loadavg in RRD; add support for logging loadavg in RRD;
fix down-converting raw labels for RRD; fix down-converting raw labels for RRD;
update chip support, still behind sensors update chip support, still behind sensors
Program sensors: Add /usr/local/etc to config file path Program sensors: Add /usr/local/etc to config file path;
fix -c and -u flags
Program sensors-detect: recognize Asus "ASB100 Bach" as AS99127F Program sensors-detect: recognize Asus "ASB100 Bach" as AS99127F
2.6.4 (20020719) 2.6.4 (20020719)

View File

@@ -158,7 +158,7 @@ int main (int argc, char *argv[])
do_sets = 0; do_sets = 0;
hide_adapter = 0; hide_adapter = 0;
while (1) { while (1) {
c = getopt_long(argc,argv,"hsvfAcu:",long_opts,NULL); c = getopt_long(argc,argv,"hsvfAc:u",long_opts,NULL);
if (c == EOF) if (c == EOF)
break; break;
switch(c) { switch(c) {