summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2004-10-07 03:22:28 +0000
committerNarayan Desai <desai@mcs.anl.gov>2004-10-07 03:22:28 +0000
commit75fedb1347cfead23b2929c467446aea992c771a (patch)
tree39e8bd09f5ca81beb00c9705ec52c567bd2e9c62
parent71994478e355a9e5fd58b0a66844a14619e035ba (diff)
downloadbcfg2-75fedb1347cfead23b2929c467446aea992c771a.tar.gz
bcfg2-75fedb1347cfead23b2929c467446aea992c771a.tar.bz2
bcfg2-75fedb1347cfead23b2929c467446aea992c771a.zip
shift out of common
(Logical change 1.76) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@373 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r--src/lib/Server/Generators/fs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Generators/fs.py b/src/lib/Server/Generators/fs.py
index 35160810a..c4d517044 100644
--- a/src/lib/Server/Generators/fs.py
+++ b/src/lib/Server/Generators/fs.py
@@ -11,7 +11,7 @@ class fs(Generator):
def __init__(self, core, datastore):
Generator.__init__(self, core, datastore)
- self.fs = ScopedXMLFile("%s/../common/fs.xml"%(datastore), self.core.fam)
+ self.fs = ScopedXMLFile("%s/../etc/fs.xml"%(datastore), self.core.fam)
self.__provides__ = self.fs.__provides__