File: README.CDD

package info (click to toggle)
cdd 0.3.4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 364 kB
  • ctags: 19
  • sloc: sh: 539; perl: 255; makefile: 110
file content (33 lines) | stat: -rw-r--r-- 1,157 bytes parent folder | download | duplicates (3)
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
This README file explains how to use cdd-* scripts.

File system:
- /etc/cdd/<CDD>
  Each CDD should create this directory, containing all the infos needed
  by cdd-* scripts and by the CDD itself.

  In this way it's clear for users to realize that CDD is using
  cdd framework

- /etc/cdd/cdd.conf
  Main configuration file of cdd-* scripts.
  
  CDDs should be aware of it, but not modify it.

- /etc/cdd/<CDD>/<CDD>.conf
  A configuration file, in /bin/sh syntax, in which each CDD can
  override /etc/cdd/cdd.conf

  CDDs with particular needing, for example a particular backend, should
  set variables here.
  In this way a default set of parameters is provided by cdd.conf and a
  specific set for each CDD instance in <CDD>/<CDD>.conf 

- /usr/share/cdd/
  Where common functions for script are stored.
  There will be a directory for each backend and a common set of
  function that should be mandatory for each registred backend.

- /etc/cdd/<CDD>/menu/<ROLE>/
  Users' menus for each registered role.
  If <ROLE> directory is not present, all files in /etc/cdd/<CDD>/menu/ 
  are considered to be valid Debian menu entries for any Roles in CDD.