summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-04-25 16:55:04 -0400
committerBill Nottingham <notting@redhat.com>2008-04-25 16:55:04 -0400
commit89388cd39edcc42ae355ff854f14649822591263 (patch)
tree95f431fd87de11729d06d11e7fd35f0469a81f2d
parent85952e1ed2d52b0e0428965df805b3bfc8f57432 (diff)
downloadinitscripts-89388cd39edcc42ae355ff854f14649822591263.tar.gz
initscripts-89388cd39edcc42ae355ff854f14649822591263.tar.xz
initscripts-89388cd39edcc42ae355ff854f14649822591263.zip
Set TEXTDOMAIN, etc. and mark the message for translation
-rw-r--r--event.d/rc14
1 files changed, 3 insertions, 1 deletions
diff --git a/event.d/rc1 b/event.d/rc1
index 5153c8c2..5ad47bbe 100644
--- a/event.d/rc1
+++ b/event.d/rc1
@@ -22,6 +22,8 @@ script
end script
post-stop script
clear
- echo "Telling INIT to go to single user mode."
+ TEXTDOMAIN=initscripts
+ . /etc/profile.d/lang.sh
+ echo $"Telling INIT to go to single user mode."
exec telinit S
end script