diff options
author | Bill Nottingham <notting@redhat.com> | 2002-12-17 17:51:27 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-12-17 17:51:27 +0000 |
commit | f23abcb2c752217cd672ae164ffbced0418b7af5 (patch) | |
tree | 9a325b997e2fdaf1d846fe26b6fdc639027e6811 | |
parent | 809d1adc39ac63ba3dc932457b94ca5ea4a90d04 (diff) | |
download | initscripts-f23abcb2c752217cd672ae164ffbced0418b7af5.tar initscripts-f23abcb2c752217cd672ae164ffbced0418b7af5.tar.gz initscripts-f23abcb2c752217cd672ae164ffbced0418b7af5.tar.bz2 initscripts-f23abcb2c752217cd672ae164ffbced0418b7af5.tar.xz initscripts-f23abcb2c752217cd672ae164ffbced0418b7af5.zip |
tyopr7-00
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 287c57e0..e3ee1284 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -26,7 +26,7 @@ fi . /etc/init.d/functions # Start the graphical boot, if necessary -if [ "$BOOTUP" = "graphical" ] +if [ "$BOOTUP" = "graphical" ]; then if [ -x /usr/bin/rhgb ]; then /usr/bin/rhgb else |