summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2008-01-14 07:44:05 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2008-01-14 07:44:05 +0000
commit51f907b750e39a1ab5d1ec28301252d869bf31dc (patch)
tree6277bf68bbf6eca1365e6442a9c178dd88a20dac /gnome-base/gdm/gdm-2.20.3.ebuild
parentBump to latest RC. (diff)
downloadhistorical-51f907b750e39a1ab5d1ec28301252d869bf31dc.tar.gz
historical-51f907b750e39a1ab5d1ec28301252d869bf31dc.tar.bz2
historical-51f907b750e39a1ab5d1ec28301252d869bf31dc.zip
fix config location
Package-Manager: portage-2.1.4
Diffstat (limited to 'gnome-base/gdm/gdm-2.20.3.ebuild')
-rw-r--r--gnome-base/gdm/gdm-2.20.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/gdm/gdm-2.20.3.ebuild b/gnome-base/gdm/gdm-2.20.3.ebuild
index 658e60d6f26a..fc76c56eb543 100644
--- a/gnome-base/gdm/gdm-2.20.3.ebuild
+++ b/gnome-base/gdm/gdm-2.20.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.20.3.ebuild,v 1.2 2008/01/10 18:24:47 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.20.3.ebuild,v 1.3 2008/01/14 07:44:04 compnerd Exp $
inherit autotools eutils pam gnome2
@@ -162,7 +162,7 @@ src_install() {
pkg_postinst() {
gnome2_pkg_postinst
- elog "To make GDM start at boot, edit /etc/rc.conf"
+ elog "To make GDM start at boot, edit /etc/conf.d/xdm"
elog "and then execute 'rc-update add xdm default'."
elog "GDM has changed the location of its configuration file. Please"