[arch-commits] Commit in kdeadmin/trunk (PKGBUILD fix-syslog-path.patch)

Andrea Scarpino andrea at archlinux.org
Thu Apr 30 23:50:21 UTC 2009


    Date: Thursday, April 30, 2009 @ 19:50:21
  Author: andrea
Revision: 37112

-m

Modified:
  kdeadmin/trunk/PKGBUILD
  kdeadmin/trunk/fix-syslog-path.patch

-----------------------+
 PKGBUILD              |    8 ++++----
 fix-syslog-path.patch |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-30 23:50:19 UTC (rev 37111)
+++ PKGBUILD	2009-04-30 23:50:21 UTC (rev 37112)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=kdeadmin
-pkgver=4.2.2
-pkgrel=2
+pkgver=4.2.3
+pkgrel=1
 pkgdesc="KDE Administration Programs"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -15,8 +15,8 @@
 install='kdeadmin.install'
 source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
 	'fix-syslog-path.patch')
-md5sums=('b9104de38fa36962a2812aa9cae8fc5f'
-         '577bfd807bd3216f081f2113975c7564')
+md5sums=('dc352ccb03c285a87fcc68d7d18e9d43'
+         '41b71823c7a33975ec08aaf75d67a374')
 
 build() {
 	cd $srcdir

Modified: fix-syslog-path.patch
===================================================================
--- fix-syslog-path.patch	2009-04-30 23:50:19 UTC (rev 37111)
+++ fix-syslog-path.patch	2009-04-30 23:50:21 UTC (rev 37112)
@@ -5,7 +5,7 @@
  			GenericLogModeConfiguration(
  					SYSTEM_LOG_MODE_ID, 
 -					QStringList() << "/var/log/syslog",
-+					QStringList() << "/var/log/syslog.log",
++					QStringList() << "/var/log/messages.log",
  					QList<int>() << INFORMATION_LOG_LEVEL_ID
  			) {
  			




More information about the arch-commits mailing list