[PC-BSD Commits] r7209 - pcbsd/current/SysInstaller
svn at pcbsd.org
svn at pcbsd.org
Wed Jul 14 11:25:14 PDT 2010
Author: kris
Date: 2010-07-14 11:25:14 -0700 (Wed, 14 Jul 2010)
New Revision: 7209
Modified:
pcbsd/current/SysInstaller/sysinstaller.cpp
Log:
Updated location of ttys from xorg-gui
Modified: pcbsd/current/SysInstaller/sysinstaller.cpp
===================================================================
--- pcbsd/current/SysInstaller/sysinstaller.cpp 2010-07-14 18:21:50 UTC (rev 7208)
+++ pcbsd/current/SysInstaller/sysinstaller.cpp 2010-07-14 18:25:14 UTC (rev 7209)
@@ -539,7 +539,7 @@
if ( radioInstallPCBSD->isChecked() ) {
tmpList << "installType=PCBSD";
tmpList << "packageType=uzip";
- tmpList << "runCommand=cp /usr/PCBSD/xorg-gui/conf/ttys.xsetup /etc/ttys";
+ tmpList << "runCommand=cp /usr/local/share/xorg-gui/conf/ttys.xsetup /etc/ttys";
summaryList << tr("Performing a system upgrade of PC-BSD on:") + " /dev/" + upDrive;
} else {
tmpList << "installType=FreeBSD";
@@ -554,7 +554,7 @@
tmpList << "packageType=uzip";
tmpList << "";
tmpList << "# Doing PC-BSD Install make sure to start xorg-gui at first boot";
- tmpList << "runCommand=cp /usr/PCBSD/xorg-gui/conf/ttys.xsetup /etc/ttys";
+ tmpList << "runCommand=cp /usr/local/share/xorg-gui/conf/ttys.xsetup /etc/ttys";
tmpList << "runCommand=sh /usr/PCBSD/Scripts/reset-firewall";
summaryList << tr("Performing a fresh install of PC-BSD");
} else {
More information about the Commits
mailing list