https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239488

--- Comment #2 from Martin Birgmeier <[email protected]> ---
Created a new periodic.conf, hope it will work:

-------------------------------------------------------------------
[0]# cat /etc/periodic.conf 
#
# $MBi$
#

# disable nightly pkg checks if portmaster is running
# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239488
# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232350

if /bin/ps -axwww | /usr/bin/grep -q '[p]ortmaster'
then
    security_status_pkgchecksum_enable=NO
    security_status_pkgchecksum_enable=NO
fi
[0]# 
-------------------------------------------------------------------

Are commands allowed in this file?

-- Martin

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to