summaryrefslogtreecommitdiffstats
path: root/remote/modules/sshd
diff options
context:
space:
mode:
authorJonathan Bauer2014-03-25 16:05:27 +0100
committerJonathan Bauer2014-03-25 16:05:27 +0100
commit249e951ce236e3bbeb32b5a943215524a81f42f2 (patch)
treee7538724066c4a0330f2e6588e956680613bff57 /remote/modules/sshd
parent[consolekit] woops, delete old files (diff)
downloadtm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.gz
tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.xz
tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.zip
woopsie, the return ;)
Diffstat (limited to 'remote/modules/sshd')
-rw-r--r--remote/modules/sshd/sshd.build20
-rw-r--r--remote/modules/sshd/sshd.conf3
2 files changed, 0 insertions, 23 deletions
diff --git a/remote/modules/sshd/sshd.build b/remote/modules/sshd/sshd.build
deleted file mode 100644
index ebf42c12..00000000
--- a/remote/modules/sshd/sshd.build
+++ /dev/null
@@ -1,20 +0,0 @@
-fetch_source() {
- :
-}
-
-build() {
-
- local BIN_LOCATION="$(which sshd)"
- [ ! -z "${BIN_LOCATION}" ] && BIN_LOCATION=$(readlink -f "$BIN_LOCATION")
- if [ ! -z "${BIN_LOCATION}" -a -e "${BIN_LOCATION}" ]; then
- tarcopy "${BIN_LOCATION}" "${MODULE_BUILD_DIR}"
- else
- perror "'sshd' not found on the system! Please install it."
- fi
-}
-
-post_copy() {
- mkdir -p "${TARGET_BUILD_DIR}/var/lib/empty" # suse
-
- chmod go-rwx "${TARGET_BUILD_DIR}/etc/ssh/"* # no space, " before *
-}
diff --git a/remote/modules/sshd/sshd.conf b/remote/modules/sshd/sshd.conf
deleted file mode 100644
index 25793c72..00000000
--- a/remote/modules/sshd/sshd.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-REQUIRED_BINARIES="sshd"
-REQUIRED_LIBRARIES=""
-REQUIRED_DIRECTORIES=""