summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2014-05-12 18:12:31 +0000
committerMikle Kolyada <zlogene@gentoo.org>2014-05-12 18:12:31 +0000
commit27143baa2e38694fc81bc73b9fce49269d1ed9df (patch)
tree20734d48e0883a8b23e891826513f0df93c879aa /net-irc/iroffer-dinoex
parentEnable multilib support, bug #503160. (diff)
downloadgentoo-2-27143baa2e38694fc81bc73b9fce49269d1ed9df.tar.gz
gentoo-2-27143baa2e38694fc81bc73b9fce49269d1ed9df.tar.bz2
gentoo-2-27143baa2e38694fc81bc73b9fce49269d1ed9df.zip
Fix incorrect user/group name wrt bug #510026
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'net-irc/iroffer-dinoex')
-rw-r--r--net-irc/iroffer-dinoex/ChangeLog8
-rw-r--r--net-irc/iroffer-dinoex/files/iroffer-dinoex.logrotate6
2 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/iroffer-dinoex/ChangeLog b/net-irc/iroffer-dinoex/ChangeLog
index c1e2f658fcf6..703fc73bb4b1 100644
--- a/net-irc/iroffer-dinoex/ChangeLog
+++ b/net-irc/iroffer-dinoex/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/iroffer-dinoex
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/iroffer-dinoex/ChangeLog,v 1.8 2013/06/15 21:51:46 zlogene Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/iroffer-dinoex/ChangeLog,v 1.9 2014/05/12 18:12:31 zlogene Exp $
+
+ 12 May 2014; Mikle Kolyada <zlogene@gentoo.org>
+ files/iroffer-dinoex.logrotate:
+ Fix incorrect user/group name wrt bug #510026
15 Jun 2013; Mikle Kolyada <zlogene@gentoo.org> iroffer-dinoex-3.29.ebuild:
x86 stable wrt bug #473266
diff --git a/net-irc/iroffer-dinoex/files/iroffer-dinoex.logrotate b/net-irc/iroffer-dinoex/files/iroffer-dinoex.logrotate
index 403ebd119444..d1d4a151321d 100644
--- a/net-irc/iroffer-dinoex/files/iroffer-dinoex.logrotate
+++ b/net-irc/iroffer-dinoex/files/iroffer-dinoex.logrotate
@@ -1,8 +1,8 @@
-# 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-irc/iroffer-dinoex/files/iroffer-dinoex.logrotate,v 1.1 2013/02/08 11:44:38 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/iroffer-dinoex/files/iroffer-dinoex.logrotate,v 1.2 2014/05/12 18:12:30 zlogene Exp $
/var/log/iroffer-dinoex/*.log {
missingok
- su iroffer-dinoex iroffer-dinoex
+ su iroffer iroffer
}