]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Update vsftpd to 2.2.1 + add upstart job.
authorMarcus Scholz <commander1024@ipfire.org>
Sun, 1 Nov 2009 04:12:47 +0000 (05:12 +0100)
committerMarcus Scholz <commander1024@ipfire.org>
Sun, 1 Nov 2009 04:12:47 +0000 (05:12 +0100)
lfs/vsftpd
src/initscripts/extras/vsftpd.conf [new file with mode: 0644]

index 9e61f2b368c2b2f98676e1d8662e6f7013fd0b6e..ef640fbcb9765266d615f94598ba645ea35d3a61 100644 (file)
@@ -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 (file)
index 0000000..9a7c861
--- /dev/null
@@ -0,0 +1,8 @@
+description            "vsftpd FTPS Server"
+author                 "IPFire Team"
+
+start on started network
+stop on stopping network
+
+exec /usr/sbin/vsftpd
+respawn