Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 2009 00:50:46 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r187969 - head/include
Message-ID:  <200902010050.n110okI0038328@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: obrien
Date: Sun Feb  1 00:50:46 2009
New Revision: 187969
URL: http://svn.freebsd.org/changeset/base/187969

Log:
  Also un-split _PATH_STDPATH for grepability.
  While I'm here, fix other style bugs reported to me.

Modified:
  head/include/paths.h

Modified: head/include/paths.h
==============================================================================
--- head/include/paths.h	Sat Jan 31 23:17:33 2009	(r187968)
+++ head/include/paths.h	Sun Feb  1 00:50:46 2009	(r187969)
@@ -42,10 +42,9 @@
 /* Default search path. */
 #define	_PATH_DEFPATH	"/usr/bin:/bin"
 /* All standard utilities path. */
-#define	_PATH_STDPATH \
-	"/usr/bin:/bin:/usr/sbin:/sbin:"
-/* Locate system binaries */
-#define _PATH_SYSPATH	"/sbin:/usr/sbin"
+#define	_PATH_STDPATH	"/usr/bin:/bin:/usr/sbin:/sbin:"
+/* Locate system binaries. */
+#define	_PATH_SYSPATH	"/sbin:/usr/sbin"
 
 #define	_PATH_AUTHCONF	"/etc/auth.conf"
 #define	_PATH_BSHELL	"/bin/sh"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902010050.n110okI0038328>