Hide Forgot
The kdebase package from Skipjack updates (as pulled by up2date) is doing something rather strange with configs: rpm -qlv kdebase-3.0.0-0.cvs20020321.1 | grep kdmrc -rw-r--r-- 1 root root 17071 Мар 21 10:35 /etc/X11/xdm/kdmrc -rw-r--r-- 1 root root 17072 Мар 20 08:58 /etc/kde/kdm/kdmrc lrwxrwxrwx 1 root root 29 Мар 21 10:35 /usr/share/config/kdm/kdmrc -> ../../../../etc/X11/xdm/kdmrc rpm -qlv kdebase-3.0.0-0.cvs20020321.1 | grep Xacc -rw-r--r-- 1 root root 1926 Мар 14 08:51 /etc/kde/kdm/Xaccess -rw-r--r-- 1 root root 1926 Мар 21 10:34 /usr/share/config/kdm/Xaccess Why does it have 2 *different* copies of kdmrc *and* a symlink???
This is fixed in the current version.
(The symlinks are needed because of Bug #61413; the real fix would be to replace /usr/share/config/kdm with a symlink to /etc/X11/xdm).