https://bugs.contribs.org/show_bug.cgi?id=11272

--- Comment #3 from Brian Read <[email protected]> ---
This is the offending file:

#!/usr/bin/perl
#The service rpcbind needs to be restarted before nfs service, 
##but sometime it start before so I had to do a specific action
system ('/etc/init.d/rpcbind restart') ==0 or die "Error to restart the rpcbind
service : $?";

So I'll patch it to:

system ('systemctl restart rcpbind.service') ==0 or die "Error to restart the
rpcbind service : $?";

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to