Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
16 lines
338 B
Diff
16 lines
338 B
Diff
diff --git a/hier.c b/hier.c
|
|
index 5663ada..1d73b84 100644
|
|
--- a/hier.c
|
|
+++ b/hier.c
|
|
@@ -2,8 +2,8 @@
|
|
|
|
void hier()
|
|
{
|
|
- h(auto_home,-1,-1,02755);
|
|
- d(auto_home,"bin",-1,-1,02755);
|
|
+ h(auto_home,-1,-1,0755);
|
|
+ d(auto_home,"bin",-1,-1,0755);
|
|
|
|
c(auto_home,"bin","tcpserver",-1,-1,0755);
|
|
c(auto_home,"bin","tcprules",-1,-1,0755);
|