Fix five bugs across sdp_health_check.sh, sync_replica.sh, p4login, and sdp_upgrade.sh
sdp_health_check.sh:
- Line 470: Fixed misleading error message that reported db.config as missing
from /p4/$instance/bin/p4d_$instance (the p4d binary path) when the
actual check was against /p4/$instance/root/. Corrected to reference
the right path so admins can diagnose the issue accurately.
sync_replica.sh:
- Line 76: Fixed SSH setup instructions referencing ~perforce/ssh/authorized_keys
(missing dot). The correct path is ~perforce/.ssh/authorized_keys. Following
the old instructions would place the key in the wrong directory and break
passwordless SSH for rsync.
p4login:
- Line 201: Fixed typo 'Login in only' -> 'Log in only' in -man usage text.
sdp_upgrade.sh:
- Line 969: Fixed duplicate word 'that that' -> 'that' and typo
'commnon' -> 'common' in -man usage text.
- Line 970: Fixed typo 'changeed' -> 'changed' in -man usage text.