Options for controlling dpd
-s Start dpd
-h Send HUP signal to dpd to re-read ${DPCONF_DIR}/conf
-k Kill dpd
-r Kill, then start dpd (restart after installing new version)
Options for system network configuration
-c Configure interfaces (from ${DPCONF_DIR}/hostnames)
Options for dealing with device drivers
-l Load device drivers (not necessary under Solaris 2.X)
-u Unload device drivers (before installing new version)
Under Solaris 2, /etc/rc2.d/S99dpconfig is installed and does all
the normal startup stuff.
Under Solaris 1, you may need to add the following line to /etc/rc.local:
/etc/dpctl -lcsThis will load the device drivers, configure the network interfaces, and start the daemon.