2009/2/18 Kai Schaetzl <maillists@xxxxxxxxxxxxx>
Hi Kai,
these are lines 133 till 147
-----------------------------
userlist_enable=NO
tcp_wrappers=YES" > "$ftpconfig";
chkconfig vsftpd on;
service vsftpd restart >/dev/null 2>&1;
service vsftpd status >/dev/null 2>&1;
if [ "$?" != "0" ]
then
echo "...Failed!";
exit 1;
else
echo "...OK";
-----------------------------
Regards, Geert
Geert Batsleer wrote on Tue, 17 Feb 2009 23:25:42 +0100:
what exactly does it have at that line 440?
> I run the (redhat specific install)
> script as root.
Kai
Hi Kai,
these are lines 133 till 147
-----------------------------
userlist_enable=NO
tcp_wrappers=YES" > "$ftpconfig";
chkconfig vsftpd on;
service vsftpd restart >/dev/null 2>&1;
service vsftpd status >/dev/null 2>&1;
if [ "$?" != "0" ]
then
echo "...Failed!";
exit 1;
else
echo "...OK";
-----------------------------
Regards, Geert
_______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos