PERFORCE change 178995 for review

Garrett Cooper gcooper at FreeBSD.org
Mon May 31 01:54:56 UTC 2010


http://p4web.freebsd.org/@@178995?ac=10

Change 178995 by gcooper at gcooper-bayonetta on 2010/05/31 01:54:48

	Reword the cleanup exit handler message.

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/add/perform.c#17 edit
.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/create/perform.c#31 edit
.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/info/perform.c#11 edit

Differences ...

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

@@ -44,7 +44,7 @@
 	int err_cnt = 0;
 
 	if (register_cleanup_handler(cleanup, NULL, NULL, 0) == -1)
-		err(EXIT_FAILURE, "failed to initialize exit handler");
+		err(EXIT_FAILURE, "failed to initialize cleanup exit handler");
 
 	if (AddMode == SLAVE)
 		err_cnt = pkg_do(NULL);

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/create/perform.c#31 (text+ko) ====

@@ -69,7 +69,7 @@
     const char *suf;
 
     if (register_cleanup_handler(cleanup, NULL, NULL, 0) == -1)
-	err(EXIT_FAILURE, "failed to initialize exit handler");
+	err(EXIT_FAILURE, "failed to initialize cleanup exit handler");
 
     /* Preliminary setup */
     if (InstalledPkg == NULL)

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/info/perform.c#11 (text+ko) ====

@@ -47,7 +47,7 @@
     int i;
 
     if (register_cleanup_handler(cleanup, NULL, NULL, 0) == -1)
-	err(EXIT_FAILURE, "failed to initialize exit handler");
+	err(EXIT_FAILURE, "failed to initialize cleanup exit handler");
 
     /* Overriding action? */
     if (Flags & SHOW_PKGNAME)


More information about the p4-projects mailing list