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" _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"