head 1.3; access; symbols VSFTPD_1_1_3:1.2; locks; strict; comment @# @; 1.3 date 2003.06.15.15.44.01; author swiergot; state Exp; branches; next 1.2; 1.2 date 2003.01.03.19.08.06; author swiergot; state Exp; branches; next 1.1; 1.1 date 2002.12.25.23.28.34; author swiergot; state Exp; branches; next ; desc @@ 1.3 log @- Version 1.2.0. - Splitted misc patch into five new patches. - Reviewed docs_source. - Preserving old configuration files. - Don't enable local users logins by default. - Extended configuration file. @ text @function config() { if [ ! -f "$1" ]; then mv -f $1.new $1 fi } if ! grep "^vsftpd:" etc/passwd > /dev/null 2>&1; then useradd -d /home/ftp -s /dev/null vsftpd fi if [ -f etc/inetd.conf ]; then if ! grep vsftpd etc/inetd.conf > /dev/null 2>&1; then echo "ftp stream tcp nowait root /usr/sbin/tcpd vsftpd" >> etc/inetd.conf fi fi config etc/vsftpd/vsftpd.conf config etc/vsftpd/banned_email config etc/vsftpd/user_list config etc/vsftpd/chroot_list @ 1.2 log @- Fixed uncompleted script.postinst. @ text @d1 6 d16 5 @ 1.1 log @- Initial release. - Version 1.1.3. @ text @d7 1 a7 1 echo "ftp stream tcp nowait root /usr/sbin/tcpd vsftpd @ .