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

Tom Gundersen tomegun at archlinux.org
Thu Aug 9 22:17:41 UTC 2012


    Date: Thursday, August 9, 2012 @ 18:17:41
  Author: tomegun
Revision: 165058

upgpkg: initscripts 2012.08.2-1

add some man pages for systemd compat

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-09 22:06:25 UTC (rev 165057)
+++ PKGBUILD	2012-08-09 22:17:41 UTC (rev 165058)
@@ -4,7 +4,7 @@
 # Contributor: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=initscripts
-pkgver=2012.08.1
+pkgver=2012.08.2
 pkgrel=1
 pkgdesc="System initialization/bootup scripts"
 arch=('any')
@@ -28,4 +28,4 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }
-md5sums=('e9b5572ae04c7481e18b1b903b20f230')
+md5sums=('df52c72f9e84f0df25c05181e1f88527')

Modified: initscripts.install
===================================================================
--- initscripts.install	2012-08-09 22:06:25 UTC (rev 165057)
+++ initscripts.install	2012-08-09 22:17:41 UTC (rev 165058)
@@ -17,8 +17,10 @@
     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."
+    echo "----"
+    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. Refer to arch-modules-load(8) and arch-daemons(8)."
+    echo "----"
   fi
 }




More information about the arch-commits mailing list