mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
fixed gdm script
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@424 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
6bd0b3346e
commit
ac931bb6e1
@ -47,7 +47,9 @@ case "$1" in
|
|||||||
|
|
||||||
stop)
|
stop)
|
||||||
echo "Stopping gdm..."
|
echo "Stopping gdm..."
|
||||||
|
if [ -f /var/run/gdm.pid ]; then
|
||||||
loadproc /opt/gnome2/sbin/gdm-stop
|
loadproc /opt/gnome2/sbin/gdm-stop
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
reload)
|
reload)
|
||||||
|
@ -31,7 +31,7 @@ the local network.</para></sect3>
|
|||||||
|
|
||||||
<sect3><title>gdm-restart and gdm-safe-restart</title>
|
<sect3><title>gdm-restart and gdm-safe-restart</title>
|
||||||
<para>gdm-restart sends the HUP signal and gdm-safe-restart sends the
|
<para>gdm-restart sends the HUP signal and gdm-safe-restart sends the
|
||||||
USR1 signal to the daemon so that it restarts. There are used after the
|
USR1 signal to the daemon so that it restarts. They are used after the
|
||||||
config file is edited.</para></sect3>
|
config file is edited.</para></sect3>
|
||||||
|
|
||||||
<sect3><title>gdmconfig</title>
|
<sect3><title>gdmconfig</title>
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||||
"/usr/share/docbook/docbookx.dtd" [
|
"/usr/share/docbook/docbookx.dtd" [
|
||||||
|
|
||||||
<!ENTITY version "20021124">
|
<!ENTITY version "20021201">
|
||||||
<!ENTITY releasedate "November 24th, 2002">
|
<!ENTITY releasedate "December 1st, 2002">
|
||||||
|
|
||||||
<!ENTITY % book SYSTEM "book/book.ent">
|
<!ENTITY % book SYSTEM "book/book.ent">
|
||||||
<!ENTITY % preface SYSTEM "preface/preface.ent">
|
<!ENTITY % preface SYSTEM "preface/preface.ent">
|
||||||
|
@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem><para>December 1st, 2002 [larry]: Gnome: Fixed script on gdm.
|
||||||
|
Failed when bring down gdm when it was not running.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>November 29th, 2002 [billyoc]: x: Update dri cvs
|
<listitem><para>November 29th, 2002 [billyoc]: x: Update dri cvs
|
||||||
update command with cvs repository on command line.</para></listitem>
|
update command with cvs repository on command line.</para></listitem>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user