Include saft.conf in the list of scripts modified for test.

This change must accompany http://codereview.chromium.org/3330005/show

Change-Id: If57a726933e4a243e424bdc98ddd577081afe6e2

BUG=chromium-os:6345
TEST=manual
built an image, ran mod_image_for_test on it, then
split the image into partition blobs, mounted part_3 and
checked /etc/init/{openssh-server,iptables,saft}.conf
- they all have the #for_test string removed.
removed.

Review URL: http://codereview.chromium.org/3309006
This commit is contained in:
vbendeb 2010-09-03 18:30:47 -07:00
parent 446c2115e4
commit 68fd512d31

View File

@ -5,6 +5,7 @@
# 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"
for script in openssh-server iptables saft; do
sed -i 's/#for_test //' "${ROOT_FS_DIR}/etc/init/${script}.conf"
done