Subversion Repositories camp_sysinfo_client_3

Rev

Rev 226 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 226 Rev 236
Line 14... Line 14...
14
   --seed|-s    - URL/Path to seed file for config
14
   --seed|-s    - URL/Path to seed file for config
15
   --debug      - Show extra information (--nodebug is default)
15
   --debug      - Show extra information (--nodebug is default)
16
 
16
 
17
Following scripts can be run individually, if desired. They are run by setup, but can be rerun at any time
17
Following scripts can be run individually, if desired. They are run by setup, but can be rerun at any time
18
 
18
 
19
./validateDependencies # loads binaries and perl libraries as needed
19
./validateDependencies # installs binaries and perl libraries as needed
20
   --os|-o      - lower case name of operating system (debian, freebsd, etc...)
20
   --os|-o      - lower case name of operating system (debian, freebsd, etc...)
21
   --dryrun|-n  - do not actually do anything, just tell you what I'd do
21
   --dryrun|-n  - do not actually do anything, just tell you what I'd do
22
   --version|-v - display version and exit
22
   --version|-v - display version and exit
23
   --quiet|-q   - Do not ask questions, just do stuff
23
   --quiet|-q   - Do not ask questions, just do stuff
24
   --debug      - turn on debug mode (no short form). --nodebug turns off (default)
24
   --debug      - turn on debug mode (no short form). --nodebug turns off (default)
Line 30... Line 30...
30
   --version|-v - display version and exit
30
   --version|-v - display version and exit
31
   --quiet|-q   - Do not ask questions, just do stuff
31
   --quiet|-q   - Do not ask questions, just do stuff
32
   --help|-g    - Show this screen
32
   --help|-g    - Show this screen
33
   --seed|-s    - URL/Path to seed file for config to override default
33
   --seed|-s    - URL/Path to seed file for config to override default
34
   --debug      - Show extra information (--nodebug is default)
34
   --debug      - Show extra information (--nodebug is default)
-
 
35
 
-
 
36
./permissions  # sets permissions. Runs each modules/* script if it fails, unsets executable flag so it is not run by sysinfo-client
-
 
37
  no parameters
-
 
38
  NOTE: does not correctly set ownership on BSD systems
-
 
39
 
-
 
40
../configure   # validates configuration and allows user to set most parameters
-
 
41
   --verbose|-v   - verbosity level, 0-9 (may be entered more than once, ie -vvv to increase verbosity)
-
 
42
   --file|-f      - file name to read
-
 
43
   --output|-o    - file to save to
-
 
44
   --test|-t      - test the config file and report errors
-
 
45
   --dryrun|-n    - do not save result
-
 
46
   --quiet|-q     - do not ask any questions, automatically check, repair and write to output
-
 
47
   --help|-h      -  display help screen