]> andersk Git - openssh.git/blobdiff - contrib/caldera/sshd.init
- djm@cvs.openbsd.org 2003/11/21 11:57:03
[openssh.git] / contrib / caldera / sshd.init
index bb0c9f9deec2a6746333b425c0b442712d929545..1368d037518e2f0e1813ba9d05da2d79e0fa37a2 100755 (executable)
@@ -64,11 +64,11 @@ case "$1" in
   SVIemptyConfig @sysconfdir@/sshd_config && exit 6
 
   if [ ! \( -f @sysconfdir@/ssh_host_key -a            \
-            -f @sysconfdir@/ssh_host_key.pub \) -a     \
+           -f @sysconfdir@/ssh_host_key.pub \) -a     \
        ! \( -f @sysconfdir@/ssh_host_rsa_key -a        \
-            -f @sysconfdir@/ssh_host_rsa_key.pub \) -a \
+           -f @sysconfdir@/ssh_host_rsa_key.pub \) -a \
        ! \( -f @sysconfdir@/ssh_host_dsa_key -a        \
-            -f @sysconfdir@/ssh_host_dsa_key.pub \) ]; then
+           -f @sysconfdir@/ssh_host_dsa_key.pub \) ]; then
 
     echo "$SVIsubsys: host key not initialized: skipped!"
     echo "$SVIsubsys: use ssh-host-keygen to generate one!"
This page took 0.034619 seconds and 4 git commands to generate.