aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt3
-rw-r--r--guts/README3
-rw-r--r--pseudo.127
3 files changed, 32 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index dc6ba14..f8a3caa 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,6 @@
+2010-08-11:
+ * (seebs) document the new variables.
+
2010-08-10:
* (mhatle) add execl, execle, execlp, execv, and execvp wrappers
* (seebs) handle ... for execl, etc.
diff --git a/guts/README b/guts/README
index 86ec59e..b97595f 100644
--- a/guts/README
+++ b/guts/README
@@ -83,7 +83,8 @@ wrappers:
close
dup
dup2
- execve (note that all other exec* functions redirect here)
+ execve
+ exec* (various other exec functions, most direct through execve)
fclose
fopen
fopen64
diff --git a/pseudo.1 b/pseudo.1
index 16a36d6..a7064a2 100644
--- a/pseudo.1
+++ b/pseudo.1
@@ -280,6 +280,14 @@ The following environment variables are used directly by
.IR pseudo :
.TP 8
+.B PSEUDO_BINDIR
+This directory holds the path to the
+.I pseudo
+binary; by default, it is the
+.I bin
+directory under
+.B PSEUDO_PREFIX.
+.TP 8
.B PSEUDO_CHROOT
This variable holds the current emulated
.I chroot(2)
@@ -323,6 +331,25 @@ no function outside of debugging
.I pseudo
itself.
.TP 8
+.B PSEUDO_LIBDIR
+This directory holds the path to the
+.I pseudo
+shared libraries; by default, it is the
+.I lib
+directory under
+.BR PSEUDO_PREFIX .
+(On 64-bit hosts,
+.I lib64
+is also used.)
+.TP 8
+.B PSEUDO_LOCALSTATEDIR
+This directory holds the
+.I pseudo
+database files and log files; by default, it is the
+.I var/pseudo
+directory under
+.BR PSEUDO_PREFIX .
+.TP 8
.B PSEUDO_NOSYMLINKEXP
By default, when chrooted,
.I pseudo