193ac8d8fb
- Support for ATA Long Logical/Physical Sectors (LLS/LPS). - smartctl option '-f brief' to select new attribute output format which includes more flags and fits in 80 columns. - smartctl options '-g, --get' and '-s, --set' to get/set various ATA settings: AAM, APM, Read look-ahead, Write cache, Security (freeze), Standby mode/timer. - smartd resends warning emails if problem reappears. - smartd warning emails include device identify info. - 'update-smart-drivedb' does no longer require GNU sed. - Linux and FreeBSD: Support for SATA/SAS disks behind Areca SAS controllers. - Many HDD, SSD and USB additions to drive database. More: http://sourceforge.net/p/smartmontools/code/HEAD/tree/trunk/smartmontools/NEWS
33 lines
1.2 KiB
Text
33 lines
1.2 KiB
Text
$NetBSD: patch-aa,v 1.7 2013/08/20 11:07:13 shattered Exp $
|
|
|
|
--- Makefile.in.orig 2013-03-16 14:36:24.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -155,8 +155,7 @@ am__installdirs = "$(DESTDIR)$(sbindir)"
|
|
"$(DESTDIR)$(sbindir)" "$(DESTDIR)$(sysscriptdir)" \
|
|
"$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" \
|
|
"$(DESTDIR)$(attributelogdir)" "$(DESTDIR)$(docsdir)" \
|
|
- "$(DESTDIR)$(drivedbdir)" "$(DESTDIR)$(examplesdir)" \
|
|
- "$(DESTDIR)$(initddir)" "$(DESTDIR)$(savestatesdir)" \
|
|
+ "$(DESTDIR)$(drivedbdir)" "$(DESTDIR)$(savestatesdir)" \
|
|
"$(DESTDIR)$(sysconfdir)" "$(DESTDIR)$(systemdsystemunitdir)"
|
|
PROGRAMS = $(sbin_PROGRAMS)
|
|
am__smartctl_SOURCES_DIST = smartctl.cpp smartctl.h atacmdnames.cpp \
|
|
@@ -499,8 +498,7 @@ docs_DATA = \
|
|
NEWS \
|
|
README \
|
|
TODO \
|
|
- WARNINGS \
|
|
- smartd.conf
|
|
+ WARNINGS
|
|
|
|
examplesdir = $(exampledir)
|
|
examples_DATA = \
|
|
@@ -1620,7 +1618,7 @@ info-am:
|
|
|
|
install-data-am: install-attributelogDATA install-docsDATA \
|
|
install-drivedbDATA install-examplesDATA \
|
|
- install-examplesSCRIPTS install-initdDATA install-man \
|
|
+ install-examplesSCRIPTS install-man \
|
|
install-savestatesDATA install-sysscriptSCRIPTS \
|
|
install-systemdsystemunitDATA
|
|
|