]> git.pld-linux.org Git - projects/rc-scripts.git/blame - rc.d/rc.init
- support exit code defined in LSB spec (http://www.linuxbase.org/)
[projects/rc-scripts.git] / rc.d / rc.init
CommitLineData
606ce9ed
AM
1# $Id: rc.init,v 1.3 1999/09/02 12:42:44 misiek Exp $
2# This script is started by init ...
3
4if [ -r /etc/sysconfig/i18n ]; then
5. /etc/sysconfig/i18n
6fi
7
8if [ -n "$LANG" ]; then
9export LANG
10fi
11
12if [ -n "$LC_ALL" ]; then
13export LC_ALL
14fi
15
16if [ -n "$LINGUAS" ]; then
17export LINGUAS
18fi
19
20# Execute the program.
21eval exec "$4"
This page took 0.026609 seconds and 4 git commands to generate.