get rid of leading `dump' on all the names
[unix-history] / usr / src / sbin / nologin / nologin.sh
#!/bin/sh -
#
# Copyright (c) 1992 The Regents of the University of California.
# All rights reserved.
#
# %sccs.include.redist.sh%
#
# @(#)nologin.sh 5.1 (Berkeley) %G%
#
echo 'This account is currently not available.'
exit 1