#
# Here are some predefined values
#

VERSION="0.2"
# It is divided into DMLEXEC and DML to shorten calling of DML
DMLEXEC="/usr/bin/dml"
DML="$DMLEXEC -t BOFH-$VERSION"
USERADD="/usr/sbin/useradd"
USERDEL="/usr/sbin/userdel"
USERMOD="/usr/sbin/usermod"
CHPASSWD="/usr/sbin/chpasswd"
TAR="/bin/tar"
GREP="/bin/grep"
