[arch-commits] Commit in rsyslog/trunk (PKGBUILD rsyslog.logrotate)

Sergej Pupykin spupykin at nymeria.archlinux.org
Wed May 29 10:06:43 UTC 2013


    Date: Wednesday, May 29, 2013 @ 12:06:42
  Author: spupykin
Revision: 91907

upgpkg: rsyslog 7.2.7-3

upd

Modified:
  rsyslog/trunk/PKGBUILD
  rsyslog/trunk/rsyslog.logrotate

-------------------+
 PKGBUILD          |    5 +++--
 rsyslog.logrotate |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-29 10:04:50 UTC (rev 91906)
+++ PKGBUILD	2013-05-29 10:06:42 UTC (rev 91907)
@@ -3,7 +3,7 @@
 
 pkgname=rsyslog
 pkgver=7.2.7
-pkgrel=2
+pkgrel=3
 pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability"
 url="http://www.rsyslog.com/"
 arch=('i686' 'x86_64')
@@ -22,12 +22,13 @@
 	'rsyslog.logrotate'
 	'rsyslog.conf')
 md5sums=('4a61d182acb5b5487e7b99dea8974857'
-         '8065db4bef3061a4f000ba58779f6829'
+         '304bc9ea26aa1ff910870899a30512f1'
          'd61dd424e660eb16401121eed20d98bc')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
+              --sbindir=/usr/bin \
               --enable-mysql \
               --enable-pgsql \
               --enable-mail \

Modified: rsyslog.logrotate
===================================================================
--- rsyslog.logrotate	2013-05-29 10:04:50 UTC (rev 91906)
+++ rsyslog.logrotate	2013-05-29 10:06:42 UTC (rev 91907)
@@ -2,6 +2,6 @@
     missingok
     sharedscripts
     postrotate
-	/usr/bin/killall -HUP /usr/sbin/rsyslogd
+	/usr/bin/killall -HUP /usr/bin/rsyslogd
     endscript
 }




More information about the arch-commits mailing list