mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Typo fix: s/replace/replaced/
Submitted by: Adam <bsdx@looksharp.net>
This commit is contained in:
parent
a3c8168096
commit
6c17dea583
2 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ decreasing the TTL in order to make gateways and firewalls less visible
|
|||
and therefore less exposed to attacks. [MERGED]
|
||||
|
||||
The old `sd' (SCSI Disk) backwards compatibility support has been removed.
|
||||
Any usage of "/dev/sd*" in ``/etc/fstab'' must be replace by "/dev/da*".
|
||||
Any usage of "/dev/sd*" in ``/etc/fstab'' must be replaced by "/dev/da*".
|
||||
In addition, any useage of "/dev/*sd*" in scripts need to be changed.
|
||||
Even if you have old `sd' device entries in /dev, they will no longer work.
|
||||
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ decreasing the TTL in order to make gateways and firewalls less visible
|
|||
and therefore less exposed to attacks. [MERGED]
|
||||
|
||||
The old `sd' (SCSI Disk) backwards compatibility support has been removed.
|
||||
Any usage of "/dev/sd*" in ``/etc/fstab'' must be replace by "/dev/da*".
|
||||
Any usage of "/dev/sd*" in ``/etc/fstab'' must be replaced by "/dev/da*".
|
||||
In addition, any useage of "/dev/*sd*" in scripts need to be changed.
|
||||
Even if you have old `sd' device entries in /dev, they will no longer work.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue