summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2004-09-23 16:28:28 +0000
committerTavis Ormandy <taviso@gentoo.org>2004-09-23 16:28:28 +0000
commit9d3f8446efd1609cf888ce0cfc05119cb7fc6a21 (patch)
tree5e8deb06c7f87b93eecff5cbc196f33f8ef5583f /app-admin
parentimport old ghetto use.mask (diff)
downloadgentoo-2-9d3f8446efd1609cf888ce0cfc05119cb7fc6a21.tar.gz
gentoo-2-9d3f8446efd1609cf888ce0cfc05119cb7fc6a21.tar.bz2
gentoo-2-9d3f8446efd1609cf888ce0cfc05119cb7fc6a21.zip
add comments
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/skey/skey-1.1.5-r4.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/app-admin/skey/skey-1.1.5-r4.ebuild b/app-admin/skey/skey-1.1.5-r4.ebuild
index 54e584223028..1c5ad26c416f 100644
--- a/app-admin/skey/skey-1.1.5-r4.ebuild
+++ b/app-admin/skey/skey-1.1.5-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/skey/skey-1.1.5-r4.ebuild,v 1.2 2004/09/23 11:16:28 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/skey/skey-1.1.5-r4.ebuild,v 1.3 2004/09/23 16:28:28 taviso Exp $
inherit flag-o-matic ccc eutils
@@ -86,9 +86,12 @@ pkg_postinst() {
# do not include /etc/skey/skeykeys in the package, as quickpkg
# may package personal files.
# This also fixes the etc-update issue with #64974.
- touch /etc/skey/skeykeys && chmod 0600 /etc/skey/skeykeys || {
- ewarn "Please verify the permissions of /etc/skey/skeykeys are 0600."
- }
+
+ # skeyinit will not function if this file is not present.
+ touch /etc/skey/skeykeys
+
+ # these permissions are applied by the skey system if missing.
+ chmod 0600 /etc/skey/skeykeys
einfo "For an instroduction into using s/key authentication, take"
einfo "a look at the EXAMPLES section from the skey(1) manpage."