From e95d8d1c5a1e2941d7a354dcb5290a1b65dcf50a Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 23 Nov 2009 14:31:28 +0000 Subject: fix another xguest file path --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 3bd9da53d..1d9ca6722 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -895,7 +895,7 @@ sub ask_user_and_root { ); if ($xguest && !is_xguest_installed()) { - $in->do_pkgs->ensure_is_installed('xguest', '/etc/security/namespace.d/guest.conf'); + $in->do_pkgs->ensure_is_installed('xguest', '/etc/security/namespace.d/xguest.conf'); } elsif (!$xguest && is_xguest_installed()) { $in->do_pkgs->remove('xguest') or return; } -- cgit v1.2.1