#!/bin/sh
#
# (c) Doremi Labs, Inc.
#
. /etc/init.d/drmfunctions

if [ "`id -u`" != "0" ] ; then
	echo "$0: only root can do that"
	exit -1
fi

set_readonly_fs_to_readwrite
	"$@"
restore_readonly_fs
