Compare commits
No commits in common. "94583cdcca610d73f979c5b5812b772fbabcf6b1" and "e38f6a1fe67efb031c325ea87f11c0bccd09453f" have entirely different histories.
94583cdcca
...
e38f6a1fe6
2 changed files with 1 additions and 2 deletions
|
@ -34,7 +34,6 @@ RUN install -dm 2750 -o root -g root /var/lib/monit
|
||||||
COPY --from=build /etc/monitrc /etc/monitrc
|
COPY --from=build /etc/monitrc /etc/monitrc
|
||||||
COPY ./nsupdate.sh /usr/local/bin/nsupdate
|
COPY ./nsupdate.sh /usr/local/bin/nsupdate
|
||||||
COPY ./whatsmyip6.sh /usr/local/bin/whatsmyip6
|
COPY ./whatsmyip6.sh /usr/local/bin/whatsmyip6
|
||||||
COPY ./syslogize.sh /usr/local/bin/syslogize
|
|
||||||
COPY ./zeroconf.sh /usr/local/bin/zeroconf
|
COPY ./zeroconf.sh /usr/local/bin/zeroconf
|
||||||
COPY ./zeroconf.conf /etc/zeroconf.conf
|
COPY ./zeroconf.conf /etc/zeroconf.conf
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
#
|
#
|
||||||
# LOGGER="-t program" syslogize program -o -p --tions argu ments
|
# LOGGER="-t program" syslogize program -o -p --tions argu ments
|
||||||
#
|
#
|
||||||
# daemonize /usr/local/bin/syslogize program
|
# daemonize syslogize program
|
||||||
|
|
||||||
if test $# -eq 0 ; then
|
if test $# -eq 0 ; then
|
||||||
grep "^#" $0 | grep -v /bin/sh | sed -re "s/^#\s*//" >&2
|
grep "^#" $0 | grep -v /bin/sh | sed -re "s/^#\s*//" >&2
|
||||||
|
|
Loading…
Reference in a new issue