summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2013-02-03 22:43:08 +0000
committerRichard Yao <ryao@gentoo.org>2013-02-03 22:43:08 +0000
commit92a82ae7c0038cde011e7fae28c9d6e96e5d7c0f (patch)
tree8bdc4d1836d4bb5d13d5287df76cf0ee46ef403e /sys-fs/zfs-kmod
parentRestore keywords after testing. (diff)
downloadgentoo-2-92a82ae7c0038cde011e7fae28c9d6e96e5d7c0f.tar.gz
gentoo-2-92a82ae7c0038cde011e7fae28c9d6e96e5d7c0f.tar.bz2
gentoo-2-92a82ae7c0038cde011e7fae28c9d6e96e5d7c0f.zip
Correct typo in pkg_postinst()
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-fs/zfs-kmod')
-rw-r--r--sys-fs/zfs-kmod/ChangeLog5
-rw-r--r--sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc14.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/zfs-kmod/ChangeLog b/sys-fs/zfs-kmod/ChangeLog
index 07fb9bd51e3a..67421059ca70 100644
--- a/sys-fs/zfs-kmod/ChangeLog
+++ b/sys-fs/zfs-kmod/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/zfs-kmod
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.16 2013/02/02 16:44:30 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.17 2013/02/03 22:43:08 ryao Exp $
+
+ 03 Feb 2013; Richard Yao <ryao@gentoo.org> zfs-kmod-0.6.0_rc14.ebuild:
+ Correct typo in pkg_postinst()
*zfs-kmod-0.6.0_rc14 (02 Feb 2013)
diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc14.ebuild b/sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc14.ebuild
index 2d67c88ea099..c1348454a2ba 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc14.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc14.ebuild,v 1.1 2013/02/02 16:44:30 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc14.ebuild,v 1.2 2013/02/03 22:43:08 ryao Exp $
EAPI="4"
@@ -98,5 +98,5 @@ pkg_postinst() {
ewarn "the ability to import them using older versions of ZFSOnLinux."
ewarn "Any new pools will be created with feature flag support and will"
ewarn "not be compatible with older versions of ZFSOnLinux. To create a new"
- ewarn "pool that is backward compatible, use zpool create -o version=22 ..."
+ ewarn "pool that is backward compatible, use zpool create -o version=28 ..."
}