Browse Source

fixed grave spelling bug in the sysvinit stone module

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2206 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
7e7139a739
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/sysvinit/stone_mod_init.sh

+ 1
- 1
package/base/sysvinit/stone_mod_init.sh

@ -34,7 +34,7 @@ set_rl() {
'2 ... Multi user mode without network' 'rl=2' \
'3 ... Multi user mode (normal operation)' 'rl=3' \
'4 ... Custom use' 'rl=4' \
'5 ... Multi user mode with graphical loging manager' 'rl=5'
'5 ... Multi user mode with graphical login manager' 'rl=5'
write_config
}

Loading…
Cancel
Save