[arch-commits] Commit in syslog-ng/repos (2 files)

Tobias Powalowski tpowa at archlinux.org
Sat Mar 7 14:47:01 UTC 2009


    Date: Saturday, March 7, 2009 @ 09:47:00
  Author: tpowa
Revision: 29262

Merged revisions 29261 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/syslog-ng/trunk

........
  r29261 | tpowa | 2009-03-07 15:46:28 +0100 (Sa, 07 M?\195?\164r 2009) | 1 line
  
  upgpkg: syslog-ng 3.0.1-1
........

Added:
  syslog-ng/repos/testing-x86_64/syslog-ng.install
    (from rev 29261, syslog-ng/trunk/syslog-ng.install)
Modified:
  syslog-ng/repos/testing-x86_64/	(properties)

-------------------+
 syslog-ng.install |   14 ++++++++++++++
 1 file changed, 14 insertions(+)


Property changes on: syslog-ng/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /syslog-ng/trunk:1-29258
   + /syslog-ng/trunk:1-29261

Copied: syslog-ng/repos/testing-x86_64/syslog-ng.install (from rev 29261, syslog-ng/trunk/syslog-ng.install)
===================================================================
--- testing-x86_64/syslog-ng.install	                        (rev 0)
+++ testing-x86_64/syslog-ng.install	2009-03-07 14:47:00 UTC (rev 29262)
@@ -0,0 +1,14 @@
+# arg 1:  the new package version
+# arg 2:  the old package version
+
+post_upgrade() {
+  if [ "$(vercmp $2 2.1.3-3)" -lt 0 -a -e /etc/syslog-ng.conf.pacnew ]; then
+    echo "Attention syslog-ng update:"
+    echo "Configuration file syntax has changed. Make sure to update /etc/syslog-ng.conf"
+
+  fi
+}
+
+op=$1
+shift
+$op $*




More information about the arch-commits mailing list