NetBSD/sbin/nologin/nologin.sh

4 lines
66 B
Bash

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