diff options
author | Bill Nottingham <notting@redhat.com> | 2008-04-25 16:55:04 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-04-25 16:55:04 -0400 |
commit | 89388cd39edcc42ae355ff854f14649822591263 (patch) | |
tree | 95f431fd87de11729d06d11e7fd35f0469a81f2d /event.d | |
parent | 85952e1ed2d52b0e0428965df805b3bfc8f57432 (diff) | |
download | initscripts-89388cd39edcc42ae355ff854f14649822591263.tar initscripts-89388cd39edcc42ae355ff854f14649822591263.tar.gz initscripts-89388cd39edcc42ae355ff854f14649822591263.tar.bz2 initscripts-89388cd39edcc42ae355ff854f14649822591263.tar.xz initscripts-89388cd39edcc42ae355ff854f14649822591263.zip |
Set TEXTDOMAIN, etc. and mark the message for translation
Diffstat (limited to 'event.d')
-rw-r--r-- | event.d/rc1 | 4 |
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 |