tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[PATCH] include/paths.h comments about users



diff --git a/include/paths.h b/include/paths.h
index 5efd2328cb74..df6d4bc0a00f 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -37,7 +37,7 @@
 /*
  * Default user search path.
  * Set by login(1), rshd(8), rexecd(8)
- * Used by execvp(3) absent PATH from the environ(7)
+ * Used by execvp(3) and posix_spawnp(3) absent PATH from the environ(7)
  */
 #ifdef RESCUEDIR
 #define	_PATH_DEFPATH	RESCUEDIR ":/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin"
@@ -49,6 +49,7 @@
  * All standard utilities path.
  * Set by init(8) for system programs & scripts (e.g. /etc/rc)
  * Used by ttyaction(3), whereis(1)
+ * Used as default value by sysctl(8) for user.cs_path
  */
 #define	_PATH_STDPATH \
 	"/usr/bin:/bin:/usr/sbin:/sbin:/usr/pkg/bin:/usr/pkg/sbin:/usr/local/bin:/usr/local/sbin"
-- 
        Thierry Laronde <tlaronde +AT+ kergis +dot+ com>
                     http://www.kergis.com/
                    http://kertex.kergis.com/
Key fingerprint = 0FF7 E906 FBAF FE95 FD89  250D 52B1 AE95 6006 F40C


Home | Main Index | Thread Index | Old Index