]> git.pld-linux.org Git - packages/entrance.git/blobdiff - entrance.init
- unified preamble in %changelog
[packages/entrance.git] / entrance.init
index 966a813f9aab5de1b348744f7a3988ecbc4c7d98..a08acd8fe4ccf38096067112f011bf8ec0795209 100644 (file)
@@ -4,7 +4,7 @@
 #
 # Version:     @(#) /etc/rc.d/init.d/entrance 0.1
 #
-# chkconfig:   5 95 5
+# chkconfig:   5 99 1
 # description: Starts and stops the Enlighted Display Manager at startup and \
 #              shutdown..
 #
@@ -26,8 +26,8 @@ case "$1" in
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/entrance ]; then
                msg_starting "Enlightened Display Manager"
-               /etc/X11/entrance/generate-config
-               if [ -r /var/lib/entrance/entrance_config.cfg ]; then
+               /usr/share/entrance/build_config.sh > /dev/null
+               if [ -r /etc/entrance_config.cfg ]; then
                        daemon /usr/sbin/entranced
                        RETVAL=$?
                        [ $RETVAL -eq 0 ] && touch /var/lock/subsys/entrance
This page took 0.096023 seconds and 4 git commands to generate.