diff options
Diffstat (limited to 'net-nntp/sabnzbd/sabnzbd-0.7.16.ebuild')
-rw-r--r-- | net-nntp/sabnzbd/sabnzbd-0.7.16.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-nntp/sabnzbd/sabnzbd-0.7.16.ebuild b/net-nntp/sabnzbd/sabnzbd-0.7.16.ebuild index 7700f353f210..515e12c875ec 100644 --- a/net-nntp/sabnzbd/sabnzbd-0.7.16.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-0.7.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/sabnzbd/sabnzbd-0.7.16.ebuild,v 1.1 2013/10/08 23:19:35 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/sabnzbd/sabnzbd-0.7.16.ebuild,v 1.2 2014/01/16 17:44:02 jer Exp $ EAPI="4" @@ -107,7 +107,7 @@ pkg_postinst() { einfo "Default directory: ${HOMEDIR}" einfo "" einfo "Run: gpasswd -a <user> sabnzbd" - einfo "to add an user to the sabnzbd group so it can edit sabnzbd files" + einfo "to add a user to the sabnzbd group so it can edit sabnzbd files" einfo "" einfo "By default sabnzbd will listen on 127.0.0.1:8080" } |