From d47a9867fdbe730f37ea753f40e9dd5ff1b6678a Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 23 Nov 2009 14:21:57 +0000 Subject: fix xguest existence test --- 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 b622ca666..3bd9da53d 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -807,7 +807,7 @@ sub ask_user { } sub is_xguest_installed() { - -e "$::prefix/etc/security/namespace.d/guest.conf"; + -e "$::prefix/etc/security/namespace.d/xguest.conf"; } sub ask_user_and_root { -- cgit v1.2.1