[arch-commits] Commit in systemd-sysvcompat/repos/extra-any (PKGBUILD PKGBUILD)

Dave Reisner dreisner at archlinux.org
Thu Feb 16 00:02:19 UTC 2012


    Date: Wednesday, February 15, 2012 @ 19:02:19
  Author: dreisner
Revision: 150253

archrelease: copy trunk to extra-any

Added:
  systemd-sysvcompat/repos/extra-any/PKGBUILD
    (from rev 150252, systemd-sysvcompat/trunk/PKGBUILD)
Deleted:
  systemd-sysvcompat/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-16 00:02:10 UTC (rev 150252)
+++ PKGBUILD	2012-02-16 00:02:19 UTC (rev 150253)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-
-pkgname=systemd-sysvcompat
-pkgver=1
-pkgrel=1
-pkgdesc="sysvinit compat symlinks for systemd"
-arch=('any')
-url="http://www.archlinux.org"
-license=('GPL')
-depends=('systemd')
-conflicts=('sysvinit')
-
-package() {
-  install -dm755 "$pkgdir/sbin"
-  for tool in runlevel reboot shutdown poweroff halt telinit; do
-    ln -s '/bin/systemctl' "$pkgdir/sbin/$tool"
-  done
-
-  ln -s '/bin/systemd' "$pkgdir/sbin/init"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: systemd-sysvcompat/repos/extra-any/PKGBUILD (from rev 150252, systemd-sysvcompat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-16 00:02:19 UTC (rev 150253)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+
+pkgname=systemd-sysvcompat
+pkgver=2
+pkgrel=1
+pkgdesc="sysvinit compat symlinks for systemd"
+arch=('any')
+url="http://www.archlinux.org"
+license=('GPL')
+depends=('systemd')
+conflicts=('sysvinit')
+
+package() {
+  install -dm755 "$pkgdir/sbin"
+  for tool in runlevel reboot shutdown poweroff halt telinit; do
+    ln -s '/bin/systemctl' "$pkgdir/sbin/$tool"
+  done
+
+  ln -s '../lib/systemd/systemd' "$pkgdir/sbin/init"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list