summaryrefslogtreecommitdiff
path: root/hier.c
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@debian.org>2018-11-29 05:18:28 +0000
committerDmitry Bogatov <KAction@debian.org>2018-11-29 05:18:28 +0000
commit35c0ccd3b0eedd2d14e26a109f5812a5c30c38aa (patch)
treea1dde23c236db3b8fd525282efac102daa1ae00f /hier.c
parent78fbb41eaf3abb208abe6acfb06db005adeadf35 (diff)
Import Upstream version 0.84
Diffstat (limited to 'hier.c')
-rw-r--r--hier.c63
1 files changed, 63 insertions, 0 deletions
diff --git a/hier.c b/hier.c
new file mode 100644
index 0000000..f7882d0
--- /dev/null
+++ b/hier.c
@@ -0,0 +1,63 @@
+#include "auto_home.h"
+
+void hier()
+{
+ h(auto_home,-1,-1,02755);
+
+ d(auto_home,"bin",-1,-1,02755);
+ d(auto_home,"man",-1,-1,02755);
+ d(auto_home,"man/man1",-1,-1,02755);
+ d(auto_home,"man/cat1",-1,-1,02755);
+ d(auto_home,"man/man5",-1,-1,02755);
+ d(auto_home,"man/cat5",-1,-1,02755);
+
+ c(auto_home,"bin","tcpclient",-1,-1,0711);
+ c(auto_home,"bin","tcpserver",-1,-1,0711);
+ c(auto_home,"bin","tcprules",-1,-1,0711);
+ c(auto_home,"bin","tcprulescheck",-1,-1,0711);
+ c(auto_home,"bin","fixcr",-1,-1,0711);
+ c(auto_home,"bin","addcr",-1,-1,0711);
+ c(auto_home,"bin","delcr",-1,-1,0711);
+ 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,0711);
+ c(auto_home,"bin","argv0",-1,-1,0711);
+ c(auto_home,"bin","recordio",-1,-1,0711);
+
+ c(auto_home,"man/man1","tcpclient.1",-1,-1,0644);
+ c(auto_home,"man/cat1","tcpclient.0",-1,-1,0644);
+ c(auto_home,"man/man1","tcpserver.1",-1,-1,0644);
+ c(auto_home,"man/cat1","tcpserver.0",-1,-1,0644);
+ c(auto_home,"man/man1","tcprules.1",-1,-1,0644);
+ c(auto_home,"man/cat1","tcprules.0",-1,-1,0644);
+ c(auto_home,"man/man1","tcprulescheck.1",-1,-1,0644);
+ c(auto_home,"man/cat1","tcprulescheck.0",-1,-1,0644);
+ c(auto_home,"man/man1","fixcr.1",-1,-1,0644);
+ c(auto_home,"man/cat1","fixcr.0",-1,-1,0644);
+ c(auto_home,"man/man1","addcr.1",-1,-1,0644);
+ c(auto_home,"man/cat1","addcr.0",-1,-1,0644);
+ c(auto_home,"man/man1","delcr.1",-1,-1,0644);
+ c(auto_home,"man/cat1","delcr.0",-1,-1,0644);
+ c(auto_home,"man/man1","who@.1",-1,-1,0644);
+ c(auto_home,"man/cat1","who@.0",-1,-1,0644);
+ c(auto_home,"man/man1","date@.1",-1,-1,0644);
+ c(auto_home,"man/cat1","date@.0",-1,-1,0644);
+ c(auto_home,"man/man1","finger@.1",-1,-1,0644);
+ c(auto_home,"man/cat1","finger@.0",-1,-1,0644);
+ c(auto_home,"man/man1","http@.1",-1,-1,0644);
+ c(auto_home,"man/cat1","http@.0",-1,-1,0644);
+ c(auto_home,"man/man1","tcpcat.1",-1,-1,0644);
+ c(auto_home,"man/cat1","tcpcat.0",-1,-1,0644);
+ c(auto_home,"man/man1","mconnect.1",-1,-1,0644);
+ c(auto_home,"man/cat1","mconnect.0",-1,-1,0644);
+ c(auto_home,"man/man1","argv0.1",-1,-1,0644);
+ c(auto_home,"man/cat1","argv0.0",-1,-1,0644);
+ c(auto_home,"man/man1","recordio.1",-1,-1,0644);
+ c(auto_home,"man/cat1","recordio.0",-1,-1,0644);
+ c(auto_home,"man/man5","tcp-environ.5",-1,-1,0644);
+ c(auto_home,"man/cat5","tcp-environ.0",-1,-1,0644);
+}