1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
#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/man5",-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);
c(auto_home,"man/man1","tcpclient.1",-1,-1,0644);
c(auto_home,"man/man1","tcpserver.1",-1,-1,0644);
c(auto_home,"man/man1","tcprules.1",-1,-1,0644);
c(auto_home,"man/man1","tcprulescheck.1",-1,-1,0644);
c(auto_home,"man/man1","fixcr.1",-1,-1,0644);
c(auto_home,"man/man1","addcr.1",-1,-1,0644);
c(auto_home,"man/man1","delcr.1",-1,-1,0644);
c(auto_home,"man/man1","who@.1",-1,-1,0644);
c(auto_home,"man/man1","date@.1",-1,-1,0644);
c(auto_home,"man/man1","finger@.1",-1,-1,0644);
c(auto_home,"man/man1","http@.1",-1,-1,0644);
c(auto_home,"man/man1","mconnect.1",-1,-1,0644);
c(auto_home,"man/man1","argv0.1",-1,-1,0644);
c(auto_home,"man/man1","recordio.1",-1,-1,0644);
c(auto_home,"man/man5","tcp-environ.5",-1,-1,0644);
}
|