mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
14 lines
157 B
Perl
Executable File
14 lines
157 B
Perl
Executable File
|
|
do 'nis-lib.pl';
|
|
|
|
sub feedback_files
|
|
{
|
|
return ( "/var/yp/Makefile",
|
|
$config{'client_conf'},
|
|
$config{'nsswitch_conf'},
|
|
$config{'securenets'} );
|
|
}
|
|
|
|
1;
|
|
|