Use the correct port numbers in documentation

This commit is contained in:
Jeroen Dekkers 2012-04-26 01:57:43 +02:00
parent 876991a452
commit 6106f1d829
2 changed files with 2 additions and 2 deletions

View File

@ -2457,7 +2457,7 @@ Create a file named \fB/etc/ufw/applications.d/salt\-master\fP
[Salt Master]
title=Salt master
description=Salt is a remote execution and configuration management tool.
ports=4205,4206/tcp
ports=4505,4506/tcp
.ft P
.fi
.SS pf.conf

View File

@ -46,7 +46,7 @@ Create a file named ``/etc/ufw/applications.d/salt-master`` ::
[Salt Master]
title=Salt master
description=Salt is a remote execution and configuration management tool.
ports=4205,4206/tcp
ports=4505,4506/tcp
pf.conf
=======