f1e4891483
- yuri@rawbw.com takes maintainership - add LICENSE - add TOR OPTION - Favor PLIST_FILES over pkg-plist (only two entries at the moment) - Pet portlint PR: 198799 Submitted by: yuri@rawbw.com (new maintainer) Reviewed by: bsdstats@nanoman.ca Approved by: bsdstats@nanoman.ca (previous maintainer)
8 lines
154 B
Bash
8 lines
154 B
Bash
#!/bin/sh
|
|
|
|
if [ "$(id -u)" != "0" ]; then
|
|
echo "Only root can run BSDstats update"
|
|
exit 1
|
|
fi
|
|
|
|
%%PREFIX%%/etc/periodic/monthly/300.statistics -nodelay
|