Skip to content

Commit

Permalink
app-admin/schaufel: add missing replication option in init script
Browse files Browse the repository at this point in the history
  • Loading branch information
zegeek committed Jan 25, 2024
1 parent 3f6bb4f commit 6b1c0be
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app-admin/bagger-tools/files/schaufel_listener-0.3.initd
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ fi
LISTENER_OPTS+=" -h ${HOSTNAME_OVERRIDE}"
[ -n "${LISTENER_JOBS}" ] && \
LISTENER_OPTS+=" -j ${LISTENER_JOBS}"
[ -n "${LISTENER_REPLICATION}" ] && \
LISTENER_OPTS+=" -r ${LISTENER_REPLICATION}"


command=/usr/bin/listener.pl
command_args="${LISTENER_OPTS}"
Expand Down
3 changes: 3 additions & 0 deletions app-admin/bagger-tools/files/schaufel_listener-0.4.initd
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ fi
LISTENER_OPTS+=" -h ${HOSTNAME_OVERRIDE}"
[ -n "${LISTENER_JOBS}" ] && \
LISTENER_OPTS+=" -j ${LISTENER_JOBS}"
[ -n "${LISTENER_REPLICATION}" ] && \
LISTENER_OPTS+=" -r ${LISTENER_REPLICATION}"


command=/usr/bin/listener.pl
command_args="${LISTENER_OPTS}"
Expand Down
3 changes: 3 additions & 0 deletions app-admin/bagger-tools/files/schaufel_listener-0.5.initd
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ fi
LISTENER_OPTS+=" -h ${HOSTNAME_OVERRIDE}"
[ -n "${LISTENER_JOBS}" ] && \
LISTENER_OPTS+=" -j ${LISTENER_JOBS}"
[ -n "${LISTENER_REPLICATION}" ] && \
LISTENER_OPTS+=" -r ${LISTENER_REPLICATION}"


command=/usr/bin/listener.pl
command_args="${LISTENER_OPTS}"
Expand Down
3 changes: 3 additions & 0 deletions app-admin/bagger-tools/files/schaufel_listener-0.7.initd
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ fi
LISTENER_OPTS+=" -h ${HOSTNAME_OVERRIDE}"
[ -n "${LISTENER_JOBS}" ] && \
LISTENER_OPTS+=" -j ${LISTENER_JOBS}"
[ -n "${LISTENER_REPLICATION}" ] && \
LISTENER_OPTS+=" -r ${LISTENER_REPLICATION}"


command=/usr/bin/listener.pl
command_args="${LISTENER_OPTS}"
Expand Down

0 comments on commit 6b1c0be

Please sign in to comment.