12 lines
336 B
Text
12 lines
336 B
Text
|
************************************************************
|
||
|
|
||
|
Add the following lines to /etc/rc.conf to enable cnupm:
|
||
|
|
||
|
cnupm_enable="YES"
|
||
|
cnupm_iface="rl0" # Change this with your interface!
|
||
|
#cnupm_flags="" # Set this one to override default flags
|
||
|
|
||
|
See cnupm(8) for flags
|
||
|
|
||
|
************************************************************
|