[Freeipa-devel] [PATCH] fixes #1193 init script related

Rob Crittenden rcritten at redhat.com
Tue Apr 26 21:08:51 UTC 2011


Simo Sorce wrote:
> With this patch we stop clearing the environment variables when running
> binaries allowing for env variables to be passed down by default.
>
> This fixes also the init script against Fedora 15 and systemd
>
> Simo.
>

I think it would be better to import copy and use:

if env is None:
     env = copy.deepcopy(os.environ)
     env["PATH"] = "/bin:/sbin:..."

rob




More information about the Freeipa-devel mailing list