summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorwchang kim <wchang.kim@samsung.com>2016-08-22 07:28:47 +0900
committerwchang kim <wchang.kim@samsung.com>2016-08-22 09:58:16 +0900
commit607ca16f972d4d6f69d274aca2e4db0a75f5543e (patch)
tree1c4995ca039be3dce341d5b82a5597c3221e8e03 /packaging
parent2e9473b3d964dfd7769c2a6c240d2648c99dacdc (diff)
downloadsystem-plugin-607ca16f972d4d6f69d274aca2e4db0a75f5543e.tar.gz
system-plugin-607ca16f972d4d6f69d274aca2e4db0a75f5543e.tar.bz2
system-plugin-607ca16f972d4d6f69d274aca2e4db0a75f5543e.zip
Changing the default value of lazy mount for idle booting. test_lazymount waits for mounting user parition and then call sd_notify because efl library calls sd_notify. These are temp codes for idle booting. Change-Id: I62670413fa220203f1a2975885ecbac9885e6ce4 Signed-off-by: Woochang Kim <wchang.kim@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/system-plugin.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec
index baa81d1..dfb4c40 100644
--- a/packaging/system-plugin.spec
+++ b/packaging/system-plugin.spec
@@ -14,6 +14,7 @@ Source2: liblazymount.manifest
Requires(post): /usr/bin/systemctl
Requires(post): /usr/bin/vconftool
BuildRequires: pkgconfig(vconf)
+BuildRequires: pkgconfig(libsystemd)
%description
This package provides target specific system configuration files.
@@ -169,7 +170,7 @@ systemctl daemon-reload
%post -n liblazymount
/sbin/ldconfig
-/usr/bin/vconftool set -f -t int db/system/lazy_mount_show_ui 1
+/usr/bin/vconftool set -f -t int db/system/lazy_mount_show_ui 0
systemctl daemon-reload
%postun -n liblazymount -p /sbin/ldconfig