# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.664 2006/10/02 20:41:53 wolf31o2 Exp $
+ 27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/support/chroot-functions.sh, targets/support/livecdfs-update.sh:
+ Fix the display manager sed lines and change the icon for the local Handbook
+ to use the GNOME 2.16 icon for gedit.
+
27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
modules/generic_stage_target.py:
Changed the portage_overlay option to always install overlays in
Name=Gentoo Linux Handbook
GenericName=Gentoo Linux Handbook
Comment=This is a link to the local copy of the Gentoo Linux Handbook.
-Icon=gedit-icon.png" > /usr/share/applications/gentoo-handbook.desktop
+Icon=text-editor" > /usr/share/applications/gentoo-handbook.desktop
}
# Setup configured display manager
if [ -n "${clst_livecd_xdm}" ]
then
- sed -i "s:#DISPLAYMANAGER=\"xdm\":DISPLAYMANAGER=\"${clst_livecd_xdm}\":" \
+ sed -i \
+ -e "s:DISPLAYMANAGER=\"xdm\":DISPLAYMANAGER=\"${clst_livecd_xdm}\":" \
+ -e ":^DISPLAYMANAGER: s:^#::" \
/etc/rc.conf
- sed -i "s:#DISPLAYMANAGER=\"xdm\":DISPLAYMANAGER=\"${clst_livecd_xdm}\":" \
+ sed -i \
+ -e "s:DISPLAYMANAGER=\"xdm\":DISPLAYMANAGER=\"${clst_livecd_xdm}\":" \
/etc/conf.d/xdm
fi