#! /bin/sh -e

. /etc/init.d/functions.sh

begin "Initializing /var"
cd /
tar -xf .var.tar
echo 0 > $ISDF
end $?

exit 0
