CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/02/05 07:59:27
Modified files:
mail/razor-agents: Makefile
mail/razor-agents/patches: patch-Makefile_PL
Added files:
mail/razor-agents/patches: patch-bin_razor-admin
patch-bin_razor-check
patch-bin_razor-report
patch-bin_razor-revoke
patch-lib_Razor2_Client_Agent_pm
Log message:
Remove "use lib qw(lib)" which is useless and breaks startup if the cwd
is inaccessible. Specifically: fixes amavisd-new startup if razor-agents
is installed (rc.d cd's to the *startup* user's home, i.e. /root, but
this is normally unreadable for the unprivileged user). Remove a useless
FAKE_FLAGS while there. ok ajacoutot@