# The form data below was edited by tom_tyler # Perforce Workshop Jobs # # Job: The job name. 'new' generates a sequenced job number. # Status: Job status; [open/closed/suspended]. Required # Project: The project this job is for. Required. # Severity: [A/B/C] (A is highest) Required. # ReportedBy The user who created the job. Can be changed. # ReportedDate: The date the job was created. Automatic. # ModifiedBy: The user who last modified this job. Automatic. # ModifiedDate: The date this job was last modified. Automatic. # OwnedBy: The owner, responsible for doing the job. Optional. # Description: Description of the job. Required. # DevNotes: Developer's comments. Optional. # Type: Type of job; [Bug/Feature]. Required. Job: SDP-96 Status: closed Project: perforce-software-sdp Severity: C ReportedBy: tom_tyler ReportedDate: 2017/04/02 17:27:31 ModifiedBy: tom_tyler ModifiedDate: 2017/04/03 08:33:13 OwnedBy: tom_tyler Description: Update os_tweaks.sh to support CentOS 7. On CentOS 7, the correct value for one of the parameters is "0" rather than "no" (as it is for CentOS 6). The script currently safely exits without leaving things in a half-baked, state. But it would be better if it just knew and did the right thing on both CentOS6 and CentOS 7. (And perhaps other Linux variants, too, but this job is just for CentOS7, as that's the only one I need right now in addition ao the already-supported CentOS 6). As a hack/workaround, if operating on CentOS 7, change this line in os_tweaks.sh: CorrectValues[0]="no" to: CorrectValues[0]="0" DevNotes: This job, SDP-96, was originally named job000586. Type: Feature