summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-19 20:40:22 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-19 20:40:22 +0000
commitfd0b2d7966ee3c48142c813a87be8fe1bb004a70 (patch)
tree246dad563898e416c4a357a6e5bd8e5295321604 /perl-install/standalone
parent0a4ac9e0619782478e0c792492307029895deadc (diff)
downloaddrakx-backup-do-not-use-fd0b2d7966ee3c48142c813a87be8fe1bb004a70.tar
drakx-backup-do-not-use-fd0b2d7966ee3c48142c813a87be8fe1bb004a70.tar.gz
drakx-backup-do-not-use-fd0b2d7966ee3c48142c813a87be8fe1bb004a70.tar.bz2
drakx-backup-do-not-use-fd0b2d7966ee3c48142c813a87be8fe1bb004a70.tar.xz
drakx-backup-do-not-use-fd0b2d7966ee3c48142c813a87be8fe1bb004a70.zip
any::get_secure_level() doesn't exist anymore, use security::level::get() instead (fix titi change)
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/drakupdate_fstab3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/standalone/drakupdate_fstab b/perl-install/standalone/drakupdate_fstab
index aeb38e73b..3285daac7 100755
--- a/perl-install/standalone/drakupdate_fstab
+++ b/perl-install/standalone/drakupdate_fstab
@@ -20,6 +20,7 @@
use lib qw(/usr/lib/libDrakX);
use detect_devices;
+use security::level;
use common;
use fsedit;
use lang;
@@ -77,7 +78,7 @@ sub device_name_to_entry {
sub set_options {
my ($part, $use_supermount) = @_;
- my $security = any::get_secure_level();
+ my $security = security::level::get();
my ($iocharset, $codepage) = lang::fs_options(lang::read());
fs::set_default_options($part, 1, $use_supermount, $security, $iocharset, $codepage);