X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=fifos%2Fensure.do;h=03d50d948191d4303ed18da149806f546ba31e68;hb=539e5df5806bd22c8eaddeb0409e6b8b187eda4c;hp=1a961be403e5e61d6fd45ba92712ba0cb27df357;hpb=6d4c578ad872cb3926852d1c29ea0b03c94fed61;p=tofuproxy.git diff --git a/fifos/ensure.do b/fifos/ensure.do index 1a961be..03d50d9 100644 --- a/fifos/ensure.do +++ b/fifos/ensure.do @@ -1,10 +1,10 @@ for f in cert dane err http-auth non-ok ok redir req tls tls-auth various warc ; do [ -p log-$f ] || mkfifo log-$f done -for f in accepted http-auth rejected spies tls-auth warcs ; do +for f in accepted http-auth rejected restricted spies tls-auth warcs ; do [ -p list-$f ] || mkfifo list-$f [ -p del-$f ] || mkfifo del-$f done -for f in spies tls-auth warcs ; do +for f in restricted spies tls-auth warcs ; do [ -p add-$f ] || mkfifo add-$f done