From 4882baf06cd42991207e5e6406c4aaafdae43a68 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Thu, 23 Apr 1987 23:43:54 -0800 Subject: [PATCH] set permissions to 664 SCCS-vsn: libexec/bugfiler/bugfiler.c 5.9 --- usr/src/libexec/bugfiler/bugfiler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/libexec/bugfiler/bugfiler.c b/usr/src/libexec/bugfiler/bugfiler.c index 769eedc5de..3822d6ab4f 100644 --- a/usr/src/libexec/bugfiler/bugfiler.c +++ b/usr/src/libexec/bugfiler/bugfiler.c @@ -11,7 +11,7 @@ char copyright[] = #endif not lint #ifndef lint -static char sccsid[] = "@(#)bugfiler.c 5.10 (Berkeley) 87/04/22"; +static char sccsid[] = "@(#)bugfiler.c 5.9 (Berkeley) 87/04/23"; #endif not lint /* @@ -67,7 +67,7 @@ main(argc, argv) if (setreuid(0, pwd->pw_uid)) error("can't set id to %s.", BUGS_ID); - (void)umask(2); /* everything is 664 */ + (void)umask(02); /* everything is 664 */ seterr(); /* redirect to log file */ logit(); /* log report arrival */ make_copy(); /* save copy in case */ -- 2.20.1