PERFORCE change 176189 for review

Garrett Cooper gcooper at FreeBSD.org
Sun Mar 28 09:10:54 UTC 2010


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

Change 176189 by gcooper at gcooper-bayonetta on 2010/03/28 09:10:51

	Wash, rinse, repeat as per perforce change # 176188.

Affected files ...

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

Differences ...

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

@@ -288,7 +288,7 @@
 	return NULL;
     }
     if (strlcat(sitepath, u.machine, sizeof(sitepath)) >= sizeof(sitepath) ||
-        strlcat(sitepath, "/", sizeof(sitepath)) >= sizeof(sitepath))
+        strlcat(sitepath, "/packages-", sizeof(sitepath)) >= sizeof(sitepath))
 	return NULL;
 
     for (i = 0; u.release[i] != '\0'; i++) {


More information about the p4-projects mailing list