From 58c57d43ab522d986c3273bf9d8d1e0ccf86aa4a Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Tue, 26 Nov 2002 00:05:21 +0000 Subject: * added sig_keyid config param --- pear/PEAR/Config.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pear/PEAR') 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, -- cgit v1.2.1