diff options
Diffstat (limited to 'prefdm')
-rwxr-xr-x | prefdm | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin +# shut down any graphical boot that might exist +if [ -x /usr/bin/rhgb-client ]; then + /usr/bin/rhgb-client --quit +fi + # We need to source this so that the login screens get translated [ -f /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n |