Fix bug #157069.
authorRobin H. Johnson <robbat2@gentoo.org>
Sun, 25 Feb 2007 11:09:39 +0000 (11:09 +0000)
committerRobin H. Johnson <robbat2@gentoo.org>
Sun, 25 Feb 2007 11:09:39 +0000 (11:09 +0000)
Package-Manager: portage-2.1.2-r11

sys-power/nut/ChangeLog
sys-power/nut/nut-2.0.5.ebuild

index e0bfcc4fb17ce63c17ec24d0ee3d4c88373010ee..95c40c8c0407177491999ca6b7788efa0eaecddf 100644 (file)
@@ -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 <robbat2@gentoo.org> nut-2.0.5.ebuild:
+  Fix bug #157069.
 
 *nut-2.0.5 (25 Feb 2007)
 
index 22c46f6aa356967644ada5fc10de124a60ffb541..43a5e4b3459f72016d77c1c3b52b183b931c93e6 100644 (file)
@@ -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
 }