author | clem <clem> | 2004-08-06 00:19:16 (UTC) |
---|---|---|
committer | clem <clem> | 2004-08-06 00:19:16 (UTC) |
commit | 20e6c238513eb91f47c3030c2db7ada7cf4b7f25 (patch) (side-by-side diff) | |
tree | 0eccaf49caaa50fb85766d802ac2c077cdd15247 | |
parent | 90ca457fbf420e31eed99c828a23e451bf8dc30c (diff) | |
download | opie-20e6c238513eb91f47c3030c2db7ada7cf4b7f25.zip opie-20e6c238513eb91f47c3030c2db7ada7cf4b7f25.tar.gz opie-20e6c238513eb91f47c3030c2db7ada7cf4b7f25.tar.bz2 |
Don't build it by default; more specific comment about how it's just useful
for tests.
-rw-r--r-- | core/settings/security/demo/config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/settings/security/demo/config.in b/core/settings/security/demo/config.in index d867014..4e3e206 100644 --- a/core/settings/security/demo/config.in +++ b/core/settings/security/demo/config.in @@ -1,4 +1,4 @@ config MULTIAUTH_DEMO - boolean "opie-security multiauth demo (provides several ways to lock and unlock the device)" - default "y" + boolean "opie-security multiauth demo (small app only used for testing security plugins & framework)" + default "n" depends SECURITY |