diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2009-02-19 22:18:42 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2009-02-19 22:18:42 +0000 |
commit | d7ebfb7eb67c29350b3f5c67b301b8d6503d9831 (patch) | |
tree | 979cc1c6f5e0dd5ac4da0e91508ed6f3b12590b7 /src/sbin | |
parent | c1ab07e738d4c0ea24428ffb9f8cab44527eee8e (diff) | |
download | bcfg2-d7ebfb7eb67c29350b3f5c67b301b8d6503d9831.tar.gz bcfg2-d7ebfb7eb67c29350b3f5c67b301b8d6503d9831.tar.bz2 bcfg2-d7ebfb7eb67c29350b3f5c67b301b8d6503d9831.zip |
Remove old vcs option
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5085 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin')
-rwxr-xr-x | src/sbin/bcfg2-server | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sbin/bcfg2-server b/src/sbin/bcfg2-server index e75579376..791f6a1bd 100755 --- a/src/sbin/bcfg2-server +++ b/src/sbin/bcfg2-server @@ -197,7 +197,6 @@ if __name__ == '__main__': } OPTINFO.update({'repo': Bcfg2.Options.SERVER_REPOSITORY, - 'vcs': Bcfg2.Options.SERVER_VCS, 'plugins': Bcfg2.Options.SERVER_PLUGINS, 'password': Bcfg2.Options.SERVER_PASSWORD, 'filemonitor': Bcfg2.Options.SERVER_FILEMONITOR, |