summaryrefslogtreecommitdiff
path: root/core/rfkill
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2013-01-23 19:31:16 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2013-01-23 19:31:16 -0300
commit59a85546825bde45248cd216c2d8fae8f72e4046 (patch)
tree4671056dabe2acadd54ab89d8cfcb46bf2283145 /core/rfkill
parent1f07b846d901eeaf0019566766f8a327ed2d078d (diff)
parent91fea2e90c87b282a3bb39b080b8c51eb52cdbbe (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/chmsee/PKGBUILD community/libzdb/PKGBUILD community/notmuch/PKGBUILD community/v8/PKGBUILD community/zathura-ps/PKGBUILD core/dash/PKGBUILD extra/slim/PKGBUILD
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 9eb84ddd3..580296392 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