[arch-commits] Commit in smartmontools/repos (8 files)

2015-06-06 Thread Giovanni Scafora
Date: Sunday, June 7, 2015 @ 08:11:13
  Author: giovanni
Revision: 240391

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  smartmontools/repos/extra-i686/PKGBUILD
(from rev 240390, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-i686/smartd.conf
(from rev 240390, smartmontools/trunk/smartd.conf)
  smartmontools/repos/extra-x86_64/PKGBUILD
(from rev 240390, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-x86_64/smartd.conf
(from rev 240390, smartmontools/trunk/smartd.conf)
Deleted:
  smartmontools/repos/extra-i686/PKGBUILD
  smartmontools/repos/extra-i686/smartd.conf
  smartmontools/repos/extra-x86_64/PKGBUILD
  smartmontools/repos/extra-x86_64/smartd.conf

--+
 /PKGBUILD|   96 +
 /smartd.conf |2 
 extra-i686/PKGBUILD  |   48 --
 extra-i686/smartd.conf   |1 
 extra-x86_64/PKGBUILD|   48 --
 extra-x86_64/smartd.conf |1 
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-07 06:11:04 UTC (rev 240390)
+++ extra-i686/PKGBUILD 2015-06-07 06:11:13 UTC (rev 240391)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Jeff Mickey 
-# Contributor: Jani Talikka 
-# Contributor: Ralf Barth 
-
-pkgname=smartmontools
-pkgver=6.3
-pkgrel=2
-pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
-url="http://smartmontools.sourceforge.net";
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libcap-ng' 'bash')
-optdepends=('s-nail: to get mail alerts to work')
-backup=('etc/smartd.conf'
-'etc/conf.d/smartd')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-'smartd.conf')
-md5sums=('2ea0c62206e110192a97b59291b17f54'
- '28c1b80c41dac52d433961dcfb4f70e0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --sysconfdir=/etc \
-  --enable-drivedb \
-  --with-libcap-ng=yes \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --with-smartdscriptdir=/usr/share/smartmontools \
-  --with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
-  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf ${pkgdir}/etc/rc.d
-  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
-}

Copied: smartmontools/repos/extra-i686/PKGBUILD (from rev 240390, 
smartmontools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-07 06:11:13 UTC (rev 240391)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jeff Mickey 
+# Contributor: Jani Talikka 
+# Contributor: Ralf Barth 
+
+pkgname=smartmontools
+pkgver=6.4
+pkgrel=1
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('s-nail: to get mail alerts to work')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'smartd.conf')
+md5sums=('56812c8312fd123ed40ef65afde1049e'
+ '28c1b80c41dac52d433961dcfb4f70e0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc \
+  --enable-drivedb \
+  --with-libcap-ng=yes \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-smartdscriptdir=/usr/share/smartmontools \
+  --with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
+  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
+}

Deleted: extra-i686/smartd.conf
===
--- extra-i686/smartd.conf  2015-06-07 06:11:04 UTC (rev 240390)
+++ extra-i686/smartd.conf  2015-06-07 06:11:13 UTC (rev 240391)
@@ -1 +0,0 @@
-SMARTD_ARGS=""

Copied: smartmontools/repos/extra-i686/smartd.conf (from rev 240390, 
smartmontools/trunk/smartd.conf)
===

[arch-commits] Commit in smartmontools/repos (8 files)

2015-03-29 Thread Giovanni Scafora
Date: Sunday, March 29, 2015 @ 10:37:44
  Author: giovanni
Revision: 235253

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  smartmontools/repos/extra-i686/PKGBUILD
(from rev 235252, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-i686/smartd.conf
(from rev 235252, smartmontools/trunk/smartd.conf)
  smartmontools/repos/extra-x86_64/PKGBUILD
(from rev 235252, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-x86_64/smartd.conf
(from rev 235252, smartmontools/trunk/smartd.conf)
Deleted:
  smartmontools/repos/extra-i686/PKGBUILD
  smartmontools/repos/extra-i686/smartd.conf
  smartmontools/repos/extra-x86_64/PKGBUILD
  smartmontools/repos/extra-x86_64/smartd.conf

--+
 /PKGBUILD|   96 +
 /smartd.conf |2 
 extra-i686/PKGBUILD  |   45 -
 extra-i686/smartd.conf   |1 
 extra-x86_64/PKGBUILD|   45 -
 extra-x86_64/smartd.conf |1 
 6 files changed, 98 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-29 08:37:36 UTC (rev 235252)
+++ extra-i686/PKGBUILD 2015-03-29 08:37:44 UTC (rev 235253)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Jeff Mickey 
-# Contributor: Jani Talikka 
-# Contributor: Ralf Barth 
-
-pkgname=smartmontools
-pkgver=6.3
-pkgrel=1
-pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
-url="http://smartmontools.sourceforge.net";
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libcap-ng' 'bash')
-optdepends=('heirloom-mailx: to get mail alerts to work')
-backup=('etc/smartd.conf'
-'etc/conf.d/smartd')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-'smartd.conf')
-md5sums=('2ea0c62206e110192a97b59291b17f54'
- '28c1b80c41dac52d433961dcfb4f70e0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --sysconfdir=/etc \
-  --enable-drivedb \
-  --with-libcap-ng=yes \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
-  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf ${pkgdir}/etc/rc.d
-  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
-}

Copied: smartmontools/repos/extra-i686/PKGBUILD (from rev 235252, 
smartmontools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-29 08:37:44 UTC (rev 235253)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jeff Mickey 
+# Contributor: Jani Talikka 
+# Contributor: Ralf Barth 
+
+pkgname=smartmontools
+pkgver=6.3
+pkgrel=2
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('s-nail: to get mail alerts to work')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'smartd.conf')
+md5sums=('2ea0c62206e110192a97b59291b17f54'
+ '28c1b80c41dac52d433961dcfb4f70e0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc \
+  --enable-drivedb \
+  --with-libcap-ng=yes \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-smartdscriptdir=/usr/share/smartmontools \
+  --with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
+  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
+}

Deleted: extra-i686/smartd.conf
===
--- extra-i686/smartd.conf  2015-03-29 08:37:36 UTC (rev 235252)
+++ extra-i686/smartd.conf  2015-03-29 08:37:44 UTC (rev 235253)
@@ -1 +0,0 @@
-SMARTD_ARGS=""

Copied: smartmontools/repos/extra-i686/smartd.conf (from rev 235252, 
smartmontools/trunk/smartd.conf)
===
--- extra-i686/smartd.conf  (rev 0)
+++ extra-i686/smartd.conf  2015-03-29 08:37

[arch-commits] Commit in smartmontools/repos (8 files)

2014-08-05 Thread Giovanni Scafora
Date: Tuesday, August 5, 2014 @ 19:28:35
  Author: giovanni
Revision: 219339

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  smartmontools/repos/extra-i686/PKGBUILD
(from rev 219338, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-i686/smartd.conf
(from rev 219338, smartmontools/trunk/smartd.conf)
  smartmontools/repos/extra-x86_64/PKGBUILD
(from rev 219338, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-x86_64/smartd.conf
(from rev 219338, smartmontools/trunk/smartd.conf)
Deleted:
  smartmontools/repos/extra-i686/PKGBUILD
  smartmontools/repos/extra-i686/smartd.conf
  smartmontools/repos/extra-x86_64/PKGBUILD
  smartmontools/repos/extra-x86_64/smartd.conf

--+
 /PKGBUILD|   90 +
 /smartd.conf |2 +
 extra-i686/PKGBUILD  |   45 --
 extra-i686/smartd.conf   |1 
 extra-x86_64/PKGBUILD|   45 --
 extra-x86_64/smartd.conf |1 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-05 17:28:26 UTC (rev 219338)
+++ extra-i686/PKGBUILD 2014-08-05 17:28:35 UTC (rev 219339)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Jeff Mickey 
-# Contributor: Jani Talikka 
-# Contributor: Ralf Barth 
-
-pkgname=smartmontools
-pkgver=6.2
-pkgrel=1
-pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
-url="http://smartmontools.sourceforge.net";
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libcap-ng' 'bash')
-optdepends=('heirloom-mailx: to get mail alerts to work')
-backup=('etc/smartd.conf'
-'etc/conf.d/smartd')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-'smartd.conf')
-md5sums=('d44f84081a12cef79cd17f78044351fc'
- '28c1b80c41dac52d433961dcfb4f70e0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --sysconfdir=/etc \
-  --enable-drivedb \
-  --with-libcap-ng=yes \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
-  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf ${pkgdir}/etc/rc.d
-  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
-}

Copied: smartmontools/repos/extra-i686/PKGBUILD (from rev 219338, 
smartmontools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-05 17:28:35 UTC (rev 219339)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jeff Mickey 
+# Contributor: Jani Talikka 
+# Contributor: Ralf Barth 
+
+pkgname=smartmontools
+pkgver=6.3
+pkgrel=1
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('heirloom-mailx: to get mail alerts to work')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'smartd.conf')
+md5sums=('2ea0c62206e110192a97b59291b17f54'
+ '28c1b80c41dac52d433961dcfb4f70e0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc \
+  --enable-drivedb \
+  --with-libcap-ng=yes \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
+  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
+}

Deleted: extra-i686/smartd.conf
===
--- extra-i686/smartd.conf  2014-08-05 17:28:26 UTC (rev 219338)
+++ extra-i686/smartd.conf  2014-08-05 17:28:35 UTC (rev 219339)
@@ -1 +0,0 @@
-SMARTD_ARGS=""

Copied: smartmontools/repos/extra-i686/smartd.conf (from rev 219338, 
smartmontools/trunk/smartd.conf)
===
--- extra-i686/smartd.conf  (rev 0)
+++ extra-i686/smartd.conf  2014-08-05 17:28:35 UTC (rev 219339)
@@ -0,0 +1 @@
+SMARTD_ARGS=""

Deleted: extra-x86_64/PKGBUILD
==

[arch-commits] Commit in smartmontools/repos (8 files)

2013-08-11 Thread Giovanni Scafora
Date: Sunday, August 11, 2013 @ 18:45:27
  Author: giovanni
Revision: 192431

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  smartmontools/repos/extra-i686/PKGBUILD
(from rev 192430, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-i686/smartd.conf
(from rev 192430, smartmontools/trunk/smartd.conf)
  smartmontools/repos/extra-x86_64/PKGBUILD
(from rev 192430, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-x86_64/smartd.conf
(from rev 192430, smartmontools/trunk/smartd.conf)
Deleted:
  smartmontools/repos/extra-i686/PKGBUILD
  smartmontools/repos/extra-i686/smartd.conf
  smartmontools/repos/extra-x86_64/PKGBUILD
  smartmontools/repos/extra-x86_64/smartd.conf

--+
 /PKGBUILD|   90 +
 /smartd.conf |2 +
 extra-i686/PKGBUILD  |   45 --
 extra-i686/smartd.conf   |1 
 extra-x86_64/PKGBUILD|   45 --
 extra-x86_64/smartd.conf |1 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-11 16:45:20 UTC (rev 192430)
+++ extra-i686/PKGBUILD 2013-08-11 16:45:27 UTC (rev 192431)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Jeff Mickey 
-# Contributor: Jani Talikka 
-# Contributor: Ralf Barth 
-
-pkgname=smartmontools
-pkgver=6.1
-pkgrel=3
-pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
-url="http://smartmontools.sourceforge.net";
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libcap-ng' 'bash')
-optdepends=('heirloom-mailx: to get mail alerts to work')
-backup=('etc/smartd.conf'
-'etc/conf.d/smartd')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-'smartd.conf')
-md5sums=('83a3a681f8183ed858392d550ae1cca6'
- '28c1b80c41dac52d433961dcfb4f70e0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --sysconfdir=/etc \
-  --enable-drivedb \
-  --with-libcap-ng=yes \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
-  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf ${pkgdir}/etc/rc.d
-  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
-}

Copied: smartmontools/repos/extra-i686/PKGBUILD (from rev 192430, 
smartmontools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-11 16:45:27 UTC (rev 192431)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jeff Mickey 
+# Contributor: Jani Talikka 
+# Contributor: Ralf Barth 
+
+pkgname=smartmontools
+pkgver=6.2
+pkgrel=1
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('heirloom-mailx: to get mail alerts to work')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'smartd.conf')
+md5sums=('d44f84081a12cef79cd17f78044351fc'
+ '28c1b80c41dac52d433961dcfb4f70e0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc \
+  --enable-drivedb \
+  --with-libcap-ng=yes \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
+  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
+}

Deleted: extra-i686/smartd.conf
===
--- extra-i686/smartd.conf  2013-08-11 16:45:20 UTC (rev 192430)
+++ extra-i686/smartd.conf  2013-08-11 16:45:27 UTC (rev 192431)
@@ -1 +0,0 @@
-SMARTD_ARGS=""

Copied: smartmontools/repos/extra-i686/smartd.conf (from rev 192430, 
smartmontools/trunk/smartd.conf)
===
--- extra-i686/smartd.conf  (rev 0)
+++ extra-i686/smartd.conf  2013-08-11 16:45:27 UTC (rev 192431)
@@ -0,0 +1 @@
+SMARTD_ARGS=""

Deleted: extra-x86_64/PKGBUILD
==

[arch-commits] Commit in smartmontools/repos (8 files)

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 15:29:06
  Author: giovanni
Revision: 185826

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  smartmontools/repos/extra-i686/PKGBUILD
(from rev 185825, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-i686/smartd.conf
(from rev 185825, smartmontools/trunk/smartd.conf)
  smartmontools/repos/extra-x86_64/PKGBUILD
(from rev 185825, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-x86_64/smartd.conf
(from rev 185825, smartmontools/trunk/smartd.conf)
Deleted:
  smartmontools/repos/extra-i686/PKGBUILD
  smartmontools/repos/extra-i686/smartd.conf
  smartmontools/repos/extra-x86_64/PKGBUILD
  smartmontools/repos/extra-x86_64/smartd.conf

--+
 /PKGBUILD|   90 +
 /smartd.conf |2 +
 extra-i686/PKGBUILD  |   44 --
 extra-i686/smartd.conf   |1 
 extra-x86_64/PKGBUILD|   44 --
 extra-x86_64/smartd.conf |1 
 6 files changed, 92 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 13:28:59 UTC (rev 185825)
+++ extra-i686/PKGBUILD 2013-05-19 13:29:06 UTC (rev 185826)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Jeff Mickey 
-# Contributor: Jani Talikka 
-# Contributor: Ralf Barth 
-
-pkgname=smartmontools
-pkgver=6.1
-pkgrel=2
-pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
-url="http://smartmontools.sourceforge.net";
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libcap-ng' 'bash')
-optdepends=('heirloom-mailx: to get mail alerts to work')
-backup=('etc/smartd.conf'
-'etc/conf.d/smartd')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-'smartd.conf')
-md5sums=('83a3a681f8183ed858392d550ae1cca6'
- '28c1b80c41dac52d433961dcfb4f70e0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-drivedb \
-  --with-libcap-ng=yes \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
-  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf ${pkgdir}/etc/rc.d
-  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
-}

Copied: smartmontools/repos/extra-i686/PKGBUILD (from rev 185825, 
smartmontools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-19 13:29:06 UTC (rev 185826)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jeff Mickey 
+# Contributor: Jani Talikka 
+# Contributor: Ralf Barth 
+
+pkgname=smartmontools
+pkgver=6.1
+pkgrel=3
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('heirloom-mailx: to get mail alerts to work')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'smartd.conf')
+md5sums=('83a3a681f8183ed858392d550ae1cca6'
+ '28c1b80c41dac52d433961dcfb4f70e0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc \
+  --enable-drivedb \
+  --with-libcap-ng=yes \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
+  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
+}

Deleted: extra-i686/smartd.conf
===
--- extra-i686/smartd.conf  2013-05-19 13:28:59 UTC (rev 185825)
+++ extra-i686/smartd.conf  2013-05-19 13:29:06 UTC (rev 185826)
@@ -1 +0,0 @@
-SMARTD_ARGS=""

Copied: smartmontools/repos/extra-i686/smartd.conf (from rev 185825, 
smartmontools/trunk/smartd.conf)
===
--- extra-i686/smartd.conf  (rev 0)
+++ extra-i686/smartd.conf  2013-05-19 13:29:06 UTC (rev 185826)
@@ -0,0 +1 @@
+SMARTD_ARGS=""

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD

[arch-commits] Commit in smartmontools/repos (8 files)

2013-04-21 Thread Giovanni Scafora
Date: Sunday, April 21, 2013 @ 12:49:31
  Author: giovanni
Revision: 183306

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  smartmontools/repos/extra-i686/PKGBUILD
(from rev 183305, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-i686/smartd.conf
(from rev 183305, smartmontools/trunk/smartd.conf)
  smartmontools/repos/extra-x86_64/PKGBUILD
(from rev 183305, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-x86_64/smartd.conf
(from rev 183305, smartmontools/trunk/smartd.conf)
Deleted:
  smartmontools/repos/extra-i686/PKGBUILD
  smartmontools/repos/extra-i686/smartd.conf
  smartmontools/repos/extra-x86_64/PKGBUILD
  smartmontools/repos/extra-x86_64/smartd.conf

--+
 /PKGBUILD|   88 +
 /smartd.conf |2 +
 extra-i686/PKGBUILD  |   43 -
 extra-i686/smartd.conf   |1 
 extra-x86_64/PKGBUILD|   43 -
 extra-x86_64/smartd.conf |1 
 6 files changed, 90 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 10:49:24 UTC (rev 183305)
+++ extra-i686/PKGBUILD 2013-04-21 10:49:31 UTC (rev 183306)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Jeff Mickey 
-# Contributor: Jani Talikka 
-# Contributor: Ralf Barth 
-
-pkgname=smartmontools
-pkgver=6.1
-pkgrel=1
-pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
-url="http://smartmontools.sourceforge.net";
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libcap-ng' 'bash')
-backup=('etc/smartd.conf'
-'etc/conf.d/smartd')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-'smartd.conf')
-md5sums=('83a3a681f8183ed858392d550ae1cca6'
- '28c1b80c41dac52d433961dcfb4f70e0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-drivedb \
-  --with-libcap-ng=yes \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
-  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf ${pkgdir}/etc/rc.d
-  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
-}

Copied: smartmontools/repos/extra-i686/PKGBUILD (from rev 183305, 
smartmontools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 10:49:31 UTC (rev 183306)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jeff Mickey 
+# Contributor: Jani Talikka 
+# Contributor: Ralf Barth 
+
+pkgname=smartmontools
+pkgver=6.1
+pkgrel=2
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('heirloom-mailx: to get mail alerts to work')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'smartd.conf')
+md5sums=('83a3a681f8183ed858392d550ae1cca6'
+ '28c1b80c41dac52d433961dcfb4f70e0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --enable-drivedb \
+  --with-libcap-ng=yes \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
+  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
+}

Deleted: extra-i686/smartd.conf
===
--- extra-i686/smartd.conf  2013-04-21 10:49:24 UTC (rev 183305)
+++ extra-i686/smartd.conf  2013-04-21 10:49:31 UTC (rev 183306)
@@ -1 +0,0 @@
-SMARTD_ARGS=""

Copied: smartmontools/repos/extra-i686/smartd.conf (from rev 183305, 
smartmontools/trunk/smartd.conf)
===
--- extra-i686/smartd.conf  (rev 0)
+++ extra-i686/smartd.conf  2013-04-21 10:49:31 UTC (rev 183306)
@@ -0,0 +1 @@
+SMARTD_ARGS=""

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 10:49:24 UTC (rev 183305)
+++ extra-x86_64/PKGBUILD   2013-04-21 10:49:31

[arch-commits] Commit in smartmontools/repos (8 files)

2013-03-25 Thread Giovanni Scafora
Date: Monday, March 25, 2013 @ 20:47:01
  Author: giovanni
Revision: 180692

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  smartmontools/repos/extra-i686/PKGBUILD
(from rev 180691, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-i686/smartd.conf
(from rev 180691, smartmontools/trunk/smartd.conf)
  smartmontools/repos/extra-x86_64/PKGBUILD
(from rev 180691, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-x86_64/smartd.conf
(from rev 180691, smartmontools/trunk/smartd.conf)
Deleted:
  smartmontools/repos/extra-i686/PKGBUILD
  smartmontools/repos/extra-i686/smartd.conf
  smartmontools/repos/extra-x86_64/PKGBUILD
  smartmontools/repos/extra-x86_64/smartd.conf

--+
 /PKGBUILD|   86 +
 /smartd.conf |2 +
 extra-i686/PKGBUILD  |   43 --
 extra-i686/smartd.conf   |1 
 extra-x86_64/PKGBUILD|   43 --
 extra-x86_64/smartd.conf |1 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-25 19:46:52 UTC (rev 180691)
+++ extra-i686/PKGBUILD 2013-03-25 19:47:01 UTC (rev 180692)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Jeff Mickey 
-# Contributor: Jani Talikka 
-# Contributor: Ralf Barth 
-
-pkgname=smartmontools
-pkgver=6.0
-pkgrel=2
-pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
-url="http://smartmontools.sourceforge.net";
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libcap-ng' 'bash')
-backup=('etc/smartd.conf'
-'etc/conf.d/smartd')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-'smartd.conf')
-md5sums=('5646a07f5f4bee8e2e649de8c6b7ae87'
- '28c1b80c41dac52d433961dcfb4f70e0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-drivedb \
-  --with-libcap-ng=yes \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
-  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf ${pkgdir}/etc/rc.d
-  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
-}

Copied: smartmontools/repos/extra-i686/PKGBUILD (from rev 180691, 
smartmontools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-25 19:47:01 UTC (rev 180692)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jeff Mickey 
+# Contributor: Jani Talikka 
+# Contributor: Ralf Barth 
+
+pkgname=smartmontools
+pkgver=6.1
+pkgrel=1
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'smartd.conf')
+md5sums=('83a3a681f8183ed858392d550ae1cca6'
+ '28c1b80c41dac52d433961dcfb4f70e0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --enable-drivedb \
+  --with-libcap-ng=yes \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
+  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
+}

Deleted: extra-i686/smartd.conf
===
--- extra-i686/smartd.conf  2013-03-25 19:46:52 UTC (rev 180691)
+++ extra-i686/smartd.conf  2013-03-25 19:47:01 UTC (rev 180692)
@@ -1 +0,0 @@
-SMARTD_ARGS=""

Copied: smartmontools/repos/extra-i686/smartd.conf (from rev 180691, 
smartmontools/trunk/smartd.conf)
===
--- extra-i686/smartd.conf  (rev 0)
+++ extra-i686/smartd.conf  2013-03-25 19:47:01 UTC (rev 180692)
@@ -0,0 +1 @@
+SMARTD_ARGS=""

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-25 19:46:52 UTC (rev 180691)
+++ extra-x86_64/PKGBUILD   2013-03-25 19:47:01 UTC (rev 180692)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:

[arch-commits] Commit in smartmontools/repos (8 files)

2012-06-10 Thread Giovanni Scafora
Date: Sunday, June 10, 2012 @ 03:33:44
  Author: giovanni
Revision: 161354

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  smartmontools/repos/staging-i686/
  smartmontools/repos/staging-i686/PKGBUILD
(from rev 161353, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/staging-i686/smartd.conf
(from rev 161353, smartmontools/trunk/smartd.conf)
  smartmontools/repos/staging-i686/smartd.rc
(from rev 161353, smartmontools/trunk/smartd.rc)
  smartmontools/repos/staging-x86_64/
  smartmontools/repos/staging-x86_64/PKGBUILD
(from rev 161353, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/staging-x86_64/smartd.conf
(from rev 161353, smartmontools/trunk/smartd.conf)
  smartmontools/repos/staging-x86_64/smartd.rc
(from rev 161353, smartmontools/trunk/smartd.rc)

+
 staging-i686/PKGBUILD  |   46 +++
 staging-i686/smartd.conf   |1 
 staging-i686/smartd.rc |   39 
 staging-x86_64/PKGBUILD|   46 +++
 staging-x86_64/smartd.conf |1 
 staging-x86_64/smartd.rc   |   39 
 6 files changed, 172 insertions(+)

Copied: smartmontools/repos/staging-i686/PKGBUILD (from rev 161353, 
smartmontools/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-06-10 07:33:44 UTC (rev 161354)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jeff Mickey 
+# Contributor: Jani Talikka 
+# Contributor: Ralf Barth 
+
+pkgname=smartmontools
+pkgver=5.42
+pkgrel=4
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'smartd.conf'
+'smartd.rc')
+md5sums=('4460bf9a79a1252ff5c00ba52cf76b2a'
+ '28c1b80c41dac52d433961dcfb4f70e0'
+ 'fb30e07f87f2c1d99532e018291ad3e8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --enable-drivedb \
+  --with-libcap-ng=yes \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
+  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm755 ${srcdir}/smartd.rc "${pkgdir}/etc/rc.d/smartd"
+  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
+}

Copied: smartmontools/repos/staging-i686/smartd.conf (from rev 161353, 
smartmontools/trunk/smartd.conf)
===
--- staging-i686/smartd.conf(rev 0)
+++ staging-i686/smartd.conf2012-06-10 07:33:44 UTC (rev 161354)
@@ -0,0 +1 @@
+SMARTD_ARGS=""

Copied: smartmontools/repos/staging-i686/smartd.rc (from rev 161353, 
smartmontools/trunk/smartd.rc)
===
--- staging-i686/smartd.rc  (rev 0)
+++ staging-i686/smartd.rc  2012-06-10 07:33:44 UTC (rev 161354)
@@ -0,0 +1,39 @@
+#!/bin/bash
+
+# source application-specific settings
+SMARTD_ARGS=
+[ -f /etc/conf.d/smartd ] && . /etc/conf.d/smartd
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case "$1" in
+
+   start)
+ stat_busy "Starting smartd"
+ /usr/sbin/smartd ${SMARTD_ARGS} &>/dev/null
+ if [ $? -ne 0 ]; then
+   stat_fail
+ else
+   add_daemon smartd
+   stat_done
+ fi
+   ;;
+
+   stop)
+ stat_busy "Stopping smartd"
+ kill -9 `pidof /usr/sbin/smartd` &>/dev/null
+ rm_daemon smartd
+ stat_done
+   ;;
+
+   restart)
+ stat_busy "Restarting smartd ..."
+ $0 stop
+ $0 start
+ stat_done
+   ;;
+
+   *)
+ echo "usage: $0 {start|stop|restart}"
+esac

Copied: smartmontools/repos/staging-x86_64/PKGBUILD (from rev 161353, 
smartmontools/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-06-10 07:33:44 UTC (rev 161354)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jeff Mickey 
+# Contributor: Jani Talikka 
+# Contributor: Ralf Barth 
+
+pkgname=smartmontools
+pkgver=5.42
+pkgrel=4
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' '