From 64309731c5939687e4492f0d960802d3eeee2ec1 Mon Sep 17 00:00:00 2001 From: Branden Robinson Date: Tue, 6 Jun 2006 18:05:40 +0000 Subject: [PATCH] Note probable out-of-dateness of maplink() function body. --- xsfbs.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xsfbs.sh b/xsfbs.sh index 1af8b94..1d0e8dd 100644 --- a/xsfbs.sh +++ b/xsfbs.sh @@ -178,6 +178,10 @@ maplink () { # returns what symlink should point to; i.e., what the "sane" answer is # Keep this in sync with the debian/*.links files. # This is only needed for symlinks to directories. + # + # XXX: Most of these look wrong in the X11R7 world and need to be fixed. + # If we've stopped using this function, fixing it might enable us to re-enable + # it again and catch more errors. case "$1" in /etc/X11/xkb/compiled) echo /var/lib/xkb ;; /etc/X11/xkb/xkbcomp) echo /usr/X11R6/bin/xkbcomp ;;