File: config

package info (click to toggle)
fcoe-utils 1.0.34-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,040 kB
  • sloc: ansic: 12,049; sh: 1,302; makefile: 80
file content (14 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Type:       yes/no
## Default:    no
# Switch on/off debug messages (script & C code)
DEBUG="no"

## Type:       yes/no
## Default:    yes
# All the messages go to syslog and stderr (script & C code)
USE_SYSLOG="yes"

## Type:       string. Driver names separated by space
## Default:    list of default drivers
# All supported drivers listed here are loaded when service starts
SUPPORTED_DRIVERS="fcoe bnx2fc"