#! /bin/sh

# Run the stuff to put people's datasize limits up.

umask 022
cd /etc/pass
/bin/cp passwd passwd.orig
2>&1 (/etc/uplimits < passwd > x && /bin/cat x > passwd) | /bin/mail mg -s "datasize limits on `/etc/hostname`"
/bin/rm x
