summaryrefslogtreecommitdiff
path: root/ucspi-tcp-0.88/hier.c
diff options
context:
space:
mode:
Diffstat (limited to 'ucspi-tcp-0.88/hier.c')
-rw-r--r--ucspi-tcp-0.88/hier.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/ucspi-tcp-0.88/hier.c b/ucspi-tcp-0.88/hier.c
new file mode 100644
index 0000000..5663ada
--- /dev/null
+++ b/ucspi-tcp-0.88/hier.c
@@ -0,0 +1,25 @@
+#include "auto_home.h"
+
+void hier()
+{
+ h(auto_home,-1,-1,02755);
+ d(auto_home,"bin",-1,-1,02755);
+
+ c(auto_home,"bin","tcpserver",-1,-1,0755);
+ c(auto_home,"bin","tcprules",-1,-1,0755);
+ c(auto_home,"bin","tcprulescheck",-1,-1,0755);
+ c(auto_home,"bin","argv0",-1,-1,0755);
+ c(auto_home,"bin","recordio",-1,-1,0755);
+ c(auto_home,"bin","tcpclient",-1,-1,0755);
+ c(auto_home,"bin","who@",-1,-1,0755);
+ c(auto_home,"bin","date@",-1,-1,0755);
+ c(auto_home,"bin","finger@",-1,-1,0755);
+ c(auto_home,"bin","http@",-1,-1,0755);
+ c(auto_home,"bin","tcpcat",-1,-1,0755);
+ c(auto_home,"bin","mconnect",-1,-1,0755);
+ c(auto_home,"bin","mconnect-io",-1,-1,0755);
+ c(auto_home,"bin","addcr",-1,-1,0755);
+ c(auto_home,"bin","delcr",-1,-1,0755);
+ c(auto_home,"bin","fixcrio",-1,-1,0755);
+ c(auto_home,"bin","rblsmtpd",-1,-1,0755);
+}