[PR #814] use flock for stale lock file handling #940

Open
opened 2025-12-29 02:18:38 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/814
Author: @jomat
Created: 4/8/2021
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • d1a7515 use flock for stale lock file handling

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 dehydrated (+3 -1)

📄 Description

Possible solution for #813

$LOCKFILE isn't necessary anymore since flock can use $CERTDIR or even the script itself $0 for locking, but is kept for backward compability.


🔄 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/dehydrated-io/dehydrated/pull/814 **Author:** [@jomat](https://github.com/jomat) **Created:** 4/8/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`d1a7515`](https://github.com/dehydrated-io/dehydrated/commit/d1a7515f428e5b496a38cea6a887dd27dd9f1298) use flock for stale lock file handling ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `dehydrated` (+3 -1) </details> ### 📄 Description Possible solution for #813 $LOCKFILE isn't necessary anymore since flock can use $CERTDIR or even the script itself $0 for locking, but is kept for backward compability. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:18:38 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#940