source: MondoRescue/branches/3.3/mindi-busybox/applets_sh/nologin@ 3791

Last change on this file since 3791 was 3621, checked in by Bruno Cornec, 10 years ago

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

  • Property svn:executable set to *
File size: 98 bytes
Line 
1#!/bin/sh
2cat /etc/nologin.txt 2>/dev/null || echo "This account is not available"
3sleep 5
4exit 1
Note: See TracBrowser for help on using the repository browser.