entrance: use autofoo to sed entrance.conf

This commit is contained in:
Michael Bouchaud 2014-05-05 20:27:21 +00:00
parent b1a227d90d
commit 3def47a5b2
2 changed files with 2 additions and 1 deletions

View File

@ -202,6 +202,7 @@ src/Makefile
src/bin/Makefile
src/daemon/Makefile
data/Makefile
data/entrance.conf
data/themes/Makefile
data/themes/default/Makefile
])

View File

@ -15,7 +15,7 @@ group "Entrance_Config" struct {
/* Commands executed before starting a session */
value "session_start" string: "/usr/bin/sessreg -a -l :0.0";
/* Commands executed to launch a session */
value "session_start" string: "/etc/entrance/Xsession";
value "session_start" string: "@sysconfdir@/entrance/Xsession";
/* Commands executed when exiting a session */
value "session_stop" string: "/usr/bin/sessreg -d -l :0.0";