summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-03-11 14:39:03 +0000
committerChristian Heim <phreak@gentoo.org>2006-03-11 14:39:03 +0000
commit933f6e6e3a9694d7a7703fc9b68d6b5dba98f10b (patch)
treefc2afc943216687f92ac3e31f12fdca8ddc3d132 /sys-apps
parentCleaning out old version (diff)
downloadhistorical-933f6e6e3a9694d7a7703fc9b68d6b5dba98f10b.tar.gz
historical-933f6e6e3a9694d7a7703fc9b68d6b5dba98f10b.tar.bz2
historical-933f6e6e3a9694d7a7703fc9b68d6b5dba98f10b.zip
Fixing the Manifest
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/baselayout-vserver/Manifest9
-rw-r--r--sys-apps/baselayout-vserver/files/baselayout-vserver-1.12.0_pre8-whitelist-fixes.patch43
2 files changed, 3 insertions, 49 deletions
diff --git a/sys-apps/baselayout-vserver/Manifest b/sys-apps/baselayout-vserver/Manifest
index ea60230f3c4b..6a9f09b3ec7b 100644
--- a/sys-apps/baselayout-vserver/Manifest
+++ b/sys-apps/baselayout-vserver/Manifest
@@ -28,9 +28,6 @@ SHA256 7f73007be5392e08711827128b8efa944ece58c5da7b5606f387b02e6a1aceb4 files/ba
MD5 6a8967d43dfa400cdfbab80fc49a7e85 files/baselayout-vserver-1.11.14-udhcpc.patch 1301
RMD160 e07f8165814a29dee4aa044e6817f8b79193403f files/baselayout-vserver-1.11.14-udhcpc.patch 1301
SHA256 99c2274703515f7f52c8480e55c93beea28968a284abb351250bd14a111431fc files/baselayout-vserver-1.11.14-udhcpc.patch 1301
-MD5 645ee27aa823d5fb836b8f160326201e files/baselayout-vserver-1.12.0_pre8-whitelist-fixes.patch 1236
-RMD160 0f7416cfb1eeff5bf159ee64cba7c3067defb837 files/baselayout-vserver-1.12.0_pre8-whitelist-fixes.patch 1236
-SHA256 daf0e8d5db3e82977e2f0e86530005f3386dbb751aae98c214ea52b1b5d10df3 files/baselayout-vserver-1.12.0_pre8-whitelist-fixes.patch 1236
MD5 7c0cd50e4ac1dc062f5e6ab578e95659 files/copyright 2099
RMD160 43e295598125f39e375a1fcee6e642e37c8b8bd8 files/copyright 2099
SHA256 38db4636f65ce40ea505a6337138b041ac6be5998982193d16b1fbdeebb2bacd files/copyright 2099
@@ -49,7 +46,7 @@ SHA256 018942ba3f2ac5b93ec2576f55ff8d85b7808b35b751bfabb1879957f4f6c442 metadata
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
-iD8DBQFEEu6DflZ8QqxhrsMRAtnwAJ9NrspQm2viHOxKZkCwj+f05iRUVQCeNA8W
-nIj7nNBOFoNuUzQQN90NW5c=
-=9cbm
+iD8DBQFEEu8kflZ8QqxhrsMRAlKjAKCQ3xopJRMj6nwjhEQBd9fSrCN6IgCeMJHZ
+VwaWBbSLT1+K7vt08ZOitfE=
+=ooNx
-----END PGP SIGNATURE-----
diff --git a/sys-apps/baselayout-vserver/files/baselayout-vserver-1.12.0_pre8-whitelist-fixes.patch b/sys-apps/baselayout-vserver/files/baselayout-vserver-1.12.0_pre8-whitelist-fixes.patch
deleted file mode 100644
index 0d8b7805e1cd..000000000000
--- a/sys-apps/baselayout-vserver/files/baselayout-vserver-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++;
-