mod_for_factory: adjust patch to ui.conf

ui.conf has changed, adjust this patch to match.

BUG=chromium-os:16079
TEST=none

Change-Id: I33d0bb7150a549c7203f22f4c3a05bfaea13379a
Reviewed-on: http://gerrit.chromium.org/gerrit/2430
Reviewed-by: Richard Barnette <jrbarnette@chromium.org>
Tested-by: Scott James Remnant <keybuk@chromium.org>
This commit is contained in:
Scott James Remnant 2011-06-02 18:11:01 -07:00
parent 11030a4b60
commit 88f81686c4

View File

@ -13,7 +13,7 @@ patch -d "${ROOT_FS_DIR}" -Np1 <<EOF
--- old/etc/init/ui.conf 2010-04-28 21:28:38.886069000 -0700
+++ new/etc/init/ui.conf 2010-04-28 21:29:42.676163000 -0700
@@ -11 +11 @@
-start on stopping startup
-start on starting boot-services
+start on never
EOF