[arch-commits] Commit in rfkill/trunk (PKGBUILD sysusers.d)

Gaëtan Bisson bisson at archlinux.org
Sun Apr 2 09:02:02 UTC 2017


    Date: Sunday, April 2, 2017 @ 09:02:02
  Author: bisson
Revision: 291990

implement FS#53525

Added:
  rfkill/trunk/sysusers.d
Modified:
  rfkill/trunk/PKGBUILD

------------+
 PKGBUILD   |    5 ++++-
 sysusers.d |    1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-01 18:19:50 UTC (rev 291989)
+++ PKGBUILD	2017-04-02 09:02:02 UTC (rev 291990)
@@ -5,7 +5,7 @@
 
 pkgname=rfkill
 pkgver=0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Tool for enabling and disabling wireless devices'
 url='http://wireless.kernel.org/en/users/Documentation/rfkill'
 license=('custom')
@@ -14,11 +14,13 @@
 source=("https://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${pkgver}.tar"{.xz,.sign}
         'service.unblock'
         'service.block'
+        'sysusers.d'
         'rules.d')
 sha256sums=('e0ae3004215e39a6c5c36e0726558740728d16f67ebdb8bea621250f6091d86a'
             'SKIP'
             '8ccec10a22523f6b9d55e0d6cbf91905a39881446710aa083e935e8073323376'
             'a22e0a037e702170c7d88460cc9c9c2ab1d3e5c54a6985cd4a164ea7beff1b36'
+            '4a0b3dd8aa6d34dd29e1d153f396cacf908b0d64f7218276cbcab684587c0a0a'
             '7423aaaa09fee7f47baa83df9ea6fef525ff9aec395c8cbd9fe848ceb2643f37')
 
 build() {
@@ -31,6 +33,7 @@
 	make SBINDIR=/usr/bin DESTDIR="${pkgdir}" install
 	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 	install -Dm644 ../rules.d "${pkgdir}/usr/lib/udev/rules.d/60-rfkill.rules"
+	install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/rfkill.conf"
 	install -Dm644 ../service.block "${pkgdir}/usr/lib/systemd/system/rfkill-block at .service"
 	install -Dm644 ../service.unblock "${pkgdir}/usr/lib/systemd/system/rfkill-unblock at .service"
 }

Added: sysusers.d
===================================================================
--- sysusers.d	                        (rev 0)
+++ sysusers.d	2017-04-02 09:02:02 UTC (rev 291990)
@@ -0,0 +1 @@
+g rfkill - - -



More information about the arch-commits mailing list