[arch-commits] Commit in iputils/trunk (PKGBUILD iputils.install)

Stéphane Gaudreault stephane at archlinux.org
Thu Oct 4 12:11:37 UTC 2012


    Date: Thursday, October 4, 2012 @ 08:11:36
  Author: stephane
Revision: 167960

upgpkg: iputils 20101006-7

vercmp was used in a completely wrong way here ... drop the message as it is old

Modified:
  iputils/trunk/PKGBUILD
  iputils/trunk/iputils.install

-----------------+
 PKGBUILD        |    2 +-
 iputils.install |    4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-04 08:06:12 UTC (rev 167959)
+++ PKGBUILD	2012-10-04 12:11:36 UTC (rev 167960)
@@ -5,7 +5,7 @@
 
 pkgname=iputils
 pkgver=20101006
-pkgrel=6
+pkgrel=7
 pkgdesc="IP Configuration Utilities (and Ping)"
 arch=('i686' 'x86_64')
 license=('GPL')

Modified: iputils.install
===================================================================
--- iputils.install	2012-10-04 08:06:12 UTC (rev 167959)
+++ iputils.install	2012-10-04 12:11:36 UTC (rev 167960)
@@ -1,10 +1,6 @@
 post_install() {
   setcap cap_net_raw=ep usr/bin/ping  2>/dev/null || chmod +s usr/bin/ping 
   setcap cap_net_raw=ep usr/bin/ping6 2>/dev/null || chmod +s usr/bin/ping6
-  
-  if [ "$(vercmp $2  20101006-3)" -le 0 ]; then
-    echo " >> Traceroute is now provided by core/traceroute"
-  fi
 }
 
 post_upgrade() {




More information about the arch-commits mailing list