diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-15 08:40:42 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-15 08:40:42 +0000 |
commit | f64bf39f038761473b3dede94daafb5633524456 (patch) | |
tree | 7c6c2104a38879f3a28c490c7a5e6971be8612ea /openwrt/package/squid/Config.in | |
parent | 40152cc646ac4cd24d5f1473fdac7974b0f419aa (diff) |
Fixed typos in menuconfig
Cleanup patch, fix building when using 'pkg-config --openssl' on host system, closes #482
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3657 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/squid/Config.in')
-rw-r--r-- | openwrt/package/squid/Config.in | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/openwrt/package/squid/Config.in b/openwrt/package/squid/Config.in index 0891e58a0..100740cd9 100644 --- a/openwrt/package/squid/Config.in +++ b/openwrt/package/squid/Config.in @@ -1,7 +1,7 @@ -menu "squid............................ proxy and web cache" +menu "squid............................. proxy and web cache" config BR2_PACKAGE_SQUID - prompt "squid.......................... full-featured Web proxy cache" + prompt "squid................................. full-featured Web proxy cache" tristate default m if CONFIG_DEVEL select BR2_PACKAGE_LIBOPENSSL @@ -14,77 +14,77 @@ config BR2_PACKAGE_SQUID http://www.squid-cache.org config BR2_PACKAGE_SQUID_MOD_BASIC_AUTH_GETPWNAM - prompt "squid-mod-basic-auth-getpwnam... getpwnam basic authentication helper" + prompt "squid-mod-basic-auth-getpwnam......... getpwnam basic authentication helper" tristate depends BR2_PACKAGE_SQUID help Password basic authentication helper config BR2_PACKAGE_SQUID_MOD_BASIC_AUTH_NCSA - prompt "squid-mod-basic-auth-ncsa...... NCSA basic authentication helper" + prompt "squid-mod-basic-auth-ncsa............. NCSA basic authentication helper" tristate depends BR2_PACKAGE_SQUID help NCSA basic authentication helper config BR2_PACKAGE_SQUID_MOD_BASIC_AUTH_SMB - prompt "squid-mod-basic-auth-smb...... Samba basic authentication helper" + prompt "squid-mod-basic-auth-smb.............. Samba basic authentication helper" tristate depends BR2_PACKAGE_SQUID help Samba basic authentication helper config BR2_PACKAGE_SQUID_MOD_BASIC_AUTH_WINBIND - prompt "squid-mod-basic-auth-winbind.. Winbind basic authentication helper" + prompt "squid-mod-basic-auth-winbind.......... Winbind basic authentication helper" tristate depends BR2_PACKAGE_SQUID help Winbind basic authentication helper config BR2_PACKAGE_SQUID_MOD_DIGEST_AUTH_PASSWORD - prompt "squid-mod-digest-auth-password. Password digest authentication ehlper" + prompt "squid-mod-digest-auth-password........ Password digest authentication ehlper" tristate depends BR2_PACKAGE_SQUID help Password digest authentication helper config BR2_PACKAGE_SQUID_MOD_EXTERNAL_ACL_IP_USER - prompt "squid-mod-external-acl-ip_user.. IP user external ACL helper" + prompt "squid-mod-external-acl-ip_user........ IP user external ACL helper" tristate depends BR2_PACKAGE_SQUID help IP user external ACL helper config BR2_PACKAGE_SQUID_MOD_EXTERNAL_ACL_UNIX_GROUP - prompt "squid-mod-external-acl-unix-group Unix group external ACL helper" + prompt "squid-mod-external-acl-unix-group..... Unix group external ACL helper" tristate depends BR2_PACKAGE_SQUID help Unix group external ACL helper config BR2_PACKAGE_SQUID_MOD_EXTERNAL_ACL_WINBIND_GROUP - prompt "squid-mod-external-acl-winbind-group Winbind group external ACL helper" + prompt "squid-mod-external-acl-winbind-group.. Winbind group external ACL helper" tristate depends BR2_PACKAGE_SQUID help Winbind group external ACL helper config BR2_PACKAGE_SQUID_MOD_NTLM_AUTH_FAKEAUTH - prompt "squid-mod-ntlm-auth-fakeauth........ Fakeauth NTLM authentication helper" + prompt "squid-mod-ntlm-auth-fakeauth.......... Fakeauth NTLM authentication helper" tristate depends BR2_PACKAGE_SQUID help Fakeauth NTLM authentication helper config BR2_PACKAGE_SQUID_MOD_NTLM_AUTH_SMB_AUTH - prompt "squid-mod-ntlm-auth-smb-auth........ Samba NTLM authentication helper" + prompt "squid-mod-ntlm-auth-smb-auth.......... Samba NTLM authentication helper" tristate depends BR2_PACKAGE_SQUID help Samba NTLM authentication helper config BR2_PACKAGE_SQUID_MOD_NTLM_AUTH_WINBIND_AUTH - prompt "squid-mod-ntlm-auth-winbind-auth.... Winbind NTLM authentication helper" + prompt "squid-mod-ntlm-auth-winbind-auth...... Winbind NTLM authentication helper" tristate depends BR2_PACKAGE_SQUID help |