Skip to content

Commit

Permalink
Added dependecy to rsync as needed for restoring backups.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinert committed Mar 16, 2019
1 parent 1193054 commit a8c147b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create_debmatic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARCHIVE_TAG="9f6b975722fe3ff68b78ddfdc419b3856d88ddd5"

OCCU_DOWNLOAD_URL="https://github.com/eq-3/occu/archive/$ARCHIVE_TAG.tar.gz"

PKG_BUILD=9
PKG_BUILD=10

CURRENT_DIR=$(pwd)
WORK_DIR=$(mktemp -d)
Expand Down Expand Up @@ -80,7 +80,7 @@ PLATFORM=$ARCH
EOF

for file in $TARGET_DIR/DEBIAN/*; do
DEPENDS="Pre-Depends: systemd, debconf (>= 0.5) | debconf-2.0, lighttpd, java8-runtime-headless | java8-runtime, ipcalc, net-tools, pivccu-modules-dkms"
DEPENDS="Pre-Depends: systemd, debconf (>= 0.5) | debconf-2.0, lighttpd, java8-runtime-headless | java8-runtime, ipcalc, net-tools, rsync, pivccu-modules-dkms"
if [ "$ARCH" == amd64 ]; then
DEPENDS="$DEPENDS, libc6-i386, lib32stdc++6"
fi
Expand Down
1 change: 1 addition & 0 deletions debmatic/usr/local/etc/config
1 change: 1 addition & 0 deletions debmatic/usr/share/debmatic/bin/initsystem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ for file in `ls /etc/config_templates`; do
\cp /etc/config_templates/$file /etc/config/
fi
done
mkdir -p /etc/config/addons/www

rm -f /var/status/debmatic_*

Expand Down

0 comments on commit a8c147b

Please sign in to comment.