From: Robin H. Johnson Date: Sun, 25 Feb 2007 11:09:39 +0000 (+0000) Subject: Fix bug #157069. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c5a618836056d467b67ddafb2463c9f5cb368584;p=gentoo.git Fix bug #157069. Package-Manager: portage-2.1.2-r11 --- diff --git a/sys-power/nut/ChangeLog b/sys-power/nut/ChangeLog index e0bfcc4fb17c..95c40c8c0407 100644 --- a/sys-power/nut/ChangeLog +++ b/sys-power/nut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-power/nut # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/ChangeLog,v 1.26 2007/02/25 02:57:28 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/ChangeLog,v 1.27 2007/02/25 11:09:39 robbat2 Exp $ + + 25 Feb 2007; Robin H. Johnson nut-2.0.5.ebuild: + Fix bug #157069. *nut-2.0.5 (25 Feb 2007) diff --git a/sys-power/nut/nut-2.0.5.ebuild b/sys-power/nut/nut-2.0.5.ebuild index 22c46f6aa356..43a5e4b3459f 100644 --- a/sys-power/nut/nut-2.0.5.ebuild +++ b/sys-power/nut/nut-2.0.5.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/sys-power/nut/nut-2.0.5.ebuild,v 1.1 2007/02/25 02:57:28 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.0.5.ebuild,v 1.2 2007/02/25 11:09:39 robbat2 Exp $ inherit eutils fixheadtails @@ -37,6 +37,8 @@ pkg_setup() { enewuser nut 84 -1 /var/state/nut nut,tty # try to add nut to the tty group for old cases where it already existed gpasswd -a nut tty + # in some cases it wasn't in the nut group either! + gpasswd -a nut nut warningmsg }