NAME

Global::update_bsd_rcconf - Updates /etc/rc.conf on BSD systems


SYNOPSIS

In custom.conf:

Global::update_bsd_rcconf

 hash BSD_RCCONF {
  <key> <value>
  ...
 }

[ set BSD_RCCONF_NOREBOOT 1 ]


DESCRIPTION

Updates /etc/rc.conf on BSD systems. Keys that are listed in hash BSD_RCCONF is updated to their appropriate value.

If a change is made the update function will schedule a reboot, unless the BSD_RCCONF_NOREBOOT is set.


TODO

Support for removing entrys in rc.conf


SUPPORTED OPERATING SYSTEMS

FreeBSD


COPYRIGHT

Copyright (c) 2002 Ericsson Erisoft AB. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


AUTHOR

Peder Strand <Peder.Strand@epl.ericsson.se>