summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-01-31 01:57:26 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-01-31 01:57:26 +0000
commita7395b7bf194c706d1f5ae5ed341bbd94c2662a1 (patch)
tree068ac3296584f0f6e6935d3f6b48857c06239cf0 /sys-fs
parentVersion bump (diff)
downloadgentoo-2-a7395b7bf194c706d1f5ae5ed341bbd94c2662a1.tar.gz
gentoo-2-a7395b7bf194c706d1f5ae5ed341bbd94c2662a1.tar.bz2
gentoo-2-a7395b7bf194c706d1f5ae5ed341bbd94c2662a1.zip
Cleaning up a couple typos/errors in einfo/ewarn output. There's no actual code changes in this.
(Portage version: 2.1.4)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/cryptsetup/ChangeLog9
-rw-r--r--sys-fs/cryptsetup/cryptsetup-1.0.5-r1.ebuild10
2 files changed, 12 insertions, 7 deletions
diff --git a/sys-fs/cryptsetup/ChangeLog b/sys-fs/cryptsetup/ChangeLog
index 7d846ea04d73..3de2261c9dd8 100644
--- a/sys-fs/cryptsetup/ChangeLog
+++ b/sys-fs/cryptsetup/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/cryptsetup
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v 1.51 2007/11/06 21:32:32 armin76 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v 1.52 2008/01/31 01:57:26 wolf31o2 Exp $
+
+ 31 Jan 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ cryptsetup-1.0.5-r1.ebuild:
+ Cleaning up a couple typos/errors in einfo/ewarn output. There's no actual
+ code changes in this.
06 Nov 2007; Raúl Porcel <armin76@gentoo.org> cryptsetup-1.0.5-r1.ebuild:
alpha/ia64/sparc stable wrt #195648
diff --git a/sys-fs/cryptsetup/cryptsetup-1.0.5-r1.ebuild b/sys-fs/cryptsetup/cryptsetup-1.0.5-r1.ebuild
index c409941633c6..2f1f5d9ac27e 100644
--- a/sys-fs/cryptsetup/cryptsetup-1.0.5-r1.ebuild
+++ b/sys-fs/cryptsetup/cryptsetup-1.0.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.0.5-r1.ebuild,v 1.10 2007/12/11 23:54:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.0.5-r1.ebuild,v 1.11 2008/01/31 01:57:26 wolf31o2 Exp $
inherit linux-info eutils flag-o-matic multilib
@@ -22,14 +22,14 @@ DEPEND=">=sys-fs/device-mapper-1.00.07-r1
dm-crypt_check() {
local CONFIG_CHECK="~DM_CRYPT"
- local WARNING_DM_CRYPT="CONFIG_DM_CRYPT:\tis not set (required for cryptsetup-luks)"
+ local WARNING_DM_CRYPT="CONFIG_DM_CRYPT:\tis not set (required for cryptsetup)"
check_extra_config
echo
}
crypto_check() {
local CONFIG_CHECK="~CRYPTO"
- local WARNING_CRYPTO="CONFIG_CRYPTO:\tis not set (required for cryptsetup-luks)"
+ local WARNING_CRYPTO="CONFIG_CRYPTO:\tis not set (required for cryptsetup)"
check_extra_config
echo
}
@@ -82,7 +82,7 @@ src_install() {
pkg_postinst() {
ewarn "This ebuild introduces a new set of scripts and configuration"
- ewarn "then the last version. If you are currently using /etc/conf.d/cryptfs"
+ ewarn "than the last version. If you are currently using /etc/conf.d/cryptfs"
ewarn "then you *MUST* copy your old file to:"
ewarn "/etc/conf.d/dmcrypt"
ewarn "Or your encrypted partitions will *NOT* work."