summaryrefslogtreecommitdiffstats
path: root/src/sbin
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-02-08 19:24:37 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-02-08 19:24:37 +0000
commit42cffe6228369a75f27c14eea22ad13baf2c0854 (patch)
treeed3a19a831c3b54b9d472671814d7bf77ab16eb5 /src/sbin
parent8f265b38c7798d7933173d4dcbe9e6b3ad736c4c (diff)
downloadbcfg2-42cffe6228369a75f27c14eea22ad13baf2c0854.tar.gz
bcfg2-42cffe6228369a75f27c14eea22ad13baf2c0854.tar.bz2
bcfg2-42cffe6228369a75f27c14eea22ad13baf2c0854.zip
Snapshots: Use custom bcfg2.conf when specified (Fix for #839)
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5716 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin')
-rwxr-xr-xsrc/sbin/bcfg2-server1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sbin/bcfg2-server b/src/sbin/bcfg2-server
index a19c5ba3f..5c058bc2a 100755
--- a/src/sbin/bcfg2-server
+++ b/src/sbin/bcfg2-server
@@ -51,6 +51,7 @@ if __name__ == '__main__':
pidfile_name = setup['daemon'],
protocol = setup['protocol'],
to_file=setup['to_file'],
+ cfile=setup['configfile'],
register=False,
cls_kwargs={'repo':setup['repo'],
'plugins':setup['plugins'],