Date: Mon, 31 May 2010 01:54:55 GMT From: Garrett Cooper <gcooper@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 178995 for review Message-ID: <201005310154.o4V1stkv060209@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@178995?ac=10 Change 178995 by gcooper@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005310154.o4V1stkv060209>