summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/mount_options.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-08-04 02:06:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-08-04 02:06:12 +0000
commit1602968a9b23e7864dba87add06c015788599915 (patch)
treec6d938a9dc1d76bac622585611e2b015cc855bc7 /perl-install/fs/mount_options.pm
parente7bec268672e3fdc2a73eacf36dbaf72235ccfd2 (diff)
downloaddrakx-1602968a9b23e7864dba87add06c015788599915.tar
drakx-1602968a9b23e7864dba87add06c015788599915.tar.gz
drakx-1602968a9b23e7864dba87add06c015788599915.tar.bz2
drakx-1602968a9b23e7864dba87add06c015788599915.tar.xz
drakx-1602968a9b23e7864dba87add06c015788599915.zip
return a true value for perl
Diffstat (limited to 'perl-install/fs/mount_options.pm')
-rw-r--r--perl-install/fs/mount_options.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm
index 0e5d2519f..66d434d0e 100644
--- a/perl-install/fs/mount_options.pm
+++ b/perl-install/fs/mount_options.pm
@@ -246,3 +246,5 @@ sub set_all_default {
set_default($part, %opts);
}
}
+
+1;