minix/sbin/nologin/nologin.sh
Thomas Cort e816d08843 Importing sbin/nologin
No Minix-specific changes needed.

Change-Id: I727432c4a28654e351a9289b3e03f143a1c26a7b
2013-10-17 08:40:33 -04:00

4 lines
66 B
Bash

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