fbf18ae8e1
- Device type '-d usbprolific' for Prolific PL2571/277x USB bridges. - SAT: Support for ATA registers returned in fixed format sense data. - smartctl '-i' and '--identify': ATA ACS-4 and SATA 3.2 enhancements. - smartctl '-l xerror': Support for logs with more than 255 pages. - smartctl '-l devstat': Prints ACS-3 DSN flags. - smartctl '-l devstat': Read via SMART command if GP log is not available. - smartctl '-l scttempsts': Prints SCT SMART STATUS (ACS-4) and vendor specific SCT bytes. - configure option '--with-systemdenvfile=auto' as new default. - configure options '--disable-drivedb', '--enable-savestates' and '--enable-attributelog' are deprecated. - Corresponding '--with-*' options are enhanced accordingly. - Configure option '--with-docdir' is deprecated. - autoconf < 2.60 and automake < 1.10 are deprecated. (all of the above still work but a warning is printed if used) - HDD, SSD and USB additions to drive database. - Linux: AACRAID fixes, SMART STATUS should work now. - Linux: '/dev/megaraid_sas_ioctl_node' fd leak fix. - Darwin: '-S' command implemented, '-l devstat' should work now. - Cygwin: Compile fix. - Windows: Device type '-d aacraid' for AACRAID controllers. - Windows: SAT autodetection based on IOCTL_STORAGE_QUERY_PROPERTY. - Windows installer: Fix possible loss of user PATH environment variable.
38 lines
1.3 KiB
Text
38 lines
1.3 KiB
Text
$NetBSD: patch-aa,v 1.9 2015/09/24 22:30:29 tnn Exp $
|
|
|
|
Don't install Linux init.d files nor CONF_FILES.
|
|
|
|
--- Makefile.in.orig 2015-06-04 16:30:22.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -189,11 +189,10 @@ mkinstalldirs = $(install_sh) -d
|
|
CONFIG_HEADER = config.h
|
|
CONFIG_CLEAN_FILES =
|
|
CONFIG_CLEAN_VPATH_FILES =
|
|
-am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)" \
|
|
+am__installdirs = "$(DESTDIR)$(sbindir)" \
|
|
"$(DESTDIR)$(sbindir)" "$(DESTDIR)$(smartdscriptdir)" \
|
|
"$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" \
|
|
"$(DESTDIR)$(docsdir)" "$(DESTDIR)$(drivedbdir)" \
|
|
- "$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(initddir)" \
|
|
"$(DESTDIR)$(sysconfdir)" "$(DESTDIR)$(systemdsystemunitdir)"
|
|
PROGRAMS = $(sbin_PROGRAMS)
|
|
am__smartctl_SOURCES_DIST = smartctl.cpp smartctl.h atacmdnames.cpp \
|
|
@@ -595,8 +594,7 @@ docs_DATA = \
|
|
INSTALL \
|
|
NEWS \
|
|
README \
|
|
- TODO \
|
|
- smartd.conf
|
|
+ TODO
|
|
|
|
examplesdir = $(exampledir)
|
|
examples_DATA = \
|
|
@@ -1686,7 +1684,7 @@ info-am:
|
|
|
|
install-data-am: install-data-local install-docsDATA \
|
|
install-drivedbDATA install-examplesDATA \
|
|
- install-examplesSCRIPTS install-initdDATA install-man \
|
|
+ install-examplesSCRIPTS install-man \
|
|
install-smartdscriptSCRIPTS install-systemdsystemunitDATA
|
|
|
|
install-dvi: install-dvi-am
|