# kwdbd KWDB Kernel Debugger LAN Communications Server configuration. # KWDBD_START: Set to 1 to start the kwdbd daemon on this system at boot. KWDBD_START=0 # KWDBD_RS: Set the value of kwdbd "-f" runstring flags. Each "-f" # flag specifies a LAN device file or interface name for which kwdbd is to # handle KWDB LAN traffic. For example: # # KWDBD_RS="-f/dev/lan0 -f/dev/lan1" # # kwdbd manages KWDB communications for the two LAN subnets on which # LAN device files /dev/lan0 and /dev/lan1 appear. This example is # valid on HP-UX systems 10.20 and earlier (kwdbd uses LLA to access # the LAN cards). # # KWDBD_RS="-flan0 -flan1" # # kwdbd manages KWDB communications for the two LAN subnets on which # LAN interface names lan0 and lan1 appear. This example is valid on # HP-UX systems 10.30 and later (kwdbd uses DLPI to access the LAN # cards). # # If no value is specified here, the default is "-f/dev/lan0" or "-flan0", # depending on the HP-UX release of this system. KWDBD_RS=""