Changeset 9c1acc7 in bootscripts-standard for clfs/init.d
- Timestamp:
- Jan 8, 2009, 7:21:09 PM (16 years ago)
- Branches:
- master
- Children:
- e5112de
- Parents:
- 1f11ff2
- Location:
- clfs/init.d
- Files:
-
- 1 deleted
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
clfs/init.d/i18n
r1f11ff2 r9c1acc7 1 1 #!/bin/bash 2 2 ######################################################################## 3 # Begin $rc_base/init.d/ unicode3 # Begin $rc_base/init.d/i18n 4 4 # 5 # Description : Setup for Unicode Console5 # Description : Setup for i18n 6 6 # 7 7 # Authors : Jim Gifford … … 9 9 # Version : 00.00 10 10 # 11 # Notes : This Script Replaces console script11 # Notes : 12 12 # 13 13 ######################################################################## … … 16 16 . ${rc_functions} 17 17 18 if [ -f /etc/sysconfig/ unicode]; then19 . /etc/sysconfig/ unicode18 if [ -f /etc/sysconfig/i18n ]; then 19 . /etc/sysconfig/i18n 20 20 fi 21 21 … … 81 81 esac 82 82 83 # End $rc_base/init.d/ unicode83 # End $rc_base/init.d/i18n
Note:
See TracChangeset
for help on using the changeset viewer.