diff options
author | Bill Nottingham <notting@redhat.com> | 2006-01-31 21:39:08 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-01-31 21:39:08 +0000 |
commit | 57a75de7802e848fd2fe14b922c03b9d90f03aed (patch) | |
tree | e6513e8c9f142d83c1e1c12548dfa11d84b2dc60 /prefdm | |
parent | ddf1015611c9a91d6557e20ee5778e2af6b87577 (diff) | |
download | initscripts-57a75de7802e848fd2fe14b922c03b9d90f03aed.tar initscripts-57a75de7802e848fd2fe14b922c03b9d90f03aed.tar.gz initscripts-57a75de7802e848fd2fe14b922c03b9d90f03aed.tar.bz2 initscripts-57a75de7802e848fd2fe14b922c03b9d90f03aed.tar.xz initscripts-57a75de7802e848fd2fe14b922c03b9d90f03aed.zip |
remove references to /usr/X11R6/bin (#177938)
Diffstat (limited to 'prefdm')
-rwxr-xr-x | prefdm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin +PATH=/sbin:/usr/sbin:/bin:/usr/bin # shut down any graphical boot that might exist if [ -x /usr/bin/rhgb-client ]; then |