summaryrefslogtreecommitdiff
path: root/openssh/openssh_3.8p1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'openssh/openssh_3.8p1.oe')
-rw-r--r--openssh/openssh_3.8p1.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssh/openssh_3.8p1.oe b/openssh/openssh_3.8p1.oe
index b33a60b48f..2e0c9d3319 100644
--- a/openssh/openssh_3.8p1.oe
+++ b/openssh/openssh_3.8p1.oe
@@ -62,7 +62,7 @@ if test "x$D" != "x"; then
else
addgroup sshd
adduser --system --home /var/run/sshd --no-create-home --disabled-password --ingroup sshd -s /bin/false sshd
- update-rc.d -s sshd defaults
+ update-rc.d sshd defaults
fi
}