diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-07 22:31:16 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-07 22:31:16 +0000 |
commit | f5d1c9f3a356599ac832f571049a2ca499a965e1 (patch) | |
tree | 21c1f192aa7f50966729e3b4def1c5908319401f /net-irc/psybnc | |
parent | Version bump, testsuite now pass, bug #448838. (diff) | |
download | gentoo-2-f5d1c9f3a356599ac832f571049a2ca499a965e1.tar.gz gentoo-2-f5d1c9f3a356599ac832f571049a2ca499a965e1.tar.bz2 gentoo-2-f5d1c9f3a356599ac832f571049a2ca499a965e1.zip |
Correct elog message about oidentd config, wrt bug #390389
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-irc/psybnc')
-rw-r--r-- | net-irc/psybnc/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/psybnc/psybnc-2.3.2.9-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/psybnc/ChangeLog b/net-irc/psybnc/ChangeLog index 4144aa4be8ec..fa67367e49a1 100644 --- a/net-irc/psybnc/ChangeLog +++ b/net-irc/psybnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/psybnc -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/psybnc/ChangeLog,v 1.17 2010/11/01 00:15:24 hwoarang Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/psybnc/ChangeLog,v 1.18 2013/01/07 22:31:16 pinkbyte Exp $ + + 07 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> psybnc-2.3.2.9-r2.ebuild: + Correct elog message about oidentd config, wrt bug #390389 01 Nov 2010; Markos Chandras <hwoarang@gentoo.org> files/ldflags-fix.patch: diff --git a/net-irc/psybnc/psybnc-2.3.2.9-r2.ebuild b/net-irc/psybnc/psybnc-2.3.2.9-r2.ebuild index b6e87e920c2a..d292b5620938 100644 --- a/net-irc/psybnc/psybnc-2.3.2.9-r2.ebuild +++ b/net-irc/psybnc/psybnc-2.3.2.9-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/psybnc/psybnc-2.3.2.9-r2.ebuild,v 1.5 2010/10/10 18:30:09 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/psybnc/psybnc-2.3.2.9-r2.ebuild,v 1.6 2013/01/07 22:31:16 pinkbyte Exp $ EAPI="2" @@ -146,7 +146,7 @@ pkg_postinst() { elog elog "You have enabled oidentd-support. You will need to set" elog "up your /etc/oident.conf file before running psybnc. An example" - elog "for psyBNC can be found under /etc/oident.conf.psybnc." + elog "for psyBNC can be found under /etc/oidentd.conf.psybnc" fi elog elog "You can connect to psyBNC on port 23998 with user gentoo and password gentoo." |