Date: Tuesday, May 14, 2013 @ 14:50:06 Author: bisson Revision: 90835
move binaries to /usr/bin Modified: collectd/trunk/PKGBUILD collectd/trunk/service ----------+ PKGBUILD | 9 +++++---- service | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-14 12:33:03 UTC (rev 90834) +++ PKGBUILD 2013-05-14 12:50:06 UTC (rev 90835) @@ -4,7 +4,7 @@ pkgname=collectd pkgver=5.3.0 -pkgrel=1 +pkgrel=2 pkgdesc='Daemon which collects system performance statistics periodically' url='http://collectd.org/' arch=('i686' 'x86_64') @@ -43,7 +43,7 @@ 'service') sha1sums=('53879095aa51b7dd0b30882b0c9b6ce8c93a8539' '245c098d121a4a05594553583310953b3a2f6461' - 'b56907f532b9174e1b6995aadb518228d7464d3b') + '04f676d0b76c34df0bbf94629813e035b1febe04') backup=('etc/collectd.conf') options=('!libtool') @@ -61,8 +61,9 @@ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ - --with-python=/usr/bin/python2 \ - --disable-static + --sbindir=/usr/bin \ + --disable-static \ + --with-python=/usr/bin/python2 make all } Modified: service =================================================================== --- service 2013-05-14 12:33:03 UTC (rev 90834) +++ service 2013-05-14 12:50:06 UTC (rev 90835) @@ -5,7 +5,7 @@ [Service] Type=forking PIDFile=/run/collectdmon.pid -ExecStart=/usr/sbin/collectdmon +ExecStart=/usr/bin/collectdmon ExecReload=/bin/kill -HUP $MAINPID Restart=always
