summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2009-11-23 14:21:57 +0000
committerOlivier Blin <oblin@mandriva.com>2009-11-23 14:21:57 +0000
commitd47a9867fdbe730f37ea753f40e9dd5ff1b6678a (patch)
tree8d0d614985be9c5199b861899e93d2e5584e1568 /perl-install/any.pm
parentb495b57fe420b248441a63eea98a0ee086b8246d (diff)
downloaddrakx-backup-do-not-use-d47a9867fdbe730f37ea753f40e9dd5ff1b6678a.tar
drakx-backup-do-not-use-d47a9867fdbe730f37ea753f40e9dd5ff1b6678a.tar.gz
drakx-backup-do-not-use-d47a9867fdbe730f37ea753f40e9dd5ff1b6678a.tar.bz2
drakx-backup-do-not-use-d47a9867fdbe730f37ea753f40e9dd5ff1b6678a.tar.xz
drakx-backup-do-not-use-d47a9867fdbe730f37ea753f40e9dd5ff1b6678a.zip
fix xguest existence test
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
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 {