#!/bin/sh

if [ -f /etc/rc.local ]
then
    cp /etc/rc.local /etc/rc.local.orig
fi
