summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRusty Lynch <rusty.lynch@intel.com>2013-06-27 12:05:25 -0700
committerRusty Lynch <rusty.lynch@intel.com>2013-06-27 12:07:04 -0700
commit5458f891a0e6f0ec412577f4eff026464f80fec8 (patch)
treeaa77b217d72fa875539a858753854bb43c3aa7e1
parent90f3fe00e90b0a468693f0e115731e0261b63f2d (diff)
downloadvconf-5458f891a0e6f0ec412577f4eff026464f80fec8.tar.gz
vconf-5458f891a0e6f0ec412577f4eff026464f80fec8.tar.bz2
vconf-5458f891a0e6f0ec412577f4eff026464f80fec8.zip
Remove ghost ref to nonexisting var-run.mountsubmit/tizen/20130627.192454accepted/tizen/20130627.194918
Fix the systemd service file to not depend on a phantom mount Change-Id: Iee58582fdd8b0c9f5e1d94a36034a98fcb8c0a7c
-rwxr-xr-xpackaging/vconf-setup.service2
-rw-r--r--packaging/vconf.changes3
2 files changed, 3 insertions, 2 deletions
diff --git a/packaging/vconf-setup.service b/packaging/vconf-setup.service
index 321653d..e283cad 100755
--- a/packaging/vconf-setup.service
+++ b/packaging/vconf-setup.service
@@ -2,8 +2,6 @@
[Unit]
Description=Initialize the VConf storage
DefaultDependencies=no
-After=var-run.mount
-Requires=var-run.mount
Before=basic.target
[Service]
diff --git a/packaging/vconf.changes b/packaging/vconf.changes
index eaf5003..20bc499 100644
--- a/packaging/vconf.changes
+++ b/packaging/vconf.changes
@@ -1,3 +1,6 @@
+* Thu Jun 27 2013 Rusty Lynch <rusty.lynch@intel.com> submit/tizen/20130620.090141@6700abc
+- Remove ghost ref to nonexisting var-run.mount
+
* Wed Jun 12 2013 Victor Hakoun <victor.hakoun@eurogiciel.fr> accepted/tizen/20130604.123334@ee4fcd1
- Fix possible memory leak
- Fix string manipulation in x86_64 runtime