Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 702688

Summary: sys-apps/openrc-0.42.1 - /lib/rc/sh/rc-functions.sh: line 117: shell_var: command not found
Product: Gentoo Hosted Projects Reporter: Brian Evans (RETIRED) <grknight>
Component: OpenRCAssignee: OpenRC Team <openrc>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Brian Evans (RETIRED) gentoo-dev 2019-12-13 13:45:11 UTC
During a restart of dovecot, I received this message.  I do notice it quite often when deps are looked at again..

# rc-service dovecot restart
 * Caching service dependencies ...
/lib/rc/sh/rc-functions.sh: line 117: shell_var: command not found    [ ok ]
 * Stopping dovecot ...    [ ok ]
 * Starting dovecot ...    [ ok ]
Comment 1 Brian Evans (RETIRED) gentoo-dev 2020-01-02 16:04:03 UTC
Found a local script that redefined PATH in global scope (via strace)

Removing it solved the issue.