#!/bin/sh

# Do not load RH compatibility interface.
WITHOUT_RC_COMPAT=1

# Source function library.
. /etc/init.d/functions

action "Adjusting index.html:" /usr/sbin/indexhtml_update
