]> git.pld-linux.org Git - projects/rc-scripts.git/blame - rc.d/rc.init
- another way do check if IPv4/6 is specified on interface
[projects/rc-scripts.git] / rc.d / rc.init
CommitLineData
01ac224d
AM
1# $Id: rc.init,v 1.1 1999/09/02 12:13:32 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"
22
This page took 0.024863 seconds and 4 git commands to generate.