On Tue, Apr 8, 2014 at 6:23 AM, Leon Fauster <leonfaus...@googlemail.com> wrote:
> Am 08.04.2014 um 15:02 schrieb James Hogarth <james.hoga...@gmail.com>:
>> On 8 April 2014 12:08, Steven Tardy <sjt5a...@gmail.com> wrote:
>>
>>> On Tue, Apr 8, 2014 at 2:56 AM, Keith Keller <
>>> kkel...@wombat.san-francisco.ca.us> wrote:
>>>
>>>> On 2014-04-08, Karanbir Singh <kbsi...@centos.org> wrote:
>>>>
>>>> is there an easy way to know which services need to be kicked?
>>>>
>>>
>>>
>>> rpm -q --whatrequires openssl
>>
>>
>> A slightly cleaner way:
>>
>> lsof -n | grep ssl | grep DEL
>
> lsof -n | grep -E 'libcry|libssl' | grep DEL
>

if you include libcrypto in the grep then sshd is affected.
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to