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

Thomas Baechler thomas at archlinux.org
Thu Sep 18 17:01:23 UTC 2008


    Date: Thursday, September 18, 2008 @ 13:01:04
  Author: thomas
Revision: 12715

upgpkg: initscripts 2008.09-1

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

---------------------+
 ChangeLog           |   32 ++++++++++++++++++++++++++++++++
 PKGBUILD            |    5 ++---
 initscripts.install |   25 -------------------------
 3 files changed, 34 insertions(+), 28 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2008-09-18 16:37:35 UTC (rev 12714)
+++ ChangeLog	2008-09-18 17:01:04 UTC (rev 12715)
@@ -1,3 +1,35 @@
+commit 8f1628613cc5746b7c85c6f84776b365833f1dad
+Author: Thomas Bächler <thomas at archlinux.org>
+Date:   Thu Sep 18 18:55:14 2008 +0200
+
+    Respawn udev properly when running 'init s'. Fixes #9739
+
+commit ce600eea3b9383f167cb91d784aff04821fa0528
+Author: Thomas Bächler <thomas at archlinux.org>
+Date:   Sun Sep 14 19:46:14 2008 +0200
+
+    Remove references to start_udev from rc.sysinit
+
+commit d399979d08be1ae2cc8e4ab60a68c57b120d08a0
+Author: Thomas Bächler <thomas at archlinux.org>
+Date:   Sun Sep 14 19:41:14 2008 +0200
+
+    Revert "Create udev required device nodes if missing"
+    
+    This reverts commit 119b8df1fb1258231750309f01e747e72f382493.
+    These nodes are created like 10 lines above, the [ -f ... ] check would always return false anyway (-f == regular file)
+
+commit 119b8df1fb1258231750309f01e747e72f382493
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Sat Aug 30 21:11:39 2008 -0500
+
+    Create udev required device nodes if missing
+    
+    Udev requires /dev/console, /dev/null, and /dev/zero to exist
+    before running. Create these on init if they're missing
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
 commit d2ae38c8b06d057c7593b7ba836bf24a1f8f6c4f
 Author: Aaron Griffin <aaronmgriffin at gmail.com>
 Date:   Tue Aug 5 14:34:53 2008 -0400

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-18 16:37:35 UTC (rev 12714)
+++ PKGBUILD	2008-09-18 17:01:04 UTC (rev 12715)
@@ -3,7 +3,7 @@
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=initscripts
-pkgver=2008.08
+pkgver=2008.09
 pkgrel=1
 pkgdesc="System initialization/bootup scripts"
 arch=('i686' 'x86_64')
@@ -12,9 +12,8 @@
 groups=('base')
 backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
 depends=('glibc' 'bash' 'awk' 'grep' 'coreutils' 'sed' 'udev>=118' 'net-tools' 'ncurses' 'kbd' 'findutils')
-install=initscripts.install
 source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}-${pkgrel}.tar.gz)
-md5sums=('317ddba5c41ac61905fd8289805e00cd')
+md5sums=('fb9b7c9f647f88b19803d239719602f1')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}-${pkgrel}/

Deleted: initscripts.install
===================================================================
--- initscripts.install	2008-09-18 16:37:35 UTC (rev 12714)
+++ initscripts.install	2008-09-18 17:01:04 UTC (rev 12715)
@@ -1,25 +0,0 @@
-post_upgrade() {
-  cat << "EOF"
------------------------------------------------------------
-IMPORTANT NOTICE FOR ENCRYPTION USERS
-
-The "password" column in /etc/crypttab has now
-two special keywords:
-- ASK  ask for a passphrase on boot
-- SWAP use a random key and create swapspace
-       This is particularly dangerous, as the
-       volume in question will be overwritten
-       If you use SWAP as your passphrase (which
-       is insecure anyway), be sure to remove it
-       from /etc/crypttab to avoid dataloss!
-
-See /etc/crypttab(.pacnew) for more information.
------------------------------------------------------------
-Attention netcfg users: netcfg is no longer included as
-part of the initscripts package.
-Be aware that rc.conf's NET_PROFILES has changed to
-NETWORKS, and that netcfg must be installed separately.
-For more info, see the netcfg man page.
------------------------------------------------------------
-EOF
-}




More information about the arch-commits mailing list