a296b3d60d
permissions on ${PREFIX} and ${PREFIX}/bin. Shorten MESSAGE. Reformat DESCR.
16 lines
374 B
Text
16 lines
374 B
Text
$NetBSD: patch-aa,v 1.1 2004/12/22 18:36:51 schmonz Exp $
|
|
|
|
--- hier.c.orig 2001-06-30 16:44:50.000000000 -0400
|
|
+++ hier.c
|
|
@@ -2,9 +2,9 @@
|
|
|
|
void hier()
|
|
{
|
|
- h(auto_home,-1,-1,02755);
|
|
+ h(auto_home,-1,-1,0755);
|
|
|
|
- d(auto_home,"bin",-1,-1,02755);
|
|
+ d(auto_home,"bin",-1,-1,0755);
|
|
|
|
c(auto_home,"bin","822addr",-1,-1,0755);
|
|
c(auto_home,"bin","822body",-1,-1,0755);
|