diff options
author | makefu <github@syntax-fehler.de> | 2018-04-26 21:06:17 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-04-26 21:06:17 +0200 |
commit | 87b1aa3cdd796238ecbf61d3fcd5fcc08563aa82 (patch) | |
tree | edf59f73bd0c61beb1a5e19f3661310031e7c5f5 /krebs/5pkgs/simple/ucspi-tcp/chmod.patch | |
parent | 309124175425cb7abd6dad166f485ae832435562 (diff) | |
parent | 0b9727b3ad324b1d1f6a8db4181be546eb5ec397 (diff) |
Merge branch 'master' of prism:stockholm
Diffstat (limited to 'krebs/5pkgs/simple/ucspi-tcp/chmod.patch')
-rw-r--r-- | krebs/5pkgs/simple/ucspi-tcp/chmod.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/krebs/5pkgs/simple/ucspi-tcp/chmod.patch b/krebs/5pkgs/simple/ucspi-tcp/chmod.patch deleted file mode 100644 index dd6933208..000000000 --- a/krebs/5pkgs/simple/ucspi-tcp/chmod.patch +++ /dev/null @@ -1,15 +0,0 @@ -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); |