Blame view

cfg/ConfPass.cfg 489 Bytes
e6be5137b   Jean-François Rey   reinitialized pro...
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
  ############################################
  # File : ConfPass.cfg
  # Brief : ConfPass.sh configuration file
  #
  ############################################
  
  . ${OTMEDIA_HOME}/cfg/main_cfg.cfg
  
  # Arch
  ## default empty 32
  #ARCH=""
  ## else
  #ARCH=".64"
  
  # Debug mode, set to 1
  #DEBUG=0
  
  # Verbose mode 
  #VERBOSE=0
  
  # Check flag
  #CHECK=0
  
  # Force Rerun Conf pass without deleting existing files
  #RERUN=0
  
  # RULES PATH
  RULES=$OTMEDIA_HOME/data/rules
  
  # AUTHORS
  AUTHOR="Bender Bending Rodríguez"