Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 15 lines 338 B view raw
1diff --git a/hier.c b/hier.c 2index 5663ada..1d73b84 100644 3--- a/hier.c 4+++ b/hier.c 5@@ -2,8 +2,8 @@ 6 7 void hier() 8 { 9- h(auto_home,-1,-1,02755); 10- d(auto_home,"bin",-1,-1,02755); 11+ h(auto_home,-1,-1,0755); 12+ d(auto_home,"bin",-1,-1,0755); 13 14 c(auto_home,"bin","tcpserver",-1,-1,0755); 15 c(auto_home,"bin","tcprules",-1,-1,0755);