diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2008-09-26 02:45:40 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2008-09-26 02:45:40 +0000 |
commit | 163f425fa604b898f2d2b3aef47770790adad3ea (patch) | |
tree | 35f18e81daab850f04688bfda4b7f6409efe4fa9 /src/sbin/bcfg2-server | |
parent | a1234fa06acbb1f33790f54c626cd8ed7506c0ce (diff) | |
download | bcfg2-163f425fa604b898f2d2b3aef47770790adad3ea.tar.gz bcfg2-163f425fa604b898f2d2b3aef47770790adad3ea.tar.bz2 bcfg2-163f425fa604b898f2d2b3aef47770790adad3ea.zip |
bcfg -> bcfg2
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4921 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin/bcfg2-server')
-rwxr-xr-x | src/sbin/bcfg2-server | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/bcfg2-server b/src/sbin/bcfg2-server index ca1565101..9dc40f333 100755 --- a/src/sbin/bcfg2-server +++ b/src/sbin/bcfg2-server @@ -24,7 +24,7 @@ class SetupError(Exception): pass class Bcfg2Serv(Bcfg2.Component.Component): - """The Bcfg2 Server component providing XML-RPC access to Bcfg methods""" + """The Bcfg2 Server component providing XML-RPC access to Bcfg2 methods""" __name__ = 'bcfg2' __implementation__ = 'bcfg2' fork_funcs = ['GetConfig', 'GetProbes'] |