cleidson@debian
(usa Ubuntu)
Enviado em 30/12/2009 - 14:38h
cleidson@cleidson-desktop:~$ ls /etc/init
acpid.conf module-init-tools.conf sreadahead.conf
anacron.conf mountall.conf tty1.conf
apport.conf mountall-net.conf tty2.conf
atd.conf mountall-reboot.conf tty3.conf
avahi-daemon.conf mountall-shell.conf tty4.conf
control-alt-delete.conf networking.conf tty5.conf
cron.conf network-interface.conf tty6.conf
dbus.conf network-manager.conf udev.conf
dmesg.conf procps.conf udev-finish.conf
gdm.conf rc.conf udevmonitor.conf
hal.conf rcS.conf udevtrigger.conf
hostname.conf rc-sysinit.conf ufw.conf
hwclock.conf rsyslog.conf upstart-udev-bridge.conf
hwclock-save.conf rsyslog-kmsg.conf usplash.conf
achei o "gdm.conf" aqui, mas o que tinha no arquivo era isto :
# gdm - GNOME Display Manager
#
# The display manager service manages the X servers running on the
# system, providing login and auto-login services
description "GNOME Display Manager"
author "William Jon McCann <mccann@jhu.edu>"
start on (filesystem
and started hal
and tty-device-added KERNEL=tty7
and (graphics-device-added or stopped udevtrigger))
stop on runlevel [016]
emits starting-dm
respawn
script
[ ! -f /etc/X11/default-display-manager -o "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/usr/sbin/gdm" ]
# Check kernel command-line for inhibitors
for ARG in $(cat /proc/cmdline)
do
case "${ARG}" in
text|-s|s|S|single)
exit 0
;;
esac
done
if [ -r /etc/default/locale ]; then
. /etc/default/locale
export LANG LANGUAGE
elif [ -r /etc/environment ]; then
. /etc/environment
export LANG LANGUAGE
fi
initctl emit starting-dm DM=gdm
exec gdm-binary $CONFIG_FILE
end script
nada relacionado ao root. creio eu