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. 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