summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_supplemental.py
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-09-18 17:21:27 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-09-18 17:21:27 (GMT)
commit0af3b7dc2646ab0e4791e2c634eefd36510ddaab (patch)
tree665dfa19320c907179d5ccc1d8f8b1ccafca286e /abs/core/LinHES-config/mv_supplemental.py
parentfeeab4e304d49176eb57ecfd7eb291055368f284 (diff)
downloadlinhes_pkgbuild-0af3b7dc2646ab0e4791e2c634eefd36510ddaab.zip
linhes_pkgbuild-0af3b7dc2646ab0e4791e2c634eefd36510ddaab.tar.gz
linhes_pkgbuild-0af3b7dc2646ab0e4791e2c634eefd36510ddaab.tar.bz2
LinHES-config: fix pacman -f cmds since pacman 4.1 doesn't support -f, only --force
Diffstat (limited to 'abs/core/LinHES-config/mv_supplemental.py')
-rwxr-xr-xabs/core/LinHES-config/mv_supplemental.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-config/mv_supplemental.py b/abs/core/LinHES-config/mv_supplemental.py
index 2b8bd2f..2699b3b 100755
--- a/abs/core/LinHES-config/mv_supplemental.py
+++ b/abs/core/LinHES-config/mv_supplemental.py
@@ -41,9 +41,9 @@ def supplemental(systemconfig,this_is_install = False):
logging.info(" Installing supplemental system\n")
if this_is_install == True:
if os.path.exists('/home/xymon/server'):
- cmd='''pacman --noconfirm --dbonly -Sddf xymonserver'''
+ cmd='''pacman --noconfirm --dbonly -Sdd --force xymonserver'''
mv_common.runcmd(cmd)
cmd='''/usr/LH/bin/install_supplemental_service.sh'''
mv_common.runcmd(cmd)
- logging.info("__End of supplemental\n") \ No newline at end of file
+ logging.info("__End of supplemental\n")