diff options
author | Lars Weiler <pylon@gentoo.org> | 2007-06-18 22:39:18 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2007-06-18 22:39:18 +0000 |
commit | a05d094a57bd47d70614f7e363e6d7ffc38f42a3 (patch) | |
tree | 97bd2ad9577ecf02f5d02f60d184b46958cc3a9c /app-laptop | |
parent | Version bump, bug #182483 (diff) | |
download | gentoo-2-a05d094a57bd47d70614f7e363e6d7ffc38f42a3.tar.gz gentoo-2-a05d094a57bd47d70614f7e363e6d7ffc38f42a3.tar.bz2 gentoo-2-a05d094a57bd47d70614f7e363e6d7ffc38f42a3.zip |
pbbuttonsd.conf is now pbbuttonsd.cnf
(Portage version: 2.1.3_rc4)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/pbbuttonsd/pbbuttonsd-0.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-laptop/pbbuttonsd/pbbuttonsd-0.8.0.ebuild b/app-laptop/pbbuttonsd/pbbuttonsd-0.8.0.ebuild index 0e51e7d87b0d..4f57b5352a36 100644 --- a/app-laptop/pbbuttonsd/pbbuttonsd-0.8.0.ebuild +++ b/app-laptop/pbbuttonsd/pbbuttonsd-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.8.0.ebuild,v 1.5 2007/04/28 17:48:55 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.8.0.ebuild,v 1.6 2007/06/18 22:39:18 pylon Exp $ inherit autotools flag-o-matic @@ -87,7 +87,7 @@ pkg_postinst() { ewarn ewarn "If you need extra security, you can tell pbbuttonsd to only accept" ewarn "input from one user. You can set the userallowed option in" - ewarn "/etc/pbbuttonsd.conf to limit access." + ewarn "/etc/pbbuttonsd.cnf to limit access." ewarn if use ibam; then |