diff options
| author | Jonathan Bauer | 2014-03-25 16:05:27 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2014-03-25 16:05:27 +0100 |
| commit | 249e951ce236e3bbeb32b5a943215524a81f42f2 (patch) | |
| tree | e7538724066c4a0330f2e6588e956680613bff57 /remote/modules/cron | |
| parent | [consolekit] woops, delete old files (diff) | |
| download | tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.gz tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.xz tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.zip | |
woopsie, the return ;)
Diffstat (limited to 'remote/modules/cron')
| -rw-r--r-- | remote/modules/cron/cron.build | 30 | ||||
| -rw-r--r-- | remote/modules/cron/cron.conf | 3 |
2 files changed, 0 insertions, 33 deletions
diff --git a/remote/modules/cron/cron.build b/remote/modules/cron/cron.build deleted file mode 100644 index 932c3e85..00000000 --- a/remote/modules/cron/cron.build +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/bash - - -fetch_source() { - - # use our own patched source - local TARBALL="vixie-cron-4.1-openslx.tgz" - [ ! -e "${TARBALL}" ] && perror "${TARBALL} not found under ${MODULE_DIR}." - - mkdir "${MODULE_DIR}/src" || perror "Could not create ${MODULE_DIR}/src" - tar xfz "${TARBALL}" -C "${MODULE_DIR}/src" || perror "Could not extract ${TARBALL} to ${MODULE_DIR}/src" -} - -build() { - - # compilation - cd "${MODULE_DIR}/src" || perror "Could not cd to '${MODULE_DIR}/src'. Did fetch_source work?" - make cron || perror "Could not compile cron using 'make'." - - # copy to build dir, since there are no shared libs linked in - mkdir -p "${MODULE_BUILD_DIR}/opt/openslx/sbin" - cp "${MODULE_DIR}/src/cron" "${MODULE_BUILD_DIR}/opt/openslx/sbin/" || perror "Could copy cron binary to ${MODULE_BUILD_DIR}" - - cd - &>/dev/null -} - -post_copy() { - : -} - diff --git a/remote/modules/cron/cron.conf b/remote/modules/cron/cron.conf deleted file mode 100644 index 8ecca658..00000000 --- a/remote/modules/cron/cron.conf +++ /dev/null @@ -1,3 +0,0 @@ -REQUIRED_BINARIES=" - cron -" |
