summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create/perform.c
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/create/perform.c
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/create/perform.c')
-rw-r--r--usr.sbin/pkg_install/create/perform.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c
index 8d073e4..0c32ea6 100644
--- a/usr.sbin/pkg_install/create/perform.c
+++ b/usr.sbin/pkg_install/create/perform.c
@@ -173,8 +173,10 @@ pkg_perform(char **pkgs)
/* Make first "real contents" pass over it */
check_list(home, &plist);
- (void) umask(022); /* make sure gen'ed directories, files don't have
- group or other write bits. */
+ (void) umask(022); /*
+ * Make sure gen'ed directories, files don't have
+ * group or other write bits.
+ */
/* copy_plist(home, &plist); */
/* mark_plist(&plist); */
OpenPOWER on IntegriCloud