Parent Directory
|
Revision Log
rename
| 1 | #!/sbin/runscript |
| 2 | # Copyright 1999-2006 Gentoo Foundation |
| 3 | # Distributed under the terms of the GNU General Public License v2 |
| 4 | |
| 5 | depend() { |
| 6 | need localmount |
| 7 | } |
| 8 | |
| 9 | start() { |
| 10 | if [[ -f /etc/nologin.boot ]] ; then |
| 11 | rm -f /etc/nologin /etc/nologin.boot &> /dev/null |
| 12 | fi |
| 13 | } |
| 14 | |
| 15 | |
| 16 | # vim:ts=4 |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:executable | * |
| svn:keywords | Author Date Id Revision |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |