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
commit8c3306c4327822342f65982b74c7cfbdc57f0d15 (patch)
tree9ebe730c6f4e6b3d64e0e4619a007322bb91a42a /gnome-base/gdm/gdm-2.20.3.ebuild
parentBump to latest RC. (diff)
downloadgentoo-2-8c3306c4327822342f65982b74c7cfbdc57f0d15.tar.gz
gentoo-2-8c3306c4327822342f65982b74c7cfbdc57f0d15.tar.bz2
gentoo-2-8c3306c4327822342f65982b74c7cfbdc57f0d15.zip
fix config location
(Portage version: 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"