From c164473b3a064d3888075774fa532b2d14cd11a4 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Wed, 28 Feb 2007 01:12:42 +0000 Subject: Add bcfg2-client side support for new option handling git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2887 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/bcfg2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/sbin/bcfg2 b/src/sbin/bcfg2 index 0c45c5276..1364229be 100755 --- a/src/sbin/bcfg2 +++ b/src/sbin/bcfg2 @@ -133,7 +133,10 @@ class Client: % (self.setup['file'])) else: # retrieve config from server - proxy = Bcfg2.Client.Proxy.bcfg2() + try: + proxy = Bcfg2.Client.Proxy.bcfg2(self.setup) + except: + self.fatal_error("failed to instantiate proxy to server") if self.setup['profile']: try: -- cgit v1.2.3-1-g7c22