]> granicus.if.org Git - php/commitdiff
* added sig_keyid config param
authorStig Bakken <ssb@php.net>
Tue, 26 Nov 2002 00:05:21 +0000 (00:05 +0000)
committerStig Bakken <ssb@php.net>
Tue, 26 Nov 2002 00:05:21 +0000 (00:05 +0000)
pear/PEAR/Config.php

index 194674f658039652d4a37c9640724a34810b9554..463230a1c0cc7f0d3b6f405e695a600b44f24ad1 100644 (file)
@@ -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,