file transfer submenu has variants "notls/nossl" and "tls"
that's a little bit confusing
unify the entries: tls becomes default, old variant get changed to "notls"

Signed-off-by: Dirk Neukirchen<dirkneukirc...@web.de>
---
 net/pure-ftpd/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/net/pure-ftpd/Makefile b/net/pure-ftpd/Makefile
index 3b2403b..3c79a2b 100644
--- a/net/pure-ftpd/Makefile
+++ b/net/pure-ftpd/Makefile
@@ -30,13 +30,13 @@ define Package/pure-ftpd/Default
   URL:=http://www.pureftpd.org/project/pure-ftpd
 endef
 
-define Package/pure-ftpd
+define Package/pure-ftpd-notls
   $(call Package/pure-ftpd/Default)
   TITLE+= (no TLS)
   VARIANT:=notls
 endef
 
-define Package/pure-ftpd-tls
+define Package/pure-ftpd
   $(call Package/pure-ftpd/Default)
   TITLE+= (TLS)
   VARIANT:=tls
@@ -51,13 +51,13 @@ define Package/pure-ftpd/description
  personal users as well as hosting providers.
 endef
 
-Package/pure-ftpd-tls/description=$(Package/pure-ftpd/description)
+Package/pure-ftpd-notls/description=$(Package/pure-ftpd/description)
 
 define Package/pure-ftpd/conffiles
 /etc/config/pure-ftpd
 endef
 
-Package/pure-ftpd-tls/conffiles=$(Package/pure-ftpd/conffiles)
+Package/pure-ftpd-notls/conffiles=$(Package/pure-ftpd/conffiles)
 
 CONFIGURE_ARGS += \
        --with-everything \
@@ -86,7 +86,7 @@ define Package/pure-ftpd/install
                $(1)/usr/sbin/
 endef
 
-Package/pure-ftpd-tls/install=$(Package/pure-ftpd/install)
+Package/pure-ftpd-notls/install=$(Package/pure-ftpd/install)
 
 $(eval $(call BuildPackage,pure-ftpd))
-$(eval $(call BuildPackage,pure-ftpd-tls))
+$(eval $(call BuildPackage,pure-ftpd-notls))
-- 
1.8.1.2
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to