Parent Directory | Revision Log | Revision Graph
Import on branch sme7 of package e-smith-openssh-1.12.0-9.el4.sme.src.rpm
1 | diff -Nur -x '*.orig' -x '*.rej' e-smith-openssh-1.12.0/root/etc/e-smith/templates/etc/ssh/sshd_config/10Port mezzanine_patched_e-smith-openssh-1.12.0/root/etc/e-smith/templates/etc/ssh/sshd_config/10Port |
2 | --- e-smith-openssh-1.12.0/root/etc/e-smith/templates/etc/ssh/sshd_config/10Port 2002-02-15 07:51:15.000000000 +1100 |
3 | +++ mezzanine_patched_e-smith-openssh-1.12.0/root/etc/e-smith/templates/etc/ssh/sshd_config/10Port 2006-07-25 19:08:48.110898816 +1000 |
4 | @@ -1 +1,5 @@ |
5 | -Port 22 |
6 | +{ |
7 | + my $ssh_port = $sshd{'TCPPort'} || 22; |
8 | + |
9 | + $OUT = "Port $ssh_port"; |
10 | +} |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |