Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • aports aports
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 666
    • Issues 666
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 283
    • Merge requests 283
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Our ARM infrastructure is unreachable at the moment, so CI jobs will time-out and packages will not be updated until the servers are back.

  • alpinealpine
  • aportsaports
  • Merge requests
  • !22658

community/xdm: Remove /usr/ucb from system/user path

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Sören Tempel requested to merge nmeum/aports:xdm-default-path-change into master Jun 27, 2021
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Since f440e2db, /etc/profile appends to $PATH instead of overwriting it. The default PATH used by xdm includes /usr/ucb which we don't use on Alpine. Since /etc/profile no longer overwrites $PATH, /usr/ucb will be included in the users $PATH variable unless it's explicitly overwritten by the users configuration, even though Alpine doesn't have that directory.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: xdm-default-path-change