#!/bin/sh
# DocumentId:	$Id: update-dpsyco-skel,v 1.7 2001/12/07 15:17:13 ola Exp $
# Author:	$Author: ola $
# Date:		$Date: 2001/12/07 15:17:13 $
# Summary:
#	Rsync the system (/).

# Read the default dpsyco config.
. /etc/dpsyco/defaults.conf

TESTNFS="/ /etc"
. /usr/share/dpsyco/checknfs.test

if [ -d $SKELSRC ] ; then
    dpsyco-skel "$SKELSRC/" "/"
fi
