mock/src mock-helper.c,1.7,1.8

John Clark Williams (jcwillia) fedora-extras-commits at redhat.com
Fri May 12 20:58:00 UTC 2006


Author: jcwillia

Update of /cvs/fedora/mock/src
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13503

Modified Files:
	mock-helper.c 
Log Message:
added PS1 to allowed environment (to display special prompt when inside chroot)


Index: mock-helper.c
===================================================================
RCS file: /cvs/fedora/mock/src/mock-helper.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mock-helper.c	14 Jul 2005 18:00:26 -0000	1.7
+++ mock-helper.c	12 May 2006 20:57:57 -0000	1.8
@@ -25,7 +25,7 @@
 static char const * const ALLOWED_ENV[] =
 {
   "dist",
-  "ftp_proxy", "http_proxy", "https_proxy", "no_proxy"
+  "ftp_proxy", "http_proxy", "https_proxy", "no_proxy", "PS1",
 };
 
 #define ALLOWED_ENV_SIZE (sizeof (ALLOWED_ENV) / sizeof (ALLOWED_ENV[0]))




More information about the fedora-extras-commits mailing list