"Fossies" - the Fresh Open Source Software Archive 
Member "sshdfilter-1.5.7/etc/init.d/ssh.deb31.patch" (3 Jun 2006, 810 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 --- ssh Sat Oct 22 14:09:30 2005
2 +++ ssh.filter Sat Oct 22 14:26:20 2005
3 @@ -39,7 +39,7 @@
4 check_for_no_start
5 check_privsep_dir
6 echo -n "Starting OpenBSD Secure Shell server: sshd"
7 - start-stop-daemon --start --quiet --pidfile /var/run/sshd.pid --exec /usr/sbin/sshd -- $SSHD_OPTS
8 + start-stop-daemon --start --quiet --pidfile /var/run/sshd.pid --exec /usr/local/sbin/sshdfilter -- $SSHD_OPTS
9 echo "."
10 ;;
11 stop)
12 @@ -62,7 +62,7 @@
13 start-stop-daemon --stop --quiet --oknodo --retry 30 --pidfile /var/run/sshd.pid
14 check_for_no_start
15 check_privsep_dir
16 - start-stop-daemon --start --quiet --pidfile /var/run/sshd.pid --exec /usr/sbin/sshd -- $SSHD_OPTS
17 + start-stop-daemon --start --quiet --pidfile /var/run/sshd.pid --exec /usr/local/sbin/sshdfilter -- $SSHD_OPTS
18 echo "."
19 ;;
20