From fc9d6961cee951ec6f99138d9f30271314552f70 Mon Sep 17 00:00:00 2001 From: Nick Sanders Date: Fri, 4 Jun 2010 20:19:18 -0700 Subject: [PATCH] patch upstart for test Review URL: http://codereview.chromium.org/2675005 --- mod_for_test_scripts/400modifyUpstart | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 mod_for_test_scripts/400modifyUpstart diff --git a/mod_for_test_scripts/400modifyUpstart b/mod_for_test_scripts/400modifyUpstart new file mode 100755 index 0000000000..54157ae50e --- /dev/null +++ b/mod_for_test_scripts/400modifyUpstart @@ -0,0 +1,10 @@ +#!/bin/bash + +# Copyright (c) 2010 The Chromium OS Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +echo "Modifying upstart scripts for test accesibility." +sed -i 's/#for_test //' "${ROOT_FS_DIR}/etc/init/openssh-server.conf" +sed -i 's/#for_test //' "${ROOT_FS_DIR}/etc/init/iptables.conf" +