From f38aab462179dea763207c5e7abc975a8302f82e Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Wed, 25 Jan 2017 10:52:15 -0800 Subject: [PATCH] init.rc, typo: fs-post-data -> post-fs-data Test: pass Change-Id: Icafdb7ec61935b35db85096b49e7f232a456f620 --- rootdir/init.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index d6ae6f0d9..9ab233374 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -482,7 +482,7 @@ on post-fs-data # Check any timezone data in /data is newer than the copy in /system, delete if not. exec - system system -- /system/bin/tzdatacheck /system/usr/share/zoneinfo /data/misc/zoneinfo - # If there is no fs-post-data action in the init..rc file, you + # If there is no post-fs-data action in the init..rc file, you # must uncomment this line, otherwise encrypted filesystems # won't work. # Set indication (checked by vold) that we have finished this action