mirror of
https://github.com/MariaDB/server.git
synced 2025-07-16 00:42:55 +03:00
9 lines
123 B
Perl
9 lines
123 B
Perl
package My::Suite::Plugins;
|
|
|
|
@ISA = qw(My::Suite);
|
|
|
|
$ENV{PAM_SETUP_FOR_MTR}=1 if -e '/etc/pam.d/mariadb_mtr';
|
|
|
|
bless { };
|
|
|