Title: [121641] trunk/Tools
Revision
121641
Author
[email protected]
Date
2012-07-01 15:49:59 -0700 (Sun, 01 Jul 2012)

Log Message

Unreviewed.

* EWSTools/boot.sh:
    - We need to start the screen in detached mode so that we can run
      it remotely via ssh.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (121640 => 121641)


--- trunk/Tools/ChangeLog	2012-07-01 22:44:36 UTC (rev 121640)
+++ trunk/Tools/ChangeLog	2012-07-01 22:49:59 UTC (rev 121641)
@@ -2,6 +2,14 @@
 
         Unreviewed.
 
+        * EWSTools/boot.sh:
+            - We need to start the screen in detached mode so that we can run
+              it remotely via ssh.
+
+2012-07-01  Adam Barth  <[email protected]>
+
+        Unreviewed.
+
         * EWSTools/cold-boot.sh:
             - Turns out we need to sudo this command in order for it to
               actually dimiss the EULA screen. :)

Modified: trunk/Tools/EWSTools/boot.sh (121640 => 121641)


--- trunk/Tools/EWSTools/boot.sh	2012-07-01 22:44:36 UTC (rev 121640)
+++ trunk/Tools/EWSTools/boot.sh	2012-07-01 22:49:59 UTC (rev 121641)
@@ -27,4 +27,4 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-screen -c ~/tools/screen-config
+screen -d -m -c ~/tools/screen-config
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to