hier.c
author "Tomas Zeman <tomas.zeman@sun.com>"
Fri, 19 Oct 2007 11:01:15 +0200
changeset 0 eeadadee24f6
permissions -rw-r--r--
Imported cdb-0.75

#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);
}