]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - fifos/ensure.do
Ability to remove hosts from the states, refactoring
[tofuproxy.git] / fifos / ensure.do
index 7aa937ba5a228d19cf21326e2fc7c788b7f76b93..5e5cc7e143f3492851490584d7f3b49f003308d0 100644 (file)
@@ -1,3 +1,7 @@
-for f in cert dane err ok other redir req tls ; do
-    [ -p $f ] || mkfifo $f
+for f in cert dane err http-auth non-ok ok redir req tls tls-auth various ; do
+    [ -p log-$f ] || mkfifo log-$f
+done
+for f in accepted http-auth rejected tls-auth ; do
+    [ -p list-$f ] || mkfifo list-$f
+    [ -p del-$f ] || mkfifo del-$f
 done