From: Michael Tremer Date: Thu, 30 Jul 2009 12:47:45 +0000 (+0200) Subject: upstart: Changed comments in tty*.conf. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5db331f483da5b95a3df7c3917955387e307e29;p=ipfire-3.x.git upstart: Changed comments in tty*.conf. --- diff --git a/src/initscripts/core/tty1.conf b/src/initscripts/core/tty1.conf index f3bd6d9b6..89824290a 100644 --- a/src/initscripts/core/tty1.conf +++ b/src/initscripts/core/tty1.conf @@ -1,7 +1,5 @@ -# tty1 - getty -# -# This service maintains a getty on tty1 from the point the system is -# started until it is shut down again. +description "Start a tty" +author "IPFire Team" start on stopped mountfs stop on shutdown diff --git a/src/initscripts/core/tty2.conf b/src/initscripts/core/tty2.conf index fbcf7ae24..376062e67 100644 --- a/src/initscripts/core/tty2.conf +++ b/src/initscripts/core/tty2.conf @@ -1,7 +1,5 @@ -# tty2 - getty -# -# This service maintains a getty on tty2 from the point the system is -# started until it is shut down again. +description "Start a tty" +author "IPFire Team" start on stopped mountfs stop on shutdown diff --git a/src/initscripts/core/tty3.conf b/src/initscripts/core/tty3.conf index 506865ea8..b30af3e84 100644 --- a/src/initscripts/core/tty3.conf +++ b/src/initscripts/core/tty3.conf @@ -1,7 +1,5 @@ -# tty3 - getty -# -# This service maintains a getty on tty3 from the point the system is -# started until it is shut down again. +description "Start a tty" +author "IPFire Team" start on stopped mountfs stop on shutdown diff --git a/src/initscripts/core/tty4.conf b/src/initscripts/core/tty4.conf index 0e6c36c7c..2ee07cec2 100644 --- a/src/initscripts/core/tty4.conf +++ b/src/initscripts/core/tty4.conf @@ -1,7 +1,5 @@ -# tty4 - getty -# -# This service maintains a getty on tty4 from the point the system is -# started until it is shut down again. +description "Start a tty" +author "IPFire Team" start on stopped mountfs stop on shutdown diff --git a/src/initscripts/core/tty5.conf b/src/initscripts/core/tty5.conf index 9a7d34846..4f82601d5 100644 --- a/src/initscripts/core/tty5.conf +++ b/src/initscripts/core/tty5.conf @@ -1,7 +1,5 @@ -# tty5 - getty -# -# This service maintains a getty on tty5 from the point the system is -# started until it is shut down again. +description "Start a tty" +author "IPFire Team" start on stopped mountfs stop on shutdown diff --git a/src/initscripts/core/tty6.conf b/src/initscripts/core/tty6.conf index 5901d0649..d9de5d037 100644 --- a/src/initscripts/core/tty6.conf +++ b/src/initscripts/core/tty6.conf @@ -1,7 +1,5 @@ -# tty6 - getty -# -# This service maintains a getty on tty6 from the point the system is -# started until it is shut down again. +description "Start a tty" +author "IPFire Team" start on stopped mountfs stop on shutdown