|
发表于 2005-2-15 22:44:09
|
显示全部楼层
第一个问题解决了,
[php]
Edit:
Without doing any testing I would say changing line in /etc/init.d/xdm
(from the stop method)
Code:
102 if [ "$(ps -A | grep -e "${myservice}")" ]
103 then
104 start-stop-daemon --stop --quiet \
105 --exe ${myexe} &>/dev/null
106
107 retval=$?
108 else
109 retval=1
110 fi
[/php]
to
[php]
retval=0
[/php]
但是第二个问题不知道怎么解决阿(gnome按注销的时候,没有出现确认对话框,X就自动重启),兄弟们,帮帮忙阿 |
|