linux-l: KDE PATH/Runlevel definieren

Ulrich Wiederhold Mogli at netcologne.de
Do Sep 2 23:06:49 CEST 1999


>
> Hi Uli,
>
> di Slackware habe ich nie angefaßt, ich bräuchte also das in RL4
> aufgerufene Skript, um Dir helfen zu können.

Hallo Joachim,
kein Problem, hier ist es:

#! /bin/sh
#
# rc.4          This file is executed by init(8) when the system is being
#               initialized for run level 4 (XDM)
#
# Version:      @(#)/etc/rc.d/rc.4      2.00    02/17/93
#
# Author:       Fred N. van Kempen, <waltje at uwalt.nl.mugnet.org>
#

# Tell the viewers what's going to happen...
echo "Starting up the X Window System with XDM..."

# Call the "xdm" program.
exec /usr/X11R6/bin/xdm -nodaemon

# All done.

Ich hatte es schon früher mal modifiziert, hat aber nicht funktioniert. Wie folgt:

#! /bin/sh
#
# rc.4          This file is executed by init(8) when the system is being
#               initialized for run level 4 (XDM)
#
# Version:      @(#)/etc/rc.d/rc.4      2.00    02/17/93
#
# Author:       Fred N. van Kempen, <waltje at uwalt.nl.mugnet.org>
#

# Tell the viewers what's going to happen...
echo "Starting up the X Window System with XDM..."

# Call the "xdm" program.
exec /opt/kde/bin/kdm -nodaemon
# exec /usr/X11R6/bin/xdm -nodaemon

# All done.

So, mal schauen, ob Du daraus schlaier wirst als ich.
Gruß Uli




Mehr Informationen über die Mailingliste linux-l