-rw-r--r-- | noncore/securityplugins/blueping/config.in | 2 | ||||
-rw-r--r-- | noncore/securityplugins/dummy/config.in | 2 | ||||
-rw-r--r-- | noncore/securityplugins/dummy/dummyplugin.control | 2 | ||||
-rw-r--r-- | noncore/securityplugins/notice/config.in | 2 | ||||
-rw-r--r-- | noncore/securityplugins/notice/notice.control | 2 | ||||
-rw-r--r-- | noncore/securityplugins/pin/config.in | 2 | ||||
-rw-r--r-- | noncore/securityplugins/pin/pin.control | 7 |
7 files changed, 9 insertions, 10 deletions
diff --git a/noncore/securityplugins/blueping/config.in b/noncore/securityplugins/blueping/config.in index ec17c33..9ac5449 100644 --- a/noncore/securityplugins/blueping/config.in +++ b/noncore/securityplugins/blueping/config.in @@ -1,3 +1,3 @@ config MULTIAUTH_BLUEPING - boolean "opie-multiauth-blueping (blueping authentication plugin for opie-multiauth testing)" + boolean "opie-multiauth-blueping (blueping authentication plugin)" default "y" diff --git a/noncore/securityplugins/dummy/config.in b/noncore/securityplugins/dummy/config.in index 2053eef..17b0fb8 100644 --- a/noncore/securityplugins/dummy/config.in +++ b/noncore/securityplugins/dummy/config.in @@ -1,3 +1,3 @@ config MULTIAUTH_DUMMY - boolean "opie-multiauth-dummy (dummy authentication plugin for opie-multiauth testing)" + boolean "opie-multiauth-dummy (dummy authentication plugin, for testing purposes)" default "y" diff --git a/noncore/securityplugins/dummy/dummyplugin.control b/noncore/securityplugins/dummy/dummyplugin.control index 1bd9700..0ab2491 100644 --- a/noncore/securityplugins/dummy/dummyplugin.control +++ b/noncore/securityplugins/dummy/dummyplugin.control @@ -7,3 +7,3 @@ Architecture: arm Version: 0.0.2.3 -Depends: opie-security +Depends: libopiecore2, opie-security Description: Dummy plugin for opie-security authentication. diff --git a/noncore/securityplugins/notice/config.in b/noncore/securityplugins/notice/config.in index bfc649e..a3719e2 100644 --- a/noncore/securityplugins/notice/config.in +++ b/noncore/securityplugins/notice/config.in @@ -1,3 +1,3 @@ config MULTIAUTH_NOTICE - boolean "opie-multiauth-notice (Notice plugin for opie-multiauth)" + boolean "opie-multiauth-notice (Notice authentication plugin)" default "y" diff --git a/noncore/securityplugins/notice/notice.control b/noncore/securityplugins/notice/notice.control index 890e0c9..b9a27c5 100644 --- a/noncore/securityplugins/notice/notice.control +++ b/noncore/securityplugins/notice/notice.control @@ -9,3 +9,3 @@ Depends: opie-security Description: Notice plugin for opie-security authentication. - It allows you to display, for example, a notice from your legal departement. + It allows you to display e.g. a notice from your legal departement. diff --git a/noncore/securityplugins/pin/config.in b/noncore/securityplugins/pin/config.in index d255038..2a05993 100644 --- a/noncore/securityplugins/pin/config.in +++ b/noncore/securityplugins/pin/config.in @@ -1,3 +1,3 @@ config MULTIAUTH_PIN - boolean "opie-multiauth-pin (PIN authentication plugin for opie-multiauth)" + boolean "opie-multiauth-pin (PIN authentication plugin)" default "y" diff --git a/noncore/securityplugins/pin/pin.control b/noncore/securityplugins/pin/pin.control index 158e20d..3709d08 100644 --- a/noncore/securityplugins/pin/pin.control +++ b/noncore/securityplugins/pin/pin.control @@ -7,6 +7,5 @@ Architecture: arm Version: 0.0.2.6 -Depends: opie-security +Depends: libopiecore2, opie-security Description: PIN plugin for opie-security authentication. - It implements the same kind of widgets as opie-security package, - but this implementation can be used along with other authentication - methods in the Opie Multi-Authentication Framework. + Simple PIN-based authentication plugin (replicate the functionality + Qtopia has, or Opie used to have, without plugins). |