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

Tom Gundersen tomegun at archlinux.org
Fri Aug 3 23:14:57 UTC 2012


    Date: Friday, August 3, 2012 @ 19:14:56
  Author: tomegun
Revision: 164710

upgpkg: initscripts 2012.08.1-1

features:
  merge initscripts-systemd
  use the merged arch-modules-load in initscripts too
bugfixes:
  encryption+lvm
  lots of documentation fixes
  fix warning about broken HARDWARECLOCK settings
  skip non-daemons when generating wrapper services
  fix rc.local.shutdown under systemd

Modified:
  initscripts/trunk/PKGBUILD
  initscripts/trunk/initscripts.install

---------------------+
 PKGBUILD            |    7 +++++--
 initscripts.install |    5 +++++
 2 files changed, 10 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-03 23:12:37 UTC (rev 164709)
+++ PKGBUILD	2012-08-03 23:14:56 UTC (rev 164710)
@@ -4,13 +4,16 @@
 # Contributor: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=initscripts
-pkgver=2012.07.5
+pkgver=2012.08.1
 pkgrel=1
 pkgdesc="System initialization/bootup scripts"
 arch=('any')
 url="http://www.archlinux.org"
 license=('GPL2')
 groups=('base')
+provides=('initscripts-systemd')
+conflicts=('initscripts-systemd')
+replaces=('initscripts-systemd')
 backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
 depends=('glibc' 'bash' 'coreutils' 'systemd-tools' 'iproute2' 'ncurses' 'findutils' 'sysvinit')
 optdepends=('dhcpcd: DHCP network configuration'
@@ -25,4 +28,4 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }
-md5sums=('2e3589c8e0baac7a4ea9e353edbcf26c')
+md5sums=('e9b5572ae04c7481e18b1b903b20f230')

Modified: initscripts.install
===================================================================
--- initscripts.install	2012-08-03 23:12:37 UTC (rev 164709)
+++ initscripts.install	2012-08-03 23:14:56 UTC (rev 164710)
@@ -16,4 +16,9 @@
     echo "If using non-bash-compatible shell, please set LANG in /etc/locale.conf,"
     echo "as LOCALE in /etc/rc.conf no longer works."
   fi
+  if [ "$(vercmp $2 2012.08.1)" -lt 0 ]; then
+    echo "initscripts now ships a compatibility layer to make systemd use MODULES and"
+    echo "DAEMONS from rc.conf; and run rc.local and rc.local.shutdown on boot and"
+    echo "shutdown, respectively."
+  fi
 }




More information about the arch-commits mailing list