Date: Thursday, August 30, 2012 @ 05:37:21
  Author: thomas
Revision: 165790

upgpkg: ifplugd 0.28-13: Fix type in rc.d script

Modified:
  ifplugd/trunk/PKGBUILD
  ifplugd/trunk/ifplugd

----------+
 PKGBUILD |    4 ++--
 ifplugd  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-08-29 23:52:16 UTC (rev 165789)
+++ PKGBUILD    2012-08-30 09:37:21 UTC (rev 165790)
@@ -5,7 +5,7 @@
 
 pkgname=ifplugd
 pkgver=0.28
-pkgrel=12
+pkgrel=13
 pkgdesc="A daemon which brings up/down network interfaces upon cable 
insertion/removal."
 arch=('i686' 'x86_64')
 url="http://0pointer.de/lennart/projects/ifplugd";
@@ -23,7 +23,7 @@
 md5sums=('df6f4bab52f46ffd6eb1f5912d4ccee3'
          '54eb22844b5aeed161c0b80aa9008570'
          'f26dbd7597d9d637f0b2b104b11ab820'
-         '158bda9014eb35979af9b094feca5fe1'
+         '1ea9aa64415a5a9e27b84634cd08a7f2'
          'f2e8a37af52b79ee0e3c5bcc2470ce10'
          '3dc2ce45d0e12d155ecc7a5bc9e3ee04')
 

Modified: ifplugd
===================================================================
--- ifplugd     2012-08-29 23:52:16 UTC (rev 165789)
+++ ifplugd     2012-08-30 09:37:21 UTC (rev 165790)
@@ -24,7 +24,7 @@
 
     for nic in "${net_ifs[@]}"; do
       # only start if a PID doesn't already exist
-      if [[ ! -f /var/run/ifplugd.$nic.pid ]];
+      if [[ ! -f /var/run/ifplugd.$nic.pid ]]; then
         /usr/bin/ifplugd-daemon $nic
 
         # use presence of PID file to check for start success

Reply via email to