jailsetup.sh: do not ignore error pulling in sshd
commite52508edf9958b87c24c841cbce51ce20c3db7c5
authorKyle J. McKay <mackyle@gmail.com>
Wed, 17 Sep 2014 02:38:53 +0000 (16 19:38 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 17 Sep 2014 02:38:53 +0000 (16 19:38 -0700)
tree0ca2a78e5028cf857beb9409a014ef8c68d23d4b
parent6c3a0b2d9bd24c1338b0f921751d0457f7c3cab8
jailsetup.sh: do not ignore error pulling in sshd

Since the pull_in_bin function now handles replacing
an in-use binary, we no longer need to have any special
considerations when replacing sshd.

Do not ignore the error when replacing sshd and remove
the now irrelevant comment.
jailsetup.sh