File: hier.c

package info (click to toggle)
dot-forward 0.71-2
  • links: PTS
  • area: non-free
  • in suites: potato
  • size: 504 kB
  • ctags: 347
  • sloc: ansic: 2,840; makefile: 399; sh: 298
file content (16 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "auto_qmail.h"

void hier()
{
  h(auto_qmail,-1,-1,0755);

  d(auto_qmail,"bin",-1,-1,0755);
  d(auto_qmail,"man",-1,-1,0755);
  d(auto_qmail,"man/man1",-1,-1,0755);
  d(auto_qmail,"man/cat1",-1,-1,0755);

  c(auto_qmail,"bin","dot-forward",-1,-1,0755);

  c(auto_qmail,"man/man1","dot-forward.1",-1,-1,0644);
  c(auto_qmail,"man/cat1","dot-forward.0",-1,-1,0644);
}