#---------------------------------------------------------------------------- # /etc/rc.d/rc001.base.ipv6 __FLI4LVER__ # # Creation: 2007-10-21 kristov # Last Update: $Id$ #---------------------------------------------------------------------------- begin_script RC001_BASE_IPV6 "creating /etc/hosts (IPv6) ..." # include IPv6 helper functions (especially translate_ip6_net) . /etc/rc.d/base-helper.ipv6 append_etc_hosts_ipv6 () { log_info "appending to /etc/hosts (IPv6) ..." { cat <>/etc/hosts } append_etc_hosts_ipv6 end_script