diff options
author | Bill Nottingham <notting@redhat.com> | 2011-05-10 15:13:27 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2011-05-10 15:13:27 -0400 |
commit | caca80528ead03919e6157ccd2bdffff37e2dbad (patch) | |
tree | 63e0295372a74a604c3804169830b714d1788b93 | |
parent | 7bbed9542c60bdece7d86460dff16ce0f4a1ae26 (diff) | |
download | initscripts-caca80528ead03919e6157ccd2bdffff37e2dbad.tar initscripts-caca80528ead03919e6157ccd2bdffff37e2dbad.tar.gz initscripts-caca80528ead03919e6157ccd2bdffff37e2dbad.tar.bz2 initscripts-caca80528ead03919e6157ccd2bdffff37e2dbad.tar.xz initscripts-caca80528ead03919e6157ccd2bdffff37e2dbad.zip |
Tweak wording, as other scripts with S99 priority may actually run later. (#703148)
-rwxr-xr-x | rc.d/rc.local | 2 |
1 files changed, 1 insertions, 1 deletions
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. |