#!/bin/sh
# DocumentId:	$Id: update-twinspot 1088 2001-08-24 15:20:57Z olalu $
# Author:	$Author: olalu $
# Date:		$Date: 2001-08-24 17:20:57 +0200 (fre, 24 aug 2001) $
# Summary:
#	Updates the twinspot base.

echo "Updating twinspot system configuration."
export PATH=$PATH:/sbin:/usr/sbin
update-twinspot-skel
update-twinspot-users-sudoers
update-twinspot-users
update-twinspot-groups
update-twinspot-users-skel
update-twinspot-users-sshaccess
update-twinspot-users-shell
update-twinspot-users-samba

find /usr/share/twinspot/updatecmd -maxdepth 1 -type f -exec {} \;
