f60fc70a4c
- Remove setting downtimed_flags by default to empty value in rc.d script - Create persistant data directory in port/package instead of on first run PR: ports/153436 Submitted by: Janne Snabb <snabb@epipe.com> (maintainer) Feature safe: yes
5 lines
143 B
Text
5 lines
143 B
Text
@comment $FreeBSD$
|
|
bin/downtimes
|
|
sbin/downtimed
|
|
@exec /bin/mkdir -p /var/db/downtimed
|
|
@unexec /bin/rmdir /var/db/downtimed 2>/dev/null || true
|