summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_fileshare.py
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-04-12 18:55:08 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-04-12 18:55:08 (GMT)
commitc06b231cb8d754b8b39efc26f15226fc57e70e54 (patch)
tree6293f5f95971f3d0cb2ec2dd1ac92fbe86d9efef /abs/core/LinHES-config/mv_fileshare.py
parentb93628bae449bd9c92aa465b9fb4e13405ae2c19 (diff)
downloadlinhes_pkgbuild-c06b231cb8d754b8b39efc26f15226fc57e70e54.zip
linhes_pkgbuild-c06b231cb8d754b8b39efc26f15226fc57e70e54.tar.gz
linhes_pkgbuild-c06b231cb8d754b8b39efc26f15226fc57e70e54.tar.bz2
LinHES-config: mv_network.py: add network fixed name link
mv_install.py: remove devpts and shm from fstab
Diffstat (limited to 'abs/core/LinHES-config/mv_fileshare.py')
-rwxr-xr-xabs/core/LinHES-config/mv_fileshare.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-config/mv_fileshare.py b/abs/core/LinHES-config/mv_fileshare.py
index 746dbbf..14ce26b 100755
--- a/abs/core/LinHES-config/mv_fileshare.py
+++ b/abs/core/LinHES-config/mv_fileshare.py
@@ -196,11 +196,11 @@ def setup_samba(systemconfig,data_config):
outline = line
if re.match("^.*workgroup", line):
logging.debug(" Setting workgroup to %s",domain)
- outline="workgroup = %s\n" %domain
+ outline=" workgroup = %s\n" %domain
logging.debug(" %s",outline)
if re.match("^.* server string",line):
logging.debug(" Setting server name to %s",servername)
- outline="server string = %s\n" %servername
+ outline=" server string = %s\n" %servername
logging.debug(" %s",outline)
f.write(outline)