summaryrefslogtreecommitdiffstats
path: root/src/sandbox-1.1
diff options
context:
space:
mode:
Diffstat (limited to 'src/sandbox-1.1')
-rw-r--r--src/sandbox-1.1/ChangeLog2
-rw-r--r--src/sandbox-1.1/Makefile2
-rw-r--r--src/sandbox-1.1/canonicalize.c2
-rwxr-xr-xsrc/sandbox-1.1/create-localdecls2
-rw-r--r--src/sandbox-1.1/getcwd.c2
-rw-r--r--src/sandbox-1.1/libsandbox.c2
-rw-r--r--src/sandbox-1.1/sandbox.bashrc2
-rw-r--r--src/sandbox-1.1/sandbox.c2
-rw-r--r--src/sandbox-1.1/sandbox.h2
-rw-r--r--src/sandbox-1.1/sandbox_futils.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/sandbox-1.1/ChangeLog b/src/sandbox-1.1/ChangeLog
index 8da8ec9fc..334af836f 100644
--- a/src/sandbox-1.1/ChangeLog
+++ b/src/sandbox-1.1/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for Path Sandbox
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/ChangeLog,v 1.37.2.3 2004/12/01 22:14:09 carpaski Exp $
+# $Id: /var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/ChangeLog,v 1.37.2.3 2004/12/01 22:14:09 carpaski Exp $
01 Dec 2004; Nicholas Jones <carpaski@gentoo.org> libsandbox.c, sandbox.c:
Added ferringb's code to handle the sandbox pid overflow problem.
diff --git a/src/sandbox-1.1/Makefile b/src/sandbox-1.1/Makefile
index b451676af..add08fc23 100644
--- a/src/sandbox-1.1/Makefile
+++ b/src/sandbox-1.1/Makefile
@@ -10,7 +10,7 @@
#
# Indent: indent -kr -i2 -ts2 -sob -l80 -ss -bs -psl
#
-# $Header: /var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/Makefile,v 1.7.2.2 2004/11/29 08:41:28 carpaski Exp $
+# $Id: /var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/Makefile,v 1.7.2.2 2004/11/29 08:41:28 carpaski Exp $
CC ?= gcc
LD ?= ld
diff --git a/src/sandbox-1.1/canonicalize.c b/src/sandbox-1.1/canonicalize.c
index 85ca77f70..f1300e204 100644
--- a/src/sandbox-1.1/canonicalize.c
+++ b/src/sandbox-1.1/canonicalize.c
@@ -18,7 +18,7 @@
02111-1307 USA. */
/*
- * $Header: /var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/canonicalize.c,v 1.5.2.1 2004/10/22 16:53:30 carpaski Exp $
+ * $Id: /var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/canonicalize.c,v 1.5.2.1 2004/10/22 16:53:30 carpaski Exp $
*/
#include <stdlib.h>
diff --git a/src/sandbox-1.1/create-localdecls b/src/sandbox-1.1/create-localdecls
index 816723d59..ec7a3a786 100755
--- a/src/sandbox-1.1/create-localdecls
+++ b/src/sandbox-1.1/create-localdecls
@@ -8,7 +8,7 @@
#
# Uhm... time to learn GNU autoconf :-)
#
-# $Header: /var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/create-localdecls,v 1.11.2.1 2004/10/22 16:53:30 carpaski Exp $
+# $Id: /var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/create-localdecls,v 1.11.2.1 2004/10/22 16:53:30 carpaski Exp $
OUTFILE='localdecls.h'
diff --git a/src/sandbox-1.1/getcwd.c b/src/sandbox-1.1/getcwd.c
index 552e41a0d..07c72970d 100644
--- a/src/sandbox-1.1/getcwd.c
+++ b/src/sandbox-1.1/getcwd.c
@@ -26,7 +26,7 @@
*/
/*
- * $Header: /var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/getcwd.c,v 1.1.2.1 2004/10/22 16:53:30 carpaski Exp $
+ * $Id: /var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/getcwd.c,v 1.1.2.1 2004/10/22 16:53:30 carpaski Exp $
*/
/* Modified: 26 July 2003; Martin Schlemmer <azarah@gentoo.org>
diff --git a/src/sandbox-1.1/libsandbox.c b/src/sandbox-1.1/libsandbox.c
index be4efc4f9..8afbac71e 100644
--- a/src/sandbox-1.1/libsandbox.c
+++ b/src/sandbox-1.1/libsandbox.c
@@ -25,7 +25,7 @@
* as some of the InstallWatch code was used.
*
*
- * $Header: /var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/libsandbox.c,v 1.22.2.3 2004/12/01 22:14:09 carpaski Exp $
+ * $Id: /var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/libsandbox.c,v 1.22.2.3 2004/12/01 22:14:09 carpaski Exp $
*
*/
diff --git a/src/sandbox-1.1/sandbox.bashrc b/src/sandbox-1.1/sandbox.bashrc
index 5986f7265..5b2a8d752 100644
--- a/src/sandbox-1.1/sandbox.bashrc
+++ b/src/sandbox-1.1/sandbox.bashrc
@@ -1,7 +1,7 @@
# Copyright (C) 2001 Geert Bevin, Uwyn, http://www.uwyn.com
# Distributed under the terms of the GNU General Public License, v2 or later
# Author : Geert Bevin <gbevin@uwyn.com>
-# $Header: /var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/sandbox.bashrc,v 1.2.4.1 2004/10/22 16:53:30 carpaski Exp $
+# $Id: /var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/sandbox.bashrc,v 1.2.4.1 2004/10/22 16:53:30 carpaski Exp $
source /etc/profile
export LD_PRELOAD="$SANDBOX_LIB"
alias make="make LD_PRELOAD=$SANDBOX_LIB"
diff --git a/src/sandbox-1.1/sandbox.c b/src/sandbox-1.1/sandbox.c
index f7a2a3208..a33f03717 100644
--- a/src/sandbox-1.1/sandbox.c
+++ b/src/sandbox-1.1/sandbox.c
@@ -11,7 +11,7 @@
** Copyright (C) 2001 Geert Bevin, Uwyn, http://www.uwyn.com
** Distributed under the terms of the GNU General Public License, v2 or later
** Author : Geert Bevin <gbevin@uwyn.com>
-** $Header: /var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/sandbox.c,v 1.20.2.1 2004/12/01 22:14:09 carpaski Exp $
+** $Id: /var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/sandbox.c,v 1.20.2.1 2004/12/01 22:14:09 carpaski Exp $
*/
/* #define _GNU_SOURCE */
diff --git a/src/sandbox-1.1/sandbox.h b/src/sandbox-1.1/sandbox.h
index 67a415dd8..18410affa 100644
--- a/src/sandbox-1.1/sandbox.h
+++ b/src/sandbox-1.1/sandbox.h
@@ -4,7 +4,7 @@
* Distributed under the terms of the GNU General Public License, v2 or later
* Author: Brad House <brad@mainstreetsoftworks.com>
*
- * $Header: /var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/sandbox.h,v 1.5.2.1 2004/10/22 16:53:30 carpaski Exp $
+ * $Id: /var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/sandbox.h,v 1.5.2.1 2004/10/22 16:53:30 carpaski Exp $
*/
#ifndef __SANDBOX_H__
diff --git a/src/sandbox-1.1/sandbox_futils.c b/src/sandbox-1.1/sandbox_futils.c
index f9ddb342f..2f104d936 100644
--- a/src/sandbox-1.1/sandbox_futils.c
+++ b/src/sandbox-1.1/sandbox_futils.c
@@ -3,7 +3,7 @@
* Distributed under the terms of the GNU General Public License, v2 or later
* Author: Brad House <brad@mainstreetsoftworks.com>
*
- * $Header: /var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/sandbox_futils.c,v 1.11.2.1 2004/11/03 13:12:55 ferringb Exp $
+ * $Id: /var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/sandbox_futils.c,v 1.11.2.1 2004/11/03 13:12:55 ferringb Exp $
*
*/