[Pkg-sysvinit-commits] r469 - sysvinit/trunk/debian/patches
Thomas Hood
jdthood-guest at costa.debian.org
Sat Dec 31 11:36:32 UTC 2005
Author: jdthood-guest
Date: 2005-12-31 11:36:32 +0000 (Sat, 31 Dec 2005)
New Revision: 469
Modified:
sysvinit/trunk/debian/patches/64_init_set_PATH.dpatch
Log:
Add comment to dpatch 64
Modified: sysvinit/trunk/debian/patches/64_init_set_PATH.dpatch
===================================================================
--- sysvinit/trunk/debian/patches/64_init_set_PATH.dpatch 2005-12-31 11:11:06 UTC (rev 468)
+++ sysvinit/trunk/debian/patches/64_init_set_PATH.dpatch 2005-12-31 11:36:32 UTC (rev 469)
@@ -2,7 +2,10 @@
## 64_init_set_PATH.dpatch by Thomas Hood
##
## All lines beginning with `## DP:' are a description of the patch.
-## DP: Set PATH to default if unset on reload
+## DP: Set PATH to a sane value if it is unset on re-exec.
+## DP: Use setenv() instead of putenv() to set PATH since the latter
+## DP: allows the default PATH string to be clobbered, rendering it
+## DP: not reusable on re-exec.
@DPATCH@
diff -ur sysvinit-2.86.ds1/src/init.c_ORIG sysvinit-2.86.ds1/src/init.c
More information about the Pkg-sysvinit-commits
mailing list