summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/delete
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-05-17 10:12:45 +0000
committersobomax <sobomax@FreeBSD.org>2001-05-17 10:12:45 +0000
commitd5e6fbaada3cd9330c6243dac29fae582561a1f4 (patch)
treeb15f79c8749cbd951340ed2e0260441657c84a7c /usr.sbin/pkg_install/delete
parentba39ea389307cc53bf53f9cbdb7bed3753940492 (diff)
downloadFreeBSD-src-d5e6fbaada3cd9330c6243dac29fae582561a1f4.zip
FreeBSD-src-d5e6fbaada3cd9330c6243dac29fae582561a1f4.tar.gz
Style policy: reformat multiline comments to conform to style(9).
Diffstat (limited to 'usr.sbin/pkg_install/delete')
-rw-r--r--usr.sbin/pkg_install/delete/perform.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/delete/perform.c b/usr.sbin/pkg_install/delete/perform.c
index 120622c..3a9ec87 100644
--- a/usr.sbin/pkg_install/delete/perform.c
+++ b/usr.sbin/pkg_install/delete/perform.c
@@ -178,7 +178,8 @@ pkg_do(char *pkg)
}
}
- /* Test whether to use the old method of passing tokens to deinstallation
+ /*
+ * Test whether to use the old method of passing tokens to deinstallation
* scripts, and set appropriate variables..
*/
@@ -213,8 +214,10 @@ pkg_do(char *pkg)
errx(2, __FUNCTION__ ": unable to return to working directory %s!", home);
}
- /* Some packages aren't packed right, so we need to just ignore
- delete_package()'s status. Ugh! :-( */
+ /*
+ * Some packages aren't packed right, so we need to just ignore
+ * delete_package()'s status. Ugh! :-(
+ */
if (delete_package(FALSE, CleanDirs, &Plist) == FAIL)
warnx(
"couldn't entirely delete package (perhaps the packing list is\n"
OpenPOWER on IntegriCloud