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

Tobias Powalowski tpowa at archlinux.org
Fri Sep 4 19:32:08 UTC 2015


    Date: Friday, September 4, 2015 @ 21:32:08
  Author: tpowa
Revision: 245311

upgpkg: iputils 20150815.1b5d03a-2

cleaned up .install from removed ping6 command

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-04 19:06:30 UTC (rev 245310)
+++ PKGBUILD	2015-09-04 19:32:08 UTC (rev 245311)
@@ -7,7 +7,7 @@
 # Commit date + git rev-parse --short origin/master
 _rev=1b5d03a
 pkgver=20150815.${_rev}
-pkgrel=1
+pkgrel=2
 pkgdesc="Network monitoring tools, including ping"
 arch=('i686' 'x86_64')
 license=('GPL')

Modified: iputils.install
===================================================================
--- iputils.install	2015-09-04 19:06:30 UTC (rev 245310)
+++ iputils.install	2015-09-04 19:32:08 UTC (rev 245311)
@@ -1,6 +1,5 @@
 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
 }
 
 post_upgrade() {



More information about the arch-commits mailing list