summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2002-11-26 00:05:21 +0000
committerStig Bakken <ssb@php.net>2002-11-26 00:05:21 +0000
commit58c57d43ab522d986c3273bf9d8d1e0ccf86aa4a (patch)
tree8a431ed56b924aa816e9d0fc6ea6234a5e9f3aaf /pear
parent9497ba9d49c4ad9d5e4e7fea0dc7f6880fc8758d (diff)
downloadphp-git-58c57d43ab522d986c3273bf9d8d1e0ccf86aa4a.tar.gz
* added sig_keyid config param
Diffstat (limited to 'pear')
-rw-r--r--pear/PEAR/Config.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/pear/PEAR/Config.php b/pear/PEAR/Config.php
index 194674f658..463230a1c0 100644
--- a/pear/PEAR/Config.php
+++ b/pear/PEAR/Config.php
@@ -258,6 +258,13 @@ class PEAR_Config extends PEAR
'prompt' => 'Signature Handling Program',
'group' => 'Maintainers',
),
+ 'sig_keyid' => array(
+ 'type' => 'string',
+ 'default' => '',
+ 'doc' => 'which key to use for signing with',
+ 'prompt' => 'Signature Key Id',
+ 'group' => 'Maintainers',
+ ),
'sig_keydir' => array(
'type' => 'string',
'default' => PEAR_DEFAULT_SIG_KEYDIR,