/[baselayout]/branches/bsd-porting-2/init.d/rmnologin
Gentoo

Contents of /branches/bsd-porting-2/init.d/rmnologin

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1913 - (show annotations) (download)
Tue Feb 21 23:45:28 2006 UTC (7 years, 2 months ago) by vapier
File size: 276 byte(s)
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

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.13