mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
8 lines
123 B
Perl
8 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 { };
|
|
|