From caca80528ead03919e6157ccd2bdffff37e2dbad Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 10 May 2011 15:13:27 -0400 Subject: Tweak wording, as other scripts with S99 priority may actually run later. (#703148) --- rc.d/rc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d') diff --git a/rc.d/rc.local b/rc.d/rc.local index 0036e6c5..c6a8faf1 100755 --- a/rc.d/rc.local +++ b/rc.d/rc.local @@ -1,6 +1,6 @@ #!/bin/sh # -# This script will be executed *after* all the other init scripts. +# This script will be executed at the end of the boot process. # You can put your own initialization stuff in here if you don't # want to do the full Sys V style init stuff. -- cgit v1.2.1