Ignore:
Timestamp:
11/24/2002 10:28:31 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bf94dae
Parents:
b6c918a
Message:

gdm script update

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@414 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/other/gdm/gdm-config.xml

    rb6c918a r1b12c18  
    2828<para>gdm can be tested by executing it from a root console.</para>
    2929
    30 <warning><para>This point forward is alpha (it does not work), but is
    31 close to where it's going.</para></warning>
     30<warning><para>This point forward is beta, it is ready to test.</para></warning>
    3231
    3332<para>To automate the running of gdm, use the following command to
     
    4645        start)
    4746                echo "Starting gdm..."
    48                 loadproc gdm
     47                loadproc /opt/gnome2/bin/gdm
    4948                ;;
    5049
    5150        stop)
    5251                echo "Stopping gdm..."
    53                 killproc gdm
     52                loadproc /opt/gnome2/sbin/gdm-stop
    5453                ;;
    5554
    5655        reload)
    5756                echo "Reloading gdm..."
    58                 reloadproc gdm
     57                reloadproc /opt/gnome2/sbin/gdm-safe-restart
    5958                ;;
    6059
    6160        restart)
    62                 $0 stop
    63                 sleep 1
    64                 $0 start
    65                 ;;
    66 
    67         status)
    68                 statusproc gdm
     61                echo "Restarting gdm..."
     62                loadproc /opt/gnome2/sbin/gdm-restart
    6963                ;;
    7064
    7165        *)
    72                 echo "Usage: $0 {start|stop|reload|restart|status}"
     66                echo "Usage: $0 {start|stop|reload|restart}"
    7367                exit 1
    7468                ;;
Note: See TracChangeset for help on using the changeset viewer.