1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/sysutils/uptimed/pkg-plist
John Marino f7750f4501 sysutils/uptimed: Fix config path and prevent config file overwrite
PR:		187774
Submitted by:	Lukasz Wasikowski
2014-07-27 00:40:29 +00:00

17 lines
415 B
Plaintext

@exec mkdir -p /var/spool/uptimed
bin/uprecords
etc/uptimed.conf-dist
lib/libuptimed.a
lib/libuptimed.so
lib/libuptimed.so.0
lib/libuptimed.so.0.0.0
man/man1/uprecords.1.gz
man/man8/uptimed.8.gz
sbin/uptimed
www/cgi-bin/uprecords.cgi
www/cgi-bin/uprecords.conf.sample
www/cgi-bin/uprecords.footer.sample
www/cgi-bin/uprecords.header.sample
@dirrmtry www/cgi-bin
@unexec rmdir /var/spool/uptimed 2>/dev/null || true