summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-16 13:15:56 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-16 13:15:56 +0000
commite10b6fdd794043807cfab12cf4ad0357174f65fc (patch)
treecef738e688fbb666ce4157d8a31ddeb1e248bd1d
parentReplace root:root in root:0. Bug #103563. (diff)
downloadhistorical-e10b6fdd794043807cfab12cf4ad0357174f65fc.tar.gz
historical-e10b6fdd794043807cfab12cf4ad0357174f65fc.tar.bz2
historical-e10b6fdd794043807cfab12cf4ad0357174f65fc.zip
Replace root:root in root:0. Bug #103563.
Package-Manager: portage-2.0.53
-rw-r--r--sys-apps/baselayout/ChangeLog6
-rw-r--r--sys-apps/baselayout/baselayout-1.12.0_pre11-r3.ebuild6
-rw-r--r--sys-apps/man/ChangeLog5
-rw-r--r--sys-apps/man/man-1.6b-r2.ebuild4
4 files changed, 14 insertions, 7 deletions
diff --git a/sys-apps/baselayout/ChangeLog b/sys-apps/baselayout/ChangeLog
index 4a873a89dad3..911f45574b4a 100644
--- a/sys-apps/baselayout/ChangeLog
+++ b/sys-apps/baselayout/ChangeLog
@@ -1,10 +1,14 @@
# ChangeLog for sys-apps/baselayout
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.286 2005/12/08 04:51:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.287 2005/12/16 13:14:07 flameeyes Exp $
# See the gentoo-src rc-scripts ChangeLog for up-to-date release information:
# http://www.gentoo.org/cgi-bin/viewcvs.cgi/rc-scripts/ChangeLog?rev=HEAD&cvsroot=gentoo-src&content-type=text/vnd.viewcvs-markup
+ 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
+ baselayout-1.12.0_pre11-r3.ebuild:
+ Replace root:root in root:0. Bug #103563.
+
*baselayout-1.11.14 (08 Dec 2005)
08 Dec 2005; Mike Frysinger <vapier@gentoo.org>
diff --git a/sys-apps/baselayout/baselayout-1.12.0_pre11-r3.ebuild b/sys-apps/baselayout/baselayout-1.12.0_pre11-r3.ebuild
index 7d68113afb39..649c4e74a9e3 100644
--- a/sys-apps/baselayout/baselayout-1.12.0_pre11-r3.ebuild
+++ b/sys-apps/baselayout/baselayout-1.12.0_pre11-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.12.0_pre11-r3.ebuild,v 1.1 2005/11/28 12:14:17 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.12.0_pre11-r3.ebuild,v 1.2 2005/12/16 13:14:07 flameeyes Exp $
inherit flag-o-matic eutils toolchain-funcs multilib
@@ -365,8 +365,8 @@ src_install() {
# Original design had these in /etc/net.modules.d but that is too
# problematic with CONFIG_PROTECT
dodir ${rcscripts_dir}
- cp -a "${S}"/lib/rcscripts/net.modules.d ${D}${rcscripts_dir}
- chown -R root:root ${D}${rcscripts_dir}
+ cp -pPR "${S}"/lib/rcscripts/net.modules.d ${D}${rcscripts_dir}
+ chown -R root:0 ${D}${rcscripts_dir}
#
# Install baselayout documentation
diff --git a/sys-apps/man/ChangeLog b/sys-apps/man/ChangeLog
index 961f86ab4160..4d7aa60d7329 100644
--- a/sys-apps/man/ChangeLog
+++ b/sys-apps/man/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/man
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/ChangeLog,v 1.79 2005/11/15 00:06:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/ChangeLog,v 1.80 2005/12/16 13:15:56 flameeyes Exp $
+
+ 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> man-1.6b-r2.ebuild:
+ Replace root:root in root:0. Bug #103563.
*man-1.6b-r2 (15 Nov 2005)
diff --git a/sys-apps/man/man-1.6b-r2.ebuild b/sys-apps/man/man-1.6b-r2.ebuild
index f96f60149c5f..ae9895ae9cac 100644
--- a/sys-apps/man/man-1.6b-r2.ebuild
+++ b/sys-apps/man/man-1.6b-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6b-r2.ebuild,v 1.1 2005/11/15 00:06:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6b-r2.ebuild,v 1.2 2005/12/16 13:15:56 flameeyes Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -103,7 +103,7 @@ pkg_postinst() {
chown -R root:man "${ROOT}"/var/cache/man
chmod -R g+w "${ROOT}"/var/cache/man
[[ -e ${ROOT}/var/cache/man/whatis ]] \
- && chown root:root "${ROOT}"/var/cache/man/whatis
+ && chown root:0 "${ROOT}"/var/cache/man/whatis
echo