diff -r 000000000000 -r eeadadee24f6 hier.c --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hier.c Fri Oct 19 11:01:15 2007 +0200 @@ -0,0 +1,15 @@ +#include "auto_home.h" + +void hier() +{ + h(auto_home,-1,-1,02755); + d(auto_home,"bin",-1,-1,02755); + + c(auto_home,"bin","cdbget",-1,-1,0755); + c(auto_home,"bin","cdbmake",-1,-1,0755); + c(auto_home,"bin","cdbdump",-1,-1,0755); + c(auto_home,"bin","cdbstats",-1,-1,0755); + c(auto_home,"bin","cdbtest",-1,-1,0755); + c(auto_home,"bin","cdbmake-12",-1,-1,0755); + c(auto_home,"bin","cdbmake-sv",-1,-1,0755); +}