[24418] in Source-Commits
Re: /svn/athena r24012 - in trunk/debathena/config/reactivate/debian: . PostSession
daemon@ATHENA.MIT.EDU (Robert Basch)
Sun Sep 20 18:34:34 2009
Cc: source-commits@mit.edu, Michael Mekonnen <mikemeko@mit.edu>
Message-Id: <063FFBFD-647D-4AF1-8630-5D0F248906C2@mit.edu>
From: Robert Basch <rbasch@MIT.EDU>
To: Geoffrey Thomas <geofft@mit.edu>
In-Reply-To: <200909202010.n8KKAqec023764@drugstore.mit.edu>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
Content-Transfer-Encoding: 7bit
Mime-Version: 1.0 (Apple Message framework v936)
Date: Sun, 20 Sep 2009 18:34:24 -0400
On Sep 20, 2009, at 4:10 PM, Geoffrey Thomas wrote:
> +### BEGIN INIT INFO
> +# Provides: rmnologin
> +# Required-Start: $remote_fs $all
> +# Required-Stop:
> +# Default-Start: 2 3 4 5
> +# Default-Stop:
> +# Short-Description: Remove /etc/nologin at boot
> +# Description: This script removes the /etc/nologin file as the
> +# last step in the boot process, if
> DELAYLOGIN=yes.
> +# If DELAYLOGIN=no, /etc/nologin was not created
> by
> +# bootmisc earlier in the boot process.
> +### END INIT INFO
This init info block was apparently copied from rmnologin, so at least
the Provides and descriptions need to be corrected.
Also, we want this to run before gdm, right? Maybe try:
# X-Start-Before: gdm
and nuke "$all" from the "Required-Start".
Bob