#!/bin/sh
# Script was renamed, but the old name kept for compatibility reasons.
# It should be removed some time in the future.
bindir=`dirname $0`
echo "warning: Using obsolete name cfengine-skolelinux."
echo "warning: New name is cfengine-debian-edu."
exec $bindir/cfengine-debian-edu
