From patchwork Tue Jun 20 05:20:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonatan Schlag X-Patchwork-Id: 1209 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 4AA3C61CB0 for ; Mon, 19 Jun 2017 21:26:01 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 0FF972818; Mon, 19 Jun 2017 21:26:01 +0200 (CEST) Received: from ipfire.localdomain (dslb-088-073-193-212.088.073.pools.vodafone-ip.de [88.73.193.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 62710283F; Mon, 19 Jun 2017 21:20:54 +0200 (CEST) From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 1/7] util: add lock/unlock function Date: Mon, 19 Jun 2017 21:20:44 +0200 Message-Id: <1497900050-27692-1-git-send-email-jonatan.schlag@ipfire.org> X-Mailer: git-send-email 2.6.3 X-BeenThere: network@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List for the network package List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: network-bounces@lists.ipfire.org Sender: "network" This function easily lock or unlock a file. Signed-off-by: Jonatan Schlag --- src/functions/functions.util | 14 ++++++++++++++ 1 file changed, 14 insertions(+)