summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-03-07 15:02:16 +0000
committerSven Vermeulen <swift@gentoo.org>2014-03-07 15:02:16 +0000
commit64ad24fa2d530553653ddaa5ac00b607bc74d494 (patch)
tree574a3b1623366c9f3e3dd888038855f4086d6fa5 /sec-policy/selinux-pcscd
parentamd64/x86 stable (diff)
downloadgentoo-2-64ad24fa2d530553653ddaa5ac00b607bc74d494.tar.gz
gentoo-2-64ad24fa2d530553653ddaa5ac00b607bc74d494.tar.bz2
gentoo-2-64ad24fa2d530553653ddaa5ac00b607bc74d494.zip
Fix typo that causes incorrect module to be loaded
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy/selinux-pcscd')
-rw-r--r--sec-policy/selinux-pcscd/ChangeLog5
-rw-r--r--sec-policy/selinux-pcscd/selinux-pcscd-9999.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sec-policy/selinux-pcscd/ChangeLog b/sec-policy/selinux-pcscd/ChangeLog
index ac7ceafc8ef3..cf1bc9eb1c61 100644
--- a/sec-policy/selinux-pcscd/ChangeLog
+++ b/sec-policy/selinux-pcscd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sec-policy/selinux-pcscd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-pcscd/ChangeLog,v 1.2 2014/02/17 21:05:16 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-pcscd/ChangeLog,v 1.3 2014/03/07 15:02:16 swift Exp $
+
+ 07 Mar 2014; Sven Vermeulen <swift@gentoo.org> selinux-pcscd-9999.ebuild:
+ Typo causes wrong module to be (attempted) to be loaded.
17 Feb 2014; Sven Vermeulen <swift@gentoo.org>
selinux-pcscd-2.20130424-r4.ebuild:
diff --git a/sec-policy/selinux-pcscd/selinux-pcscd-9999.ebuild b/sec-policy/selinux-pcscd/selinux-pcscd-9999.ebuild
index 9ee63e3abb6a..062233a900ad 100644
--- a/sec-policy/selinux-pcscd/selinux-pcscd-9999.ebuild
+++ b/sec-policy/selinux-pcscd/selinux-pcscd-9999.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-pcscd/selinux-pcscd-9999.ebuild,v 1.1 2014/02/17 20:58:41 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-pcscd/selinux-pcscd-9999.ebuild,v 1.2 2014/03/07 15:02:16 swift Exp $
EAPI="4"
IUSE=""
-MODS="pcdcd"
+MODS="pcscd"
BASEPOL="9999"
inherit selinux-policy-2
-DESCRIPTION="SELinux policy for pcdcd"
+DESCRIPTION="SELinux policy for pcscd"
KEYWORDS=""