forked from Lainports/freebsd-ports
- Fix for lost config files during "portupgrade apcupsd"
(PR ports/67251)
- Mandrake 10 USB users, please note, you must either use devfs
to access the USB or reconfigure your kernel and turn
CONFIG_USB_DYNAMIC_MINORS off.
- The NIS slave server code (net driver) should be much more
efficient and robust than previous versions.
- The code as a whole is much more resistant to buffer overflows
since most all string copies are now protected.
PR: 67251
Submitted by: Rob <robbyrnes@fastmail.com.au>
23 lines
723 B
Text
23 lines
723 B
Text
**************************************************
|
|
NOTE IF you install a apcupsd server:
|
|
|
|
Change to /dev and create a softlink to usv from
|
|
the serial line the USV is connected to, e.g.
|
|
|
|
cd /dev
|
|
ln -s cuaa1 usv
|
|
|
|
Read the manual to do site specific configuration
|
|
assigenments! Especially have a detailed look into
|
|
the chapter describing the shutdown procedure.
|
|
|
|
Sample files are installed in ${PREFIX}/etc/apcupsd:
|
|
|
|
apcupsd.conf.sample, apcupsd.conf.net-master.sample
|
|
apcupsd.conf.net-slave.sample, hosts.conf.sample
|
|
multimon.conf.sample and cgi/apcupsd.css.sample
|
|
|
|
These files must be copied and/or configured for a
|
|
proper working apcupsd. Look into the manual!
|
|
|
|
**************************************************
|