aboutsummaryrefslogtreecommitdiffstats
path: root/community/lxdm/lxdm.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/lxdm/lxdm.initd')
-rw-r--r--community/lxdm/lxdm.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lxdm/lxdm.initd b/community/lxdm/lxdm.initd
index eb10452133b..606ab969cb4 100644
--- a/community/lxdm/lxdm.initd
+++ b/community/lxdm/lxdm.initd
@@ -6,7 +6,7 @@ description="Lightweight Display Manager from LXDM"
command=/usr/sbin/lxdm
-depends() {
+depend() {
provide display-manager
- needs localmount
+ need localmount
}