Skip to content
Snippets Groups Projects
Commit 5fabe1f2 authored by ballen4705's avatar ballen4705
Browse files

clean target removes autosave files

spacing (formatting) of output


git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@21 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent be6c961e
No related branches found
No related tags found
No related merge requests found
# Makefile for smartmontools
#
# $Id: Makefile,v 1.7 2002/10/11 00:38:22 ballen4705 Exp $
# $Id: Makefile,v 1.8 2002/10/11 01:27:39 ballen4705 Exp $
#
# Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
#
......@@ -38,7 +38,7 @@ scsicmds.o: scsicmds.h scsicmds.c
${CC} ${CFLAGS} -c scsicmds.c
clean:
rm -f *.o smartctl smartd *~ #*# smartmontools*.tar.gz smartmontools*.rpm
rm -f *.o smartctl smartd *~ \#*\# smartmontools*.tar.gz smartmontools*.rpm
install: smartctl smartd smartctl.8 smartd.8 smartd.initd
install -m 755 -o root -g root -D smartctl $(DESTDIR)/usr/sbin/smartctl
......
// $Id: ataprint.c,v 1.3 2002/10/11 00:38:22 ballen4705 Exp $
// $Id: ataprint.c,v 1.4 2002/10/11 01:27:39 ballen4705 Exp $
/*
* ataprint.c
*
......@@ -312,7 +312,7 @@ void PrintSmartAttribWithThres ( struct ata_smart_values data,
if (data.vendor_attributes[i].id!=194 || rawvalue<200)
printf ("%llu\n", rawvalue);
else
printf("%u (Lifetime Low/Max %u/%u)\n",
printf("%u (Lifetime Min/Max %u/%u)\n",
data.vendor_attributes[i].raw[0],
data.vendor_attributes[i].raw[2],
data.vendor_attributes[i].raw[4]);
......
// $Id: ataprint.cpp,v 1.3 2002/10/11 00:38:22 ballen4705 Exp $
// $Id: ataprint.cpp,v 1.4 2002/10/11 01:27:39 ballen4705 Exp $
/*
* ataprint.c
*
......@@ -312,7 +312,7 @@ void PrintSmartAttribWithThres ( struct ata_smart_values data,
if (data.vendor_attributes[i].id!=194 || rawvalue<200)
printf ("%llu\n", rawvalue);
else
printf("%u (Lifetime Low/Max %u/%u)\n",
printf("%u (Lifetime Min/Max %u/%u)\n",
data.vendor_attributes[i].raw[0],
data.vendor_attributes[i].raw[2],
data.vendor_attributes[i].raw[4]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment