← Back to team overview

launchpad-reviewers team mailing list archive

Re: [Merge] lp:~racb/maas/auto-authbind into lp:maas

 

What is the value in insisting that authbind be in /usr/bin?
Wouldn't this be better:
  authbind=""
  if command -v authbind >/dev/null 2>&1;
    authbind="authbind --deep"
  fi



-- 
https://code.launchpad.net/~racb/maas/auto-authbind/+merge/124705
Your team MAAS Maintainers is requested to review the proposed merge of lp:~racb/maas/auto-authbind into lp:maas.


References