From: Arne Fitzenreiter Date: Tue, 9 Oct 2012 13:50:53 +0000 (+0200) Subject: smartmontools: update to 5.43. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=e3a92950b2ecdaeed3a40ddd3201a42c496b5f4e smartmontools: update to 5.43. --- diff --git a/config/rootfiles/common/smartmontools b/config/rootfiles/common/smartmontools index d06ea9eaf..e37be6dce 100644 --- a/config/rootfiles/common/smartmontools +++ b/config/rootfiles/common/smartmontools @@ -2,9 +2,6 @@ #usr/etc/rc.d/init.d #usr/etc/rc.d/init.d/smartd #usr/etc/smartd.conf -#usr/man/man5/smartd.conf.5 -#usr/man/man8/smartctl.8 -#usr/man/man8/smartd.8 usr/sbin/smartctl #usr/sbin/smartd usr/sbin/update-smart-drivedb @@ -24,5 +21,8 @@ usr/sbin/update-smart-drivedb #usr/share/doc/smartmontools/examplescripts/Example4 #usr/share/doc/smartmontools/examplescripts/README #usr/share/doc/smartmontools/smartd.conf +#usr/share/man/man5/smartd.conf.5 +#usr/share/man/man8/smartctl.8 +#usr/share/man/man8/smartd.8 #usr/share/smartmontools usr/share/smartmontools/drivedb.h diff --git a/lfs/smartmontools b/lfs/smartmontools index 63e51f28c..1f9467acc 100644 --- a/lfs/smartmontools +++ b/lfs/smartmontools @@ -24,7 +24,7 @@ include Config -VER = 5.42 +VER = 5.43 THISAPP = smartmontools-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4460bf9a79a1252ff5c00ba52cf76b2a +$(DL_FILE)_MD5 = a1cb2c3d8cc2de377037fe9e7cef40a9 install : $(TARGET) @@ -71,7 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/smartmontools-5.39-exit_segfault.patch - cd $(DIR_APP) && ./autogen.sh + cd $(DIR_APP) && autoreconf cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make BUILD_INFO='"($(NAME) $(VERSION))"' $(MAKETUNING) cd $(DIR_APP) && make install