summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-05 11:54:17 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-05 11:54:17 +0000
commitea8ef189060d099d2acf2e4fbc988ccc84eb2175 (patch)
tree06e739d875a4e9d7a4e67a502c6f8268912a8d78
parentb0a4611a9d5ba18228c0ba4ecb98f5fe2feeaaf8 (diff)
downloadopenssh-ea8ef189060d099d2acf2e4fbc988ccc84eb2175.tar.gz
openssh.morph: rename init script
For some reason run-parts from busybox does not recognize it if it ends in .init
-rw-r--r--openssh.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssh.morph b/openssh.morph
index 03949b91..29a96cb4 100644
--- a/openssh.morph
+++ b/openssh.morph
@@ -11,6 +11,6 @@
"install-commands": [
"make DESTDIR=\"$DESTDIR\" install",
"mkdir -p \"$DESTDIR\"/etc/init.d",
- "install -m 744 opensshd.init \"$DESTDIR\"/etc/init.d/opensshd.init"
+ "install -m 744 opensshd.init \"$DESTDIR\"/etc/init.d/opensshd"
]
}