[arch-commits] CVS update of arch/build/base/initscripts (PKGBUILD initscripts.install)

Thomas Baechler thomas at archlinux.org
Sun May 13 14:01:13 UTC 2007


    Date: Sunday, May 13, 2007 @ 10:01:13
  Author: thomas
    Path: /home/cvs-arch/arch/build/base/initscripts

   Added: initscripts.install (1.1)
Modified: PKGBUILD (1.173 -> 1.174)

upgpkg: initscripts 0.8-12


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


Index: arch/build/base/initscripts/PKGBUILD
diff -u arch/build/base/initscripts/PKGBUILD:1.173 arch/build/base/initscripts/PKGBUILD:1.174
--- arch/build/base/initscripts/PKGBUILD:1.173	Sun May 13 09:40:40 2007
+++ arch/build/base/initscripts/PKGBUILD	Sun May 13 10:01:10 2007
@@ -1,12 +1,13 @@
-# $Id: PKGBUILD,v 1.173 2007/05/13 13:40:40 thomas Exp $
+# $Id: PKGBUILD,v 1.174 2007/05/13 14:01:10 thomas Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=initscripts
 pkgver=0.8
-pkgrel=11
+pkgrel=12
 pkgdesc="System initialization/bootup scripts"
 arch=(i686 x86_64)
 backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
 depends=('bash' 'awk' 'grep' 'coreutils' 'sed' 'udev>=081')
+install=initscripts.install
 source=(functions inittab rc.conf rc.local rc.multi rc.shutdown \
         rc.single rc.sysinit network minilogd.c isatty.c netfs makedevs \
         netcfg profile-template rc.local.shutdown)
Index: arch/build/base/initscripts/initscripts.install
diff -u /dev/null arch/build/base/initscripts/initscripts.install:1.1
--- /dev/null	Sun May 13 10:01:13 2007
+++ arch/build/base/initscripts/initscripts.install	Sun May 13 10:01:10 2007
@@ -0,0 +1,23 @@
+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.
+------------------------------------------------
+EOF
+}
+
+op=$1
+shift
+$op $*




More information about the arch-commits mailing list