Fix the freebsd release archive

The service script was misnamed and the file mode was wrong. Fixes #636.
This commit is contained in:
Doug Rabson 2023-11-06 11:17:29 +00:00
parent cd1a4ac034
commit 310a926aad
2 changed files with 2 additions and 2 deletions

View File

@ -140,11 +140,11 @@ archives:
- src: "unpoller.1.gz" - src: "unpoller.1.gz"
dst: /usr/local/share/man/man1 dst: /usr/local/share/man/man1
strip_parent: true strip_parent: true
- src: "init/bsd/freebsd.rc.d" - src: "init/bsd/unpoller"
dst: /usr/local/etc/rc.d dst: /usr/local/etc/rc.d
strip_parent: true strip_parent: true
info: info:
mode: 755 mode: 0755
dockers: dockers: