diff options
author | William Hubbs <williamh@gentoo.org> | 2011-01-06 23:53:46 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-01-06 23:53:46 +0000 |
commit | eabf5cc3d3f3a8928617438498c2e0f4a483b475 (patch) | |
tree | c3264db98ac6596638f1eda9fc5ce9f37f389e0b /sys-apps/openrc | |
parent | Version bump to the latest bugfix release. (diff) | |
download | gentoo-2-eabf5cc3d3f3a8928617438498c2e0f4a483b475.tar.gz gentoo-2-eabf5cc3d3f3a8928617438498c2e0f4a483b475.tar.bz2 gentoo-2-eabf5cc3d3f3a8928617438498c2e0f4a483b475.zip |
Fix bug #347483 -- remove broken symlinks for depscan.sh and runscript.sh.
(Portage version: 2.2.0_alpha13/cvs/Linux i686)
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r-- | sys-apps/openrc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-9999.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-apps/openrc/ChangeLog b/sys-apps/openrc/ChangeLog index 0f6954c8972d..301388aef235 100644 --- a/sys-apps/openrc/ChangeLog +++ b/sys-apps/openrc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/openrc -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.126 2010/12/08 04:48:45 williamh Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.127 2011/01/06 23:53:46 williamh Exp $ + + 06 Jan 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild: + remove /etc/init.d/{depscan,runscript}.sh for bug #347483. *openrc-0.6.8 (08 Dec 2010) diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index b9f835c481b8..6f1d83fadd3e 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.73 2010/11/10 10:20:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.74 2011/01/06 23:53:46 williamh Exp $ EAPI="1" @@ -357,6 +357,7 @@ pkg_postinst() { # Remove old baselayout links rm -f "${ROOT}"/etc/runlevels/boot/{check{fs,root},rmnologin} + rm -f "${ROOT}"/etc/init.d/{depscan,runscript}.sh # Make our runlevels if they don't exist if [[ ! -e ${ROOT}/etc/runlevels ]] || [[ -e ${ROOT}/etc/runlevels/.add_boot_init.created ]] ; then |