Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Buildroot/board/FOG/FOS/rootfs_overlay/bin/fog
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ if [[ -n $mode && $mode != +(*debug*) && -z $type ]]; then
badblocks)
fog.surfacetest
;;
clamav)
fog.av
;;
autoreg)
fog.auto.reg
;;
Expand Down
193 changes: 0 additions & 193 deletions Buildroot/board/FOG/FOS/rootfs_overlay/bin/fog.av

This file was deleted.

9 changes: 1 addition & 8 deletions Buildroot/board/FOG/FOS/rootfs_overlay/bin/fog.checkin
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,5 @@ case $mc in
esac
sysuuid=$(dmidecode -s system-uuid)
sysuuid=${sysuuid,,}
case $mode in
clamav)
poststring="sysuuid=${sysuuid}&mac=$mac&avmode=$avmode"
;;
""|*)
poststring="sysuuid=${sysuuid}&mac=$mac&type=$type"
;;
esac
poststring="sysuuid=${sysuuid}&mac=$mac&type=$type"
[[ ! $capone -eq 1 ]] && checkin "$poststring" "$php_post"
2 changes: 1 addition & 1 deletion tests/checks/server-post-reporting.sh
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ while read -r hit; do
[[ -n $hit ]] || continue
b=$(basename "${hit%%:*}")
case "$b" in
funcs.sh|fog.statusreporter|fog.av|fog|secureboot-funcs.sh|S40network) continue ;;
funcs.sh|fog.statusreporter|fog|secureboot-funcs.sh|S40network) continue ;;
esac
err="$err $b"
done < <(grep -rn '=\$(curl \|=`curl ' "$OVERLAY" 2>/dev/null)
Expand Down