"Fossies" - the Fresh Open Source Software Archive 
Member "sshdfilter-1.5.7/etc/init.d/sshd.rhFC40.patch" (3 Jun 2006, 748 Bytes) of package /linux/privat/old/sshdfilter-1.5.7.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Diff source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 *** sshd.rhFC40.orig Wed Feb 1 20:21:37 2006
2 --- sshd.rhFC40 Wed Feb 1 20:31:41 2006
3 ***************
4 *** 24,29 ****
5 --- 24,30 ----
6 # Some functions to make the below more readable
7 KEYGEN=/usr/bin/ssh-keygen
8 SSHD=/usr/sbin/sshd
9 + SSHDF=/usr/sbin/sshdfilter
10 RSA1_KEY=/etc/ssh/ssh_host_key
11 RSA_KEY=/etc/ssh/ssh_host_rsa_key
12 DSA_KEY=/etc/ssh/ssh_host_dsa_key
13 ***************
14 *** 104,110 ****
15 do_dsa_keygen
16
17 echo -n $"Starting $prog: "
18 ! $SSHD $OPTIONS && success || failure
19 RETVAL=$?
20 [ "$RETVAL" = 0 ] && touch /var/lock/subsys/sshd
21 echo
22 --- 105,111 ----
23 do_dsa_keygen
24
25 echo -n $"Starting $prog: "
26 ! $SSHDF $OPTIONS && success || failure
27 RETVAL=$?
28 [ "$RETVAL" = 0 ] && touch /var/lock/subsys/sshd
29 echo