summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwaelens Jonathan2015-09-24 10:19:04 +0000
committerSwaelens Jonathan2015-09-24 10:19:04 +0000
commit4143749204a9b4186eb291c9495514a1e3a58fc9 (patch)
tree0ab900f41b917ee69ef8bae9b503a066492bfd76
parenta40471f209c69171d0920848029050db980990ce (diff)
downloadaur-4143749204a9b4186eb291c9495514a1e3a58fc9.tar.gz
Fixes #4078 Remove FAi Monitor Service from system
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d497f6535e6a..05dbd342ab85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,6 +55,9 @@ cd systems/
# Admin section
if [ -d ./admin ] ; then
mkdir -p ${pkgdir}/usr/share/webapps/fusiondirectory/plugins/admin/
+
+ # Remove FAI Monitor Service
+ rm ./admin/systems/services/monitor/class_argonautFAIMonitor.inc
# Directories
for cur_admin in $(find ./admin -mindepth 1 -maxdepth 1 -type d) ; do