e86202da34
current stable of this pkg is broken, so we vendor it in nixpkgs. We removed the setuid bit from the build binaries
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);
|