summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/examples/inittab
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/router/busybox/examples/inittab')
-rw-r--r--[-rwxr-xr-x]release/src/router/busybox/examples/inittab6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/src/router/busybox/examples/inittab b/release/src/router/busybox/examples/inittab
index 38df9249..5f2af872 100755..100644
--- a/release/src/router/busybox/examples/inittab
+++ b/release/src/router/busybox/examples/inittab
@@ -1,6 +1,6 @@
# /etc/inittab init(8) configuration for BusyBox
#
-# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
+# Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
#
#
# Note, BusyBox init doesn't support runlevels. The runlevels field is
@@ -17,12 +17,12 @@
# be unique, although if it isn't you may have strange results. If this
# field is left blank, it is completely ignored. Also note that if
# BusyBox detects that a serial console is in use, then all entries
-# containing non-empty id fields will _not_ be run. BusyBox init does
+# containing non-empty id fields will be ignored. BusyBox init does
# nothing with utmp. We don't need no stinkin' utmp.
#
# <runlevels>: The runlevels field is completely ignored.
#
-# <action>: Valid actions include: sysinit, respawn, askfirst, wait, once,
+# <action>: Valid actions include: sysinit, respawn, askfirst, wait, once,
# restart, ctrlaltdel, and shutdown.
#
# Note: askfirst acts just like respawn, but before running the specified