freebsd-ports/sysutils/downtimed/pkg-plist
Pav Lucistnik f60fc70a4c - Update to 0.4
- 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
2011-01-20 14:21:37 +00:00

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