[Nix-dev] Re: [Nix-commits] SVN commit: nix - 21100 - urkud - nixos/trunk/modules/services/x11/display-managers
Eelco Dolstra
e.dolstra at tudelft.nl
Thu Apr 15 17:56:52 CEST 2010
Hi,
Yury G Kudryashov wrote:
> Log:
> Start ssh-agent or gpg-agent even if called by kdm
...
> - # Handle being called by kdm.
> - if test "''${1:0:1}" = /; then eval exec "$1"; fi
> -
...
> + # Handle being called by kdm.
> + if test "''${1:0:1}" = /; then eval exec "$1"; fi
> +
Are you sure that this is correct / needed? I use kdm and ssh-agent starts fine.
--
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/
More information about the nix-dev
mailing list