From 3ac98357cdfa909e841d7594f96235052459c18e Mon Sep 17 00:00:00 2001 From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Fri, 5 Mar 2010 19:49:05 +0000 Subject: [PATCH] Add update script to make targets 'dist' and 'clean', set +x permission, update svn:ignore. git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@3073 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- smartmontools/CHANGELOG | 3 +++ smartmontools/Makefile.am | 3 +++ 2 files changed, 6 insertions(+) diff --git a/smartmontools/CHANGELOG b/smartmontools/CHANGELOG index c650002d9..bf93c91fd 100644 --- a/smartmontools/CHANGELOG +++ b/smartmontools/CHANGELOG @@ -43,6 +43,9 @@ NOTES FOR FUTURE RELEASES: see TODO file. <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> + [CF] Add update script to make targets 'dist' and 'clean', + set +x permission, update svn:ignore. + [CF] Add 'update-smart-drivedb' script (ticket #59). The script updates the drive database from SVN. It is installed if '--enable-drivedb' is configured. diff --git a/smartmontools/Makefile.am b/smartmontools/Makefile.am index 2304291e4..95fbaba36 100644 --- a/smartmontools/Makefile.am +++ b/smartmontools/Makefile.am @@ -243,6 +243,7 @@ EXTRA_DIST = smartd.initd.in \ smartd.conf.5.in \ smartd.conf \ autogen.sh \ + update-smart-drivedb.in \ os_darwin/SMART.in \ os_darwin/StartupParameters.plist \ os_darwin/English_Localizable.strings \ @@ -263,6 +264,7 @@ CLEANFILES = smartd.conf.5 \ smartd.conf.5.txt \ smartd.initd \ svnversion.h \ + update-smart-drivedb \ SMART if SMARTD_SUFFIX @@ -334,6 +336,7 @@ smartd.conf.5.in: smartd.8.in update-smart-drivedb: update-smart-drivedb.in config.status $(SHELL) ./config.status --file=$@ + chmod +x $@ if INSTALL_INITSCRIPT -- GitLab