"Fossies" - the Fresh Open Source Software Archive

Member "sshdfilter-1.5.7/etc/init.d/sshd.rhFC30.patch" (3 Jun 2006, 331 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    Sat Oct 15 18:20:47 2005
    2 +++ sshd.filter Sat Oct 15 18:26:32 2005
    3 @@ -104,7 +104,7 @@
    4     do_dsa_keygen
    5  
    6     echo -n $"Starting $prog:"
    7 -   initlog -c "$SSHD $OPTIONS" && success || failure
    8 +   initlog -c "/usr/sbin/sshdfilter $OPTIONS" && success || failure
    9     RETVAL=$?
   10     [ "$RETVAL" = 0 ] && touch /var/lock/subsys/sshd
   11     echo