From 77cb6e70b48ec9e9f797366dd7e2192328563439 Mon Sep 17 00:00:00 2001 From: wangrong Date: Tue, 12 Aug 2025 15:35:17 +0800 Subject: [PATCH 1/2] refactor: Update process names in deepin-diskmanager-authenticateProxy script As title. Log: Update process names in deepin-diskmanager-authenticateProxy script --- .../udev/deepin-diskmanager-authenticateProxy | 33 ++----------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/service/udev/deepin-diskmanager-authenticateProxy b/service/udev/deepin-diskmanager-authenticateProxy index 7c60b773..f33e9bd4 100755 --- a/service/udev/deepin-diskmanager-authenticateProxy +++ b/service/udev/deepin-diskmanager-authenticateProxy @@ -1,37 +1,8 @@ #!/bin/sh -# Name: gparted -# Purpose: Perform appropriate startup of GParted executable gpartedbin. -# -# The purpose of these startup methods is to prevent -# devices from being automounted, and to ensure only one -# instance of GParted is running. File system problems can -# occur if devices are mounted prior to the completion of -# GParted's operations, or if multiple partition editing -# tools are in use concurrently. -# -# Copyright (C) 2008, 2009, 2010, 2013, 2015 Curtis Gedak -# -# This file is part of GParted. -# -# GParted is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# GParted is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with GParted. If not, see . -# -# This file was modified by Uniontech Technology Co., Ltd. - if test "z`ps -e | grep deepin-diskmanager-service`" != "z"; then - echo "The process gpartedbin is already running." - echo "Only one gpartedbin process is permitted." + echo "The process deepin-diskmanager-service is already running." + echo "Only one deepin-diskmanager-service process is permitted." exit 1 fi From 6d062d51583ab9d88fe109f59359f6f384a52693 Mon Sep 17 00:00:00 2001 From: wangrong Date: Tue, 12 Aug 2025 15:38:03 +0800 Subject: [PATCH 2/2] chore: Update version to 6.0.15 As title. Log: Update version to 6.0.15 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6c4eb82a..a7405c9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +deepin-diskmanager (6.0.15) unstable; urgency=medium + + * refactor: Update process names in deepin-diskmanager-authenticateProxy script + + -- wangrong Tue, 12 Aug 2025 15:36:14 +0800 + deepin-diskmanager (6.0.14) unstable; urgency=medium * Update version to 6.0.14.