aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2011-05-10 15:13:27 -0400
committerBill Nottingham <notting@redhat.com>2011-05-10 15:13:27 -0400
commitcaca80528ead03919e6157ccd2bdffff37e2dbad (patch)
tree63e0295372a74a604c3804169830b714d1788b93 /rc.d
parent7bbed9542c60bdece7d86460dff16ce0f4a1ae26 (diff)
downloadinitscripts-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)
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/rc.local2
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.