[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#375689: Instructions on how to reconfigure xserver-xorg are incorrect



I have a workaround for the problem, I will send it now while I
remember. I will try and figure out a fix tomorrow.

change 

# here's a novel concept: DON'T TOUCH THE CONFIG ON UPGRADES
if [ -z "$UPGRADE" ] || dpkg --compare-versions "$2" le "1:7.0.14"; then

to 

# here's a novel concept: DON'T TOUCH THE CONFIG ON UPGRADES
if [ -z "$UPGRADE" ] || dpkg --compare-versions "$2" le "1:8.0.14"; then

in /var/lib/dpkg/info/xserver-xorg.postinst

and 

md5sum /etc/X11/xorg.conf >/var/lib/x11/xorg.conf.md5sum

as the submitter pointed out.

James

-- 
  James Westby
  jw+debian@jameswestby.net
  http://jameswestby.net/




Reply to: