summaryrefslogtreecommitdiff
path: root/package/vsftpd/ipkg
diff options
context:
space:
mode:
Diffstat (limited to 'package/vsftpd/ipkg')
-rw-r--r--package/vsftpd/ipkg/vsftpd.conffiles1
-rw-r--r--package/vsftpd/ipkg/vsftpd.control5
-rw-r--r--package/vsftpd/ipkg/vsftpd.postinst3
3 files changed, 9 insertions, 0 deletions
diff --git a/package/vsftpd/ipkg/vsftpd.conffiles b/package/vsftpd/ipkg/vsftpd.conffiles
new file mode 100644
index 000000000..45632cf31
--- /dev/null
+++ b/package/vsftpd/ipkg/vsftpd.conffiles
@@ -0,0 +1 @@
+/etc/vsftpd.conf
diff --git a/package/vsftpd/ipkg/vsftpd.control b/package/vsftpd/ipkg/vsftpd.control
new file mode 100644
index 000000000..6fe53ecba
--- /dev/null
+++ b/package/vsftpd/ipkg/vsftpd.control
@@ -0,0 +1,5 @@
+Package: vsftpd
+Priority: optional
+Section: net
+Description: a fast and secure FTP server
+Depends:
diff --git a/package/vsftpd/ipkg/vsftpd.postinst b/package/vsftpd/ipkg/vsftpd.postinst
new file mode 100644
index 000000000..c64e98223
--- /dev/null
+++ b/package/vsftpd/ipkg/vsftpd.postinst
@@ -0,0 +1,3 @@
+#!/bin/sh
+. $IPKG_INSTROOT/etc/functions.sh
+add_rcconf vsftpd vsftpd NO