[PR #1198] [CLOSED] Use /usr/local/bin instead of /usr/bin #1533

Closed
opened 2026-05-07 01:02:33 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/1198
Author: @allan2
Created: 10/11/2024
Status: Closed

Base: mainHead: usr-local-bin


📝 Commits (1)

  • f74f1b7 Use /usr/local/bin instead of /usr/bin

📊 Changes

9 files changed (+21 additions, -21 deletions)

View changed files

📝 Dockerfile (+1 -1)
📝 Dockerfile-arm (+1 -1)
📝 Dockerfile-build (+1 -1)
📝 Makefile (+10 -10)
📝 client/ntfy-client.service (+1 -1)
📝 docs/develop.md (+1 -1)
📝 docs/examples.md (+2 -2)
📝 docs/install.md (+3 -3)
📝 server/ntfy.service (+1 -1)

📄 Description

This commit makes the placement of binaries consistent on Linux. ntfy currently recommends /usr/local/bin for amd64 Linux but not for arm Linux.

  • replaced all instances of /usr/bin/ntfy with /usr/local/bin/ntfy
  • replaced two instances of /usr/bin with /usr/local/bin
    • in Dockerfile and Dockerfile-arm, the line is changed to COPY ntfy /usr/local/bin

This PR does not add anything to move binaries or remove them from the old path.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/binwiederhier/ntfy/pull/1198 **Author:** [@allan2](https://github.com/allan2) **Created:** 10/11/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `usr-local-bin` --- ### 📝 Commits (1) - [`f74f1b7`](https://github.com/binwiederhier/ntfy/commit/f74f1b718f8965ab2e220b04187d12decd5c74d1) Use /usr/local/bin instead of /usr/bin ### 📊 Changes **9 files changed** (+21 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -1) 📝 `Dockerfile-arm` (+1 -1) 📝 `Dockerfile-build` (+1 -1) 📝 `Makefile` (+10 -10) 📝 `client/ntfy-client.service` (+1 -1) 📝 `docs/develop.md` (+1 -1) 📝 `docs/examples.md` (+2 -2) 📝 `docs/install.md` (+3 -3) 📝 `server/ntfy.service` (+1 -1) </details> ### 📄 Description This commit makes the placement of binaries consistent on Linux. ntfy currently recommends /usr/local/bin for amd64 Linux but not for arm Linux. - replaced all instances of `/usr/bin/ntfy` with `/usr/local/bin/ntfy` - replaced two instances of `/usr/bin` with `/usr/local/bin` - in Dockerfile and Dockerfile-arm, the line is changed to `COPY ntfy /usr/local/bin` This PR does not add anything to move binaries or remove them from the old path. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:02:33 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#1533
No description provided.