xref: /original-bsd/sbin/nologin/nologin.sh (revision 71eaf591)
1#!/bin/sh -
2#
3# Copyright (c) 1992, 1993
4#	The Regents of the University of California.  All rights reserved.
5#
6# %sccs.include.redist.sh%
7#
8#	@(#)nologin.sh	8.1 (Berkeley) 06/05/93
9#
10
11echo 'This account is currently not available.'
12exit 1
13