+'Compiling LUFS kernel module' message.
authorshort <>
Wed, 19 Nov 2003 10:34:17 +0000 (10:34 +0000)
committershort <>
Wed, 19 Nov 2003 10:34:17 +0000 (10:34 +0000)
kernel/Linux/prepmod.in

index dbedeb5..4555dcd 100755 (executable)
@@ -116,6 +116,8 @@ my $modules=_readfile "/proc/modules";      # 'lufs' may be already loaded
 _pass if $modules=~/^lufs\b/m;
 _pass if !_system "/sbin/modprobe lufs 2>/dev/null";
 
+print STDERR "Compiling LUFS kernel module - this may take several minutes...\n";      # if !$quiet;
+
 my $proc_version=_readfile "/proc/version";
 my $uname_r=($proc_version=~/^Linux version (\S+)/)[0] || _readfile "uname -r|";
 chomp $uname_r;