Skip to content

Commit 58c57d4

Browse files
committed
* added sig_keyid config param
1 parent 9497ba9 commit 58c57d4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pear/PEAR/Config.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,13 @@ class PEAR_Config extends PEAR
258258
'prompt' => 'Signature Handling Program',
259259
'group' => 'Maintainers',
260260
),
261+
'sig_keyid' => array(
262+
'type' => 'string',
263+
'default' => '',
264+
'doc' => 'which key to use for signing with',
265+
'prompt' => 'Signature Key Id',
266+
'group' => 'Maintainers',
267+
),
261268
'sig_keydir' => array(
262269
'type' => 'string',
263270
'default' => PEAR_DEFAULT_SIG_KEYDIR,

0 commit comments

Comments
 (0)