mirror of
https://github.com/unpoller/unpoller.git
synced 2026-03-31 06:24:19 -04:00
Fix the freebsd release archive
The service script was misnamed and the file mode was wrong. Fixes #636.
This commit is contained in:
@@ -140,11 +140,11 @@ archives:
|
||||
- src: "unpoller.1.gz"
|
||||
dst: /usr/local/share/man/man1
|
||||
strip_parent: true
|
||||
- src: "init/bsd/freebsd.rc.d"
|
||||
- src: "init/bsd/unpoller"
|
||||
dst: /usr/local/etc/rc.d
|
||||
strip_parent: true
|
||||
info:
|
||||
mode: 755
|
||||
mode: 0755
|
||||
|
||||
|
||||
dockers:
|
||||
|
||||
Reference in New Issue
Block a user