summaryrefslogtreecommitdiff
path: root/core/rfkill
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-23 00:06:58 -0800
committerroot <root@rshg054.dnsready.net>2013-01-23 00:06:58 -0800
commit91fea2e90c87b282a3bb39b080b8c51eb52cdbbe (patch)
tree27b5a5e0c621c065f896dd02b57ae7f0cab5cdb1 /core/rfkill
parent949fa4e5ed405aaddcebff7e21008f03cdffa580 (diff)
Wed Jan 23 00:06:58 PST 2013
Diffstat (limited to 'core/rfkill')
-rw-r--r--core/rfkill/PKGBUILD8
-rw-r--r--core/rfkill/service.block1
-rw-r--r--core/rfkill/service.unblock1
3 files changed, 4 insertions, 6 deletions
diff --git a/core/rfkill/PKGBUILD b/core/rfkill/PKGBUILD
index 8cdc5726d..3ac08c05d 100644
--- a/core/rfkill/PKGBUILD
+++ b/core/rfkill/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 171055 2012-11-16 01:20:16Z bisson $
+# $Id: PKGBUILD 175740 2013-01-21 04:49:48Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Thomas Bächler <thomas@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
pkgname=rfkill
pkgver=0.4
-pkgrel=6
+pkgrel=7
pkgdesc='Tool for enabling and disabling wireless devices'
url='http://linuxwireless.org/en/users/Documentation/rfkill'
license=('custom')
@@ -17,8 +17,8 @@ source=("http://wireless.kernel.org/download/${pkgname}/${pkgname}-${pkgver}.tar
'conf.d'
'rc.d')
sha1sums=('fccabf5a272ac2891f24dc35449dc6f4c45ff44b'
- '8b4f0effcad564e929cf65c50773881d1209e54b'
- '10febfa26656bc395aeca477d4d44a1e0482375c'
+ '4d0ef151891c32c882dcec8b03ab7204f015d0d1'
+ 'c44581c4cc19509f53afd0abea1341cc30751fe2'
'6390eaa793b473098aaa11b13c5254d611a4c13a'
'd969fe927a9fb2926af43a311a7c1fa126fe59a9'
'380af0b002f51543557306ed68a27f0059fd5a6f')
diff --git a/core/rfkill/service.block b/core/rfkill/service.block
index 443c62526..420272c5d 100644
--- a/core/rfkill/service.block
+++ b/core/rfkill/service.block
@@ -5,7 +5,6 @@ After=rfkill-unblock@all.service
[Service]
Type=oneshot
ExecStart=/usr/sbin/rfkill block %I
-RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
diff --git a/core/rfkill/service.unblock b/core/rfkill/service.unblock
index fb8776653..40f4e3244 100644
--- a/core/rfkill/service.unblock
+++ b/core/rfkill/service.unblock
@@ -5,7 +5,6 @@ After=rfkill-block@all.service
[Service]
Type=oneshot
ExecStart=/usr/sbin/rfkill unblock %I
-RemainAfterExit=yes
[Install]
WantedBy=multi-user.target