fixed gdm script

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@424 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2002-12-01 18:34:18 +00:00
parent 6bd0b3346e
commit ac931bb6e1
4 changed files with 8 additions and 3 deletions

View File

@ -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)

View File

@ -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>

View File

@ -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">

View File

@ -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>