Change 32716

mark_zinthefer (Mark Zinthefer)
Mark Zinthefer committed this change into //guest/perforce_software/sdp/dev/Server/Unix/p4/common
Request Review
Download .zip
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.
  • Files 4
  • Comments 0
4 edited 0 added 0 deleted
bin/p4login#33
Loading...
bin/sdp_health_check.sh#16
Loading...
bin/sync_replica.sh#27
Loading...
sdp_upgrade/sdp_upgrade.sh#61
Loading...
Tip: Use n and p to cycle through the changes.