aboutsummaryrefslogtreecommitdiffstats
path: root/event.d/serial
diff options
context:
space:
mode:
Diffstat (limited to 'event.d/serial')
-rw-r--r--event.d/serial4
1 files changed, 2 insertions, 2 deletions
diff --git a/event.d/serial b/event.d/serial
index f70d5372..660e93bd 100644
--- a/event.d/serial
+++ b/event.d/serial
@@ -5,8 +5,8 @@
# On boot, a udev helper examines /dev/console. If a serial console is the
# primary console (last console on the commandline in grub), the event
# 'fedora.serial-console-available <port name> <speed>' is emitted, which
-# triggers this script. It waits for the runlevel to finish, checks to
-# make sure the proper port is in /etc/securetty, and starts the getty.
+# triggers this script. It waits for the runlevel to finish, ensures
+# the proper port is in /etc/securetty, and starts the getty.
#
# If your serial console is not the primary console, or you want a getty
# on serial even if it's not the console, create your own event by copying