1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

replace: Support setproctitle().

This uses the setproctitle() from libc, libsetproctitle or libbsd.
If none is available it provides a dummy implementation.
This commit is contained in:
Jelmer Vernooij
2012-09-24 09:20:46 +02:00
parent 6641d76562
commit fd8d4ec347
6 changed files with 21 additions and 15 deletions

View File

@ -395,8 +395,8 @@ class cmd_domain_provision(Command):
serverrole=server_role, dom_for_fun_level=dom_for_fun_level,
backend_type=ldap_backend_type,
ldapadminpass=ldapadminpass, ol_mmr_urls=ol_mmr_urls,
useeadb=eadb, next_rid=next_rid, lp=lp, use_ntvfs=(use_ntvfs),
use_rfc2307=(use_rfc2307))
useeadb=eadb, next_rid=next_rid, lp=lp, use_ntvfs=use_ntvfs,
use_rfc2307=use_rfc2307)
except ProvisioningError, e:
raise CommandError("Provision failed", e)