|
@@ -10,3 +10,14 @@ config BR2_PACKAGE_PURE_FTPD
|
|
|
well as hosting providers.
|
|
|
|
|
|
http://www.pureftpd.org
|
|
|
+
|
|
|
+if BR2_PACKAGE_PURE_FTPD
|
|
|
+
|
|
|
+config BR2_PACKAGE_PURE_FTPD_FTPWHO
|
|
|
+ bool "ftpwho"
|
|
|
+ help
|
|
|
+ Enable the pure-ftpd command. Pure-ftpwho shows current Pure-ftpd
|
|
|
+ client sessions. Only the system administrator may run this. Output
|
|
|
+ can be text (default), HTML, XML data and parser-optimized.
|
|
|
+
|
|
|
+endif
|