mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-18 05:00:03 +02:00
scripts/build_freebsd.sh: make rc script executable
This commit is contained in:
parent
abde77f291
commit
4f1fd33ac7
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ cat ${TEMPLATE_DIR}/rc.conf \
|
|||
| sed "s~{{ PROGRAM }}~/${PACKAGE_BINDIR}/${PACKAGE_NAME}~" \
|
||||
> ${BASE_DIR}/${PACKAGE_TMPDIR}/${PACKAGE_RCDIR}/${RC_NAME}
|
||||
|
||||
# Must be executable.
|
||||
chmod 755 ${BASE_DIR}/${PACKAGE_TMPDIR}/${PACKAGE_RCDIR}/${RC_NAME}
|
||||
|
||||
############################
|
||||
# Create newsyslog config #
|
||||
############################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue