summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2015-06-26 12:39:38 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2015-06-26 12:39:38 +0100
commit0d6c63a8fd2e616d2c3f7679c0ae1d5ebdb46fdb (patch)
treecbb5a0e3319683ee390c900841b7b89a7b263e66
parentc71f5f0964b763f4eb494fe93c8bb281e7ef7cd9 (diff)
downloaddefinitions-0d6c63a8fd2e616d2c3f7679c0ae1d5ebdb46fdb.tar.gz
Removed unused strata/foundation/openssh-wrt.morph
-rw-r--r--strata/foundation/openssh-wrt.morph28
1 files changed, 0 insertions, 28 deletions
diff --git a/strata/foundation/openssh-wrt.morph b/strata/foundation/openssh-wrt.morph
deleted file mode 100644
index 2df17a4e..00000000
--- a/strata/foundation/openssh-wrt.morph
+++ /dev/null
@@ -1,28 +0,0 @@
-name: openssh-wrt
-kind: chunk
-configure-commands:
-- autoreconf -if
-- |
- OPENSSL_SEEDS_ITSELF=yes ./configure \
- --prefix="$PREFIX" --sysconfdir=/etc/ssh \
- --datadir="$PREFIX/share/sshd" \
- --libexecdir="$PREFIX/lib/openssh" \
- --with-privsep-path=/var/lib/sshd
-build-commands:
-- make
-- |
- sed -e "s|@prefix@|$PREFIX|g" \
- -e 's|@STARTUP_SCRIPT_SHELL@|/bin/sh|g' \
- -e 's|@sysconfdir@|/etc/ssh|g' \
- -e 's|@COMMENT_OUT_ECC@||g' \
- sshd-keygen.in >sshd-keygen
-- sed -e "s|@prefix@|$PREFIX|g" opensshd.service.in >opensshd.service
-install-commands:
-- make DESTDIR="$DESTDIR" install
-- mkdir -p "$DESTDIR/$PREFIX/sbin"
-- chmod go= "$DESTDIR"/var/lib/sshd
-- install -m 744 sshd-keygen "$DESTDIR/$PREFIX/sbin/sshd-keygen"
-- install -m 755 contrib/ssh-copy-id "$DESTDIR/$PREFIX/bin/ssh-copy-id"
-- mkdir -p "$DESTDIR/lib/systemd/system/multi-user.target.wants"
-- install -m 644 opensshd.service "$DESTDIR/lib/systemd/system/opensshd.service"
-- ln -s ../opensshd.service "$DESTDIR/lib/systemd/system/multi-user.target.wants/opensshd.service"