#!/bin/bash #============================================================================== # Copyright and license info is available in the LICENSE file included with # the Server Deployment Package (SDP), and also available online: # https://swarm.workshop.perforce.com/projects/perforce-software-sdp/view/main/LICENSE #------------------------------------------------------------------------------ export SDP_INSTANCE="${SDP_INSTANCE:-Unset}" export SDP_INSTANCE="${1:-$SDP_INSTANCE}" if [[ "$SDP_INSTANCE" == Unset ]]; then echo "Instance parameter not supplied." echo "You must supply the Perforce instance as a parameter to this script." exit 1 fi source /p4/common/bin/p4_vars "$SDP_INSTANCE" $P4BIN -p $P4PORT -u $P4USER login -a < $SDP_ADMIN_PASSWORD_FILE > /p4/${SDP_INSTANCE}/logs/p4login.log 2>&1
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 27331 | C. Thomas Tyler |
Released SDP 2020.1.27325 (2021/01/29). Copy Up using 'p4 copy -r -b perforce_software-sdp-dev'. |
||
#2 | 25245 | C. Thomas Tyler |
Released SDP 2019.1.25238 (2019/03/02). Copy Up using 'p4 copy -r -b perforce_software-sdp-dev'. |
||
#1 | 20792 | C. Thomas Tyler |
Released SDP 2016.2.20790 (2016/09/30). Copy Up using 'p4 copy -r -b perforce_software-sdp-dev'. |
||
//guest/perforce_software/sdp/dev/Server/Unix/p4/common/bin/p4login-super.sh | |||||
#1 | 20771 | Russell C. Jackson (Rusty) | Old school, just log in the super user. |