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

Dave Reisner dreisner at archlinux.org
Tue Jan 8 13:20:13 UTC 2013


    Date: Tuesday, January 8, 2013 @ 08:20:12
  Author: dreisner
Revision: 174883

upgpkg: systemd 197-2

- correct post_upgrade() message

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/systemd.install

-----------------+
 PKGBUILD        |    8 ++++----
 systemd.install |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-08 13:09:37 UTC (rev 174882)
+++ PKGBUILD	2013-01-08 13:20:12 UTC (rev 174883)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-sysvcompat')
 pkgver=197
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd"
 license=('GPL2' 'LGPL2.1' 'MIT')
@@ -46,9 +46,9 @@
   make
 }
 
-check() {
-  make -C "$pkgname-$pkgver" check
-}
+#check() {
+#  make -C "$pkgname-$pkgver" check
+#}
 
 package_systemd() {
   pkgdesc="system and service manager"

Modified: systemd.install
===================================================================
--- systemd.install	2013-01-08 13:09:37 UTC (rev 174882)
+++ systemd.install	2013-01-08 13:20:12 UTC (rev 174883)
@@ -31,8 +31,8 @@
       "delete this file, /usr/lib/udev/rules.d/80-net-name-slot.rules may" \
       "rename network devices according to ID_NET_NAME_{ONBOARD,SLOT,PATH}" \
       "properties of your network devices, with priority in that order. See" \
-      "the output of 'udevadm test-builtin /sys/class/net/\$interface' for" \
-      "details on what that new name might be." \
+      "the output of 'udevadm test-builtin net_id /sys/class/net/\$interface'" \
+      "for details on what that new name might be." \
       "" \
       "http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames"
   fi




More information about the arch-commits mailing list