diff options
| author | fukachan <fukachan> | 2003-01-29 13:58:10 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-01-29 13:58:10 +0000 |
| commit | 0c9bdad5e097a5900a61e37962b8f2c80a660dc3 (patch) | |
| tree | 3429fa1062da66c80bdf6ec892fa4062173814e1 /install.pl.in | |
| parent | 3bf34b7c86aa4e581be3d94009b5f9d63d99c1e0 (diff) | |
| download | fml8-0c9bdad5e097a5900a61e37962b8f2c80a660dc3.tar.gz fml8-0c9bdad5e097a5900a61e37962b8f2c80a660dc3.tar.bz2 fml8-0c9bdad5e097a5900a61e37962b8f2c80a660dc3.zip | |
check by is_valid_{owner,group}().
Diffstat (limited to 'install.pl.in')
| -rwxr-xr-x | install.pl.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/install.pl.in b/install.pl.in index 9c3f413f..a217bfc3 100755 --- a/install.pl.in +++ b/install.pl.in @@ -5,7 +5,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML$ +# $FML: install.pl.in,v 1.1 2003/01/28 04:16:16 fukachan Exp $ # use strict; @@ -61,7 +61,8 @@ sub _install } } - # XXX-TODO: check uid, gid + $installer->is_valid_owner( $config->{ owner } ); + $installer->is_valid_group( $config->{ group } ); $installer->install_main_cf(); $installer->install_sample_cf_files(); |
