#!/bin/sh

# this is meant to be an rc script.
#
# it should check to see if there are updates installed via RPM, but that
# have not been flashed to the device.
# depending on config, it should either do the update, email admin, or do
# nothing.

exit 0
