stockholm/krebs/5pkgs/simple/ucspi-tcp/chmod.patch
lassulus e86202da34 pkgs.ucspi-tcp: init
current stable of this pkg is broken, so we vendor it in nixpkgs. We
removed the setuid bit from the build binaries
2017-07-04 17:39:43 +02:00

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);