From 0c9bdad5e097a5900a61e37962b8f2c80a660dc3 Mon Sep 17 00:00:00 2001 From: fukachan Date: Wed, 29 Jan 2003 13:58:10 +0000 Subject: check by is_valid_{owner,group}(). --- install.pl.in | 5 +++-- 1 file 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(); -- cgit v1.2.1