Merge branch 'next' into fifteen

This commit is contained in:
Michael Tremer
2013-10-27 13:12:12 +01:00
19 changed files with 4591 additions and 981 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