diff options
Diffstat (limited to 'contrib/caldera/openssh.spec')
-rw-r--r-- | contrib/caldera/openssh.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec index b34ff14f1..53c7397ab 100644 --- a/contrib/caldera/openssh.spec +++ b/contrib/caldera/openssh.spec | |||
@@ -93,7 +93,7 @@ mkdir -p $DESTDIR/{etc/pam.d,%{SVIcdir},%{SVIdir}} | |||
93 | # enabling X11 forwarding on the server is convenient and okay, | 93 | # enabling X11 forwarding on the server is convenient and okay, |
94 | # on the client side we consider it a potential security risk! | 94 | # on the client side we consider it a potential security risk! |
95 | %{fixUP} -vT $DESTDIR/etc/ssh/sshd_config -e ' | 95 | %{fixUP} -vT $DESTDIR/etc/ssh/sshd_config -e ' |
96 | s/X11Forwarding no/X11Forwarding yes/i' | 96 | s/#X11Forwarding no/X11Forwarding yes/i' |
97 | 97 | ||
98 | install -m644 contrib/caldera/sshd.pam $DESTDIR/etc/pam.d/sshd | 98 | install -m644 contrib/caldera/sshd.pam $DESTDIR/etc/pam.d/sshd |
99 | # FIXME: disabled, find out why this doesn't work with NIS | 99 | # FIXME: disabled, find out why this doesn't work with NIS |
@@ -171,7 +171,7 @@ EOF | |||
171 | if [ -x %{LSBinit}-install ]; then | 171 | if [ -x %{LSBinit}-install ]; then |
172 | %{LSBinit}-install sshd | 172 | %{LSBinit}-install sshd |
173 | else | 173 | else |
174 | lisa --SysV-init install sshd S55 3:4:5 K45 0:1:2:6 | 174 | lisa --SysV-init install sshd S55 2:3:4:5 K45 0:1:6 |
175 | fi | 175 | fi |
176 | 176 | ||
177 | ! %{SVIdir}/sshd status || %{SVIdir}/sshd restart | 177 | ! %{SVIdir}/sshd status || %{SVIdir}/sshd restart |
@@ -224,4 +224,4 @@ by Jim Knoble <jmknoble@pobox.com>. | |||
224 | %ChangeLog | 224 | %ChangeLog |
225 | * Mon Jan 01 1998 ... | 225 | * Mon Jan 01 1998 ... |
226 | 226 | ||
227 | $Id: openssh.spec,v 1.28 2002/04/23 11:15:32 djm Exp $ | 227 | $Id: openssh.spec,v 1.29 2002/04/30 03:53:13 tim Exp $ |