From: Marcus Scholz Date: Sun, 1 Nov 2009 04:12:47 +0000 (+0100) Subject: Update vsftpd to 2.2.1 + add upstart job. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1471f7d2d361ce4b90abdbcbbeaafae5edfd244;p=ipfire-3.x.git Update vsftpd to 2.2.1 + add upstart job. --- diff --git a/lfs/vsftpd b/lfs/vsftpd index 9e61f2b36..ef640fbcb 100644 --- a/lfs/vsftpd +++ b/lfs/vsftpd @@ -25,7 +25,7 @@ include Config PKG_NAME = vsftpd -PKG_VER = 2.1.0 +PKG_VER = 2.2.1 PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) diff --git a/src/initscripts/extras/vsftpd.conf b/src/initscripts/extras/vsftpd.conf new file mode 100644 index 000000000..9a7c86115 --- /dev/null +++ b/src/initscripts/extras/vsftpd.conf @@ -0,0 +1,8 @@ +description "vsftpd FTPS Server" +author "IPFire Team" + +start on started network +stop on stopping network + +exec /usr/sbin/vsftpd +respawn