summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Smith <c1pher@gentoo.org>2011-03-20 15:46:52 +0000
committerDane Smith <c1pher@gentoo.org>2011-03-20 15:46:52 +0000
commit521745ad48fcd1bcfdd53f2f3cf540dafc69589d (patch)
tree19b7e19ccdaeeac3ae6c2599c97b80ef8a5e0c00 /app-crypt/truecrypt
parentUpstream patch for getting temperature from sysfs wrt #356385 by Pavel Goran. (diff)
downloadgentoo-2-521745ad48fcd1bcfdd53f2f3cf540dafc69589d.tar.gz
gentoo-2-521745ad48fcd1bcfdd53f2f3cf540dafc69589d.tar.bz2
gentoo-2-521745ad48fcd1bcfdd53f2f3cf540dafc69589d.zip
Fix typo in truecrypt wrt bug 359485.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/truecrypt')
-rw-r--r--app-crypt/truecrypt/ChangeLog5
-rw-r--r--app-crypt/truecrypt/truecrypt-7.0a-r2.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-crypt/truecrypt/ChangeLog b/app-crypt/truecrypt/ChangeLog
index 57a5820cbd14..686ce24ae427 100644
--- a/app-crypt/truecrypt/ChangeLog
+++ b/app-crypt/truecrypt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/truecrypt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.59 2011/01/13 17:41:01 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.60 2011/03/20 15:46:52 c1pher Exp $
+
+ 20 Mar 2011; Dane Smith <c1pher@gentoo.org> truecrypt-7.0a-r2.ebuild:
+ Correct typo for rc-update wrt bug 359485.
13 Jan 2011; Dane Smith <c1pher@gentoo.org> -truecrypt-7.0a-r1.ebuild:
Drop old revision.
diff --git a/app-crypt/truecrypt/truecrypt-7.0a-r2.ebuild b/app-crypt/truecrypt/truecrypt-7.0a-r2.ebuild
index 1715584237da..b894411a3681 100644
--- a/app-crypt/truecrypt/truecrypt-7.0a-r2.ebuild
+++ b/app-crypt/truecrypt/truecrypt-7.0a-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-7.0a-r2.ebuild,v 1.1 2010/12/15 20:59:11 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-7.0a-r2.ebuild,v 1.2 2011/03/20 15:46:52 c1pher Exp $
EAPI="2"
@@ -105,7 +105,7 @@ pkg_postinst() {
elog "If you are a baselayout-2 user and you would like the TrueCrypt"
elog "mappings removed on shutdown in order to prevent other file systems"
elog "from unmounting then run:"
- elog "rc-update truecrypt boot"
+ elog "rc-update add truecrypt boot"
elog ""
ewarn "If you're getting errors about DISPLAY while using the terminal"