Merge remote-tracking branch 'morlix/check_mk' into next

This commit is contained in:
Michael Tremer
2013-10-22 13:15:36 +02:00
4 changed files with 23 additions and 2 deletions

View File

@@ -24,3 +24,13 @@
. /opt/pakfire/lib/functions.sh
extract_files
restore_backup ${NAME}
mkdir -p /usr/lib/check_mk_agent/plugins
if [[ -x /usr/sbin/xinetd ]];
then
if [[ -x /etc/init.d/xinetd ]]
then
/etc/init.d/xinetd restart
fi
fi

View File

@@ -24,3 +24,11 @@
. /opt/pakfire/lib/functions.sh
make_backup ${NAME}
remove_files
if [[ -x /usr/sbin/xinetd ]];
then
if [[ -x /etc/init.d/xinetd ]]
then
/etc/init.d/xinetd restart
fi
fi