# The DSHELL variable specifies the default login shell on your system.
DSHELL="/bin/bash"

# The DHOME variable specifies the directory containing users' home
# directories.
DHOME="/home"

# The SPOOL variable specifies the directory containing users' mailboxes.
SPOOL="/var/spool/mail"

# The SKEL variable specifies the directory containing `skeletal' user
# files; in other words, files such as a sample .profile that will be
# copied to the new user's home directory when it is created.
SKEL="/etc/skel"

# FIRST_UID should be the first UID for users on your system.  UIDs below
# FIRST_UID are reserved for administrative and system accounts.
FIRST_UID=100

# USERS_GID should be the GID of the group `users' (or the equivilant
# group) on your system.
USERS_GID=100
