[Bug 239488] nightly scripts lock pkg database for such a long time that portmaster builds fail

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 28 07:42:46 UTC 2019


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

--- Comment #2 from Martin Birgmeier <d8zNeCFG at aon.at> ---
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.


More information about the freebsd-bugs mailing list