PERFORCE change 175884 for review

Garrett Cooper gcooper at FreeBSD.org
Sun Mar 21 01:12:09 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=175884

Change 175884 by gcooper at gcooper-bayonetta on 2010/03/21 01:11:44

	Remove reference to /usr/X11R6. The official item will be tracked as part of bin/144918 . 

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/add/main.c#2 edit

Differences ...

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/add/main.c#2 (text+ko) ====

@@ -279,7 +279,7 @@
     }
     /* Make sure the sub-execs we invoke get found */
     setenv("PATH", 
-	   "/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin",
+	   "/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin",
 	   1);
 
     /* Set a reasonable umask */


More information about the p4-projects mailing list