Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 333639
Collapse All | Expand All

(-)networkmanager-0.8.1-r3.ebuild (-1 / +10 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit gnome.org eutils autotools
7
inherit linux-info gnome.org eutils autotools
8
8
9
# NetworkManager likes itself with capital letters
9
# NetworkManager likes itself with capital letters
10
MY_PN=${PN/networkmanager/NetworkManager}
10
MY_PN=${PN/networkmanager/NetworkManager}
Lines 128-133 Link Here
128
}
128
}
129
129
130
pkg_postinst() {
130
pkg_postinst() {
131
	if linux_config_exists; then
132
		if  linux_chkconfig_present SYSFS_DEPRECATED; then
133
			ewarn "If CONFIG_SYSFS_DEPRECATED is set in your kernel .config, "
134
			ewarn "NetworkManager won't work properly."
135
			ewarn "See http://bugs.gentoo.org/333639 for more info."
136
			ewarn "Please unset CONFIG_SYSFS_DEPRECATED in your kernel .config"
137
			ewarn ""
138
		fi
139
	fi
131
	elog "You will need to reload DBus if this is your first time installing"
140
	elog "You will need to reload DBus if this is your first time installing"
132
	elog "NetworkManager, or if you're upgrading from 0.7 or older."
141
	elog "NetworkManager, or if you're upgrading from 0.7 or older."
133
	elog ""
142
	elog ""

Return to bug 333639