Changeset 1890 for pcbsd/trunk/system-overlay/PCBSD/Scripts/checkXloader.sh
- Timestamp:
- 05/12/08 10:03:54 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/trunk/system-overlay/PCBSD/Scripts/checkXloader.sh
r563 r1890 7 7 then 8 8 cp /PCBSD/xorg-gui/conf/ttys.xsetup /etc/ttys 9 exit 0 9 10 fi 11 12 if [ -e "/PCBSD/xorg-gui/.rerunxsetup" ] 13 then 14 cp /PCBSD/xorg-gui/conf/ttys.xsetup /etc/ttys 15 exit 0 16 fi
