5 if [ -z "`getent group "lxdm" 2> /dev/null`" ]; then
7 chown root:lxdm /etc/lxdm/lxdm.conf
12 >>> Substitute your old /etc/lxdm/lxdm.conf
13 >>> with the new one to make the lxdm work properly.
15 >>> To make the LXDM as your default DM,
16 >>> put, 'lxdm' or '@lxdm' (without quotes) on DAEMONS in /etc/rc.conf
18 >>> You can also use /etc/inittab,
19 >>> just add 'x:5:respawn:/usr/sbin/lxdm >& /dev/null' (without quotes)
20 >>> in the end of the file /etc/inittab
21 >>> and uncoment the line on the top 'id:5:initdefault:'.
32 getent group "lxdm" &>/dev/null && groupdel lxdm #1>/dev/null