diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-11-08 08:28:03 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-11-08 08:28:03 +0000 |
commit | 063f5211f47e3dd4b2c3994a8157a1b9d235982b (patch) | |
tree | 59cbb57a8f9765b0c5ea833b33aa1fa1dbd1c966 /sys-apps/baselayout/files | |
parent | Mark stable x86. (diff) | |
download | gentoo-2-063f5211f47e3dd4b2c3994a8157a1b9d235982b.tar.gz gentoo-2-063f5211f47e3dd4b2c3994a8157a1b9d235982b.tar.bz2 gentoo-2-063f5211f47e3dd4b2c3994a8157a1b9d235982b.zip |
Remove old ebuilds.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'sys-apps/baselayout/files')
6 files changed, 0 insertions, 101 deletions
diff --git a/sys-apps/baselayout/files/baselayout-1.12.0_pre7-ifconfig.patch b/sys-apps/baselayout/files/baselayout-1.12.0_pre7-ifconfig.patch deleted file mode 100644 index 82ccc97552a7..000000000000 --- a/sys-apps/baselayout/files/baselayout-1.12.0_pre7-ifconfig.patch +++ /dev/null @@ -1,40 +0,0 @@ -diff -u net.modules.d/ifconfig /lib/rcscripts/net.modules.d/ifconfig ---- net.modules.d/ifconfig 2005-08-30 18:49:36.000000000 +0100 -+++ lib/rcscripts/net.modules.d/ifconfig 2005-09-01 07:26:36.000000000 +0100 -@@ -325,7 +325,6 @@ - local iface="$1" i=0 r e - - ifconfig_exists "${iface}" true || return 1 -- ifconfig_up "${iface}" - - # Extract the config - local -a config=( "$@" ) -@@ -360,19 +359,17 @@ - config=( "${config[@]//peer/pointtopoint}" ) - fi - -+ # Ensure that the interface is up so we can add IPv6 addresses -+ interface_up "${iface}" -+ - # Some kernels like to apply lo with an address when they are brought up -- if [[ ${iface} == "lo" \ -- || ${config[@]} == "127.0.0.1/8 broadcast 127.255.255.255" ]]; then -- ifconfig "${iface}" ${config[@]} 2>/dev/null -- r="0" -- else -- e=$( ifconfig "${iface}" ${config[@]} 2>&1 ) -- r="$?" -- [[ ${r} != "0" ]] && echo "${e}" > /dev/stderr -+ if [[ ${iface} == "lo" && ${config[@]} == "127.0.0.1 netmask 255.0.0.0 broadcast 127.255.255.255" ]]; then -+ ifconfig "${iface}" 0.0.0.0 - fi -- -- [[ ${r} != "0" || ${config[0]} == "inet6"* || ${iface} == *:* ]] \ -- && return ${r} -+ -+ ifconfig "${iface}" ${config[@]} -+ r="$?" -+ [[ ${r} != "0" ]] && return ${r} - - local metric ifvar=$( bash_variable "${iface}" ) - # Remove the newly added route and replace with our metric diff --git a/sys-apps/baselayout/files/baselayout-1.12.0_pre8-usr-remount-ro.patch b/sys-apps/baselayout/files/baselayout-1.12.0_pre8-usr-remount-ro.patch deleted file mode 100644 index 07adab6dde4b..000000000000 --- a/sys-apps/baselayout/files/baselayout-1.12.0_pre8-usr-remount-ro.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: init.d/halt.sh -=================================================================== ---- init.d/halt.sh (revision 1479) -+++ init.d/halt.sh (working copy) -@@ -148,6 +148,9 @@ - - x=${x//\\040/ } - if ! umount "${x}" &>/dev/null; then -+ # If its /usr, just ignore it .. we will mount it ro below ... -+ # This is to prevent killing bash on systems using locales. -+ [[ ${x} == "/usr" ]] && continue - # Kill processes still using this mount - /bin/fuser -k -m -9 "${x}" &>/dev/null - sleep 2 - diff --git a/sys-apps/baselayout/files/baselayout-1.12.0_pre8-whitelist-fixes.patch b/sys-apps/baselayout/files/baselayout-1.12.0_pre8-whitelist-fixes.patch deleted file mode 100644 index 0d8b7805e1cd..000000000000 --- a/sys-apps/baselayout/files/baselayout-1.12.0_pre8-whitelist-fixes.patch +++ /dev/null @@ -1,43 +0,0 @@ -Index: ChangeLog -=================================================================== ---- ChangeLog (revision 1469) -+++ ChangeLog (working copy) -@@ -1,6 +1,11 @@ - # ChangeLog for Gentoo System Intialization ("rc") scripts - # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPLv2 - -+ 03 Sep 2005; Martin Schlemmer <azarah@gentoo.org>: -+ -+ Add warning about having LANG in env_whitelist, add TERM to system -+ env_whitelist, set argv[0] to '/bin/bash' and not 'runscript'. -+ - 02 Sep 2005; Roy Marples <uberlord@gentoo.org>: - - Fixed netplug from stopping on the wrong interface -Index: src/env_whitelist -=================================================================== ---- src/env_whitelist (revision 1469) -+++ src/env_whitelist (working copy) -@@ -16,6 +16,7 @@ - SHELL - USER - HOME -+TERM - - # From /sbin/init - PATH -Index: src/runscript.c -=================================================================== ---- src/runscript.c (revision 1469) -+++ src/runscript.c (working copy) -@@ -213,7 +213,8 @@ - char *caller = argv[1]; - int new = 1; - -- myargs[0] = "runscript"; -+ /* Need to be /bin/bash, else BASH is invalid */ -+ myargs[0] = "/bin/bash"; - while (argv[new] != 0) { - myargs[new] = argv[new]; - new++; - diff --git a/sys-apps/baselayout/files/digest-baselayout-1.12.0_pre7-r1 b/sys-apps/baselayout/files/digest-baselayout-1.12.0_pre7-r1 deleted file mode 100644 index d835d3b04d23..000000000000 --- a/sys-apps/baselayout/files/digest-baselayout-1.12.0_pre7-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 977d9167d618758290c4ee875b0e1cd6 baselayout-1.12.0_pre7.tar.bz2 173513 diff --git a/sys-apps/baselayout/files/digest-baselayout-1.12.0_pre8-r2 b/sys-apps/baselayout/files/digest-baselayout-1.12.0_pre8-r2 deleted file mode 100644 index 3218db6bf676..000000000000 --- a/sys-apps/baselayout/files/digest-baselayout-1.12.0_pre8-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 f0f2846d268ae7af83966d8a48003246 baselayout-1.12.0_pre8.tar.bz2 200454 diff --git a/sys-apps/baselayout/files/digest-baselayout-1.12.0_pre9 b/sys-apps/baselayout/files/digest-baselayout-1.12.0_pre9 deleted file mode 100644 index 6845d010ac78..000000000000 --- a/sys-apps/baselayout/files/digest-baselayout-1.12.0_pre9 +++ /dev/null @@ -1 +0,0 @@ -MD5 821ad24912376752b5fdc6b63f00a0b4 baselayout-1.12.0_pre9.tar.bz2 207535 |