hier.c
changeset 0 eeadadee24f6
equal deleted inserted replaced
-1:000000000000 0:eeadadee24f6
       
     1 #include "auto_home.h"
       
     2 
       
     3 void hier()
       
     4 {
       
     5   h(auto_home,-1,-1,02755);
       
     6   d(auto_home,"bin",-1,-1,02755);
       
     7 
       
     8   c(auto_home,"bin","cdbget",-1,-1,0755);
       
     9   c(auto_home,"bin","cdbmake",-1,-1,0755);
       
    10   c(auto_home,"bin","cdbdump",-1,-1,0755);
       
    11   c(auto_home,"bin","cdbstats",-1,-1,0755);
       
    12   c(auto_home,"bin","cdbtest",-1,-1,0755);
       
    13   c(auto_home,"bin","cdbmake-12",-1,-1,0755);
       
    14   c(auto_home,"bin","cdbmake-sv",-1,-1,0755);
       
    15 }