summaryrefslogtreecommitdiffstats
path: root/remote/modules/sshd
diff options
context:
space:
mode:
authorSimon Rettberg2013-08-21 13:48:31 +0200
committerSimon Rettberg2013-08-21 13:48:31 +0200
commit72dcfc61bf3159c9e5ddd4207fbb75685677f91d (patch)
treec4436761fccb4be59cf253dc2467792447141c82 /remote/modules/sshd
parentMerge branch 'master' of simonslx:openslx-ng/tm-scripts (diff)
downloadtm-scripts-72dcfc61bf3159c9e5ddd4207fbb75685677f91d.tar.gz
tm-scripts-72dcfc61bf3159c9e5ddd4207fbb75685677f91d.tar.xz
tm-scripts-72dcfc61bf3159c9e5ddd4207fbb75685677f91d.zip
[sshd] don't touch /var/run!
Diffstat (limited to 'remote/modules/sshd')
-rw-r--r--remote/modules/sshd/sshd.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/remote/modules/sshd/sshd.build b/remote/modules/sshd/sshd.build
index 89dcd386..ebf42c12 100644
--- a/remote/modules/sshd/sshd.build
+++ b/remote/modules/sshd/sshd.build
@@ -14,7 +14,6 @@ build() {
}
post_copy() {
- mkdir -p "${TARGET_BUILD_DIR}/var/run/sshd" # ubuntu
mkdir -p "${TARGET_BUILD_DIR}/var/lib/empty" # suse
chmod go-rwx "${TARGET_BUILD_DIR}/etc/ssh/"* # no space, " before *