Package: base-config
Version: 2.17
Severity: normal
Tags: patch

Since debian defaults to use xfs to provide X server with fonts,
base-config should start it before starting *dm. Currently it seems not
to be started automatically during initial installation.

diff -urN base-config-2.17.orig/lib/menu/finish base-config-2.17/lib/menu/finish
--- base-config-2.17.orig/lib/menu/finish       2004-01-13 20:11:13.000000000 +0300
+++ base-config-2.17/lib/menu/finish    2004-03-30 19:09:23.000000000 +0400
@@ -10,7 +10,7 @@
 if [ "$1" = new ]; then
        # If a display manager is installed, ask about starting it.
        SERVICES=""
-       for service in xdm gdm kdm; do
+       for service in xfs xdm gdm kdm; do
                if test -x /etc/init.d/$service; then
                        SERVICES="$service $SERVICES"
                fi


-- System Information:
Debian Release: 3.0
  APT prefers testing
  APT policy: (620, 'testing'), (600, 'unstable'), (550, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.25-smp
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to