NetBSD/sbin/nologin/nologin.sh
hubertf fbff06b0ef Replace the existing version of nologin(8) with a rewrite that was done
according to the behaviour documented in the manual page. That way, the
copyright notice can be dropped.

I place the rewritten version into the public domain. Fixes PR 5784.
1999-07-27 03:56:13 +00:00

4 lines
66 B
Bash

#! /bin/sh
echo "This account is currently not available."
exit 1