summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-08 16:06:49 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-08 16:06:49 +0100
commita7a6a27021d85c383d47c52115959a9b3a8ef1a9 (patch)
tree023faf2e290cd2b3ee1a66f38ea37bca8022bdb9
parentbf21d19e788149a47835422ab34b2066402c627e (diff)
downloadopenssh-a7a6a27021d85c383d47c52115959a9b3a8ef1a9.tar.gz
Revert "openssh.morph: remove the old sysvinit script"
This reverts commit 4e8a8f4557fddc7fd93420644ed52ce2b4d86f95. systemd is not fully integrated yet, removing this is premature
-rw-r--r--openssh.morph2
1 files changed, 2 insertions, 0 deletions
diff --git a/openssh.morph b/openssh.morph
index 9aff9344..abea9a4d 100644
--- a/openssh.morph
+++ b/openssh.morph
@@ -12,6 +12,8 @@
],
"install-commands": [
"make DESTDIR=\"$DESTDIR\" install",
+ "mkdir -p \"$DESTDIR\"/etc/init.d",
+ "install -m 744 opensshd.init \"$DESTDIR\"/etc/init.d/opensshd",
"mkdir -p \"$DESTDIR/$PREFIX/sbin\"",
"install -m 744 sshd-keygen \"$DESTDIR/$PREFIX/sbin/sshd-keygen\"",
"mkdir -p \"$DESTDIR/lib/systemd/system/multi-user.target.wants\"",