Changeset 2781bac
- Timestamp:
- May 9, 2013 8:58:16 AM (11 days ago)
- Branches:
- master
- Children:
- e618ee0
- Parents:
- b53f797
- File:
-
- 1 edited
-
src-qt4/pc-xgui/resources/scripts/xinit-check (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src-qt4/pc-xgui/resources/scripts/xinit-check
r1620346 r2781bac 1 1 #!/bin/sh 2 3 # Source our functions 4 . /usr/local/share/pcbsd/scripts/functions.sh 2 5 3 6 if [ -e "/root/.xprofile" ] … … 16 19 PID=$! 17 20 /usr/local/bin/pc-xgui -test 18 if [ "${?}" = "0" ] 19 then 21 if [ "${?}" = "0" ]; then 20 22 echo "selected" > ${XGUITMP}/.selected 23 24 # Run the firstboot script immediately 25 run_firstboot 21 26 fi 22 27 kill -9 ${PID}
Note: See TracChangeset
for help on using the changeset viewer.
