svn commit: r201258 - head/include

Jilles Tjoelker jilles at FreeBSD.org
Wed Dec 30 15:44:37 UTC 2009


Author: jilles
Date: Wed Dec 30 15:44:36 2009
New Revision: 201258
URL: http://svn.freebsd.org/changeset/base/201258

Log:
  Remove the current directory from _PATH_STDPATH.

Modified:
  head/include/paths.h

Modified: head/include/paths.h
==============================================================================
--- head/include/paths.h	Wed Dec 30 14:41:02 2009	(r201257)
+++ head/include/paths.h	Wed Dec 30 15:44:36 2009	(r201258)
@@ -42,7 +42,7 @@
 /* Default search path. */
 #define	_PATH_DEFPATH	"/usr/bin:/bin"
 /* All standard utilities path. */
-#define	_PATH_STDPATH	"/usr/bin:/bin:/usr/sbin:/sbin:"
+#define	_PATH_STDPATH	"/usr/bin:/bin:/usr/sbin:/sbin"
 /* Locate system binaries. */
 #define	_PATH_SYSPATH	"/sbin:/usr/sbin"
 


More information about the svn-src-all mailing list