Skip to content

Commit f0e3b76

Browse files
authored
Pr0812 (#171)
* refactor: Update process names in deepin-diskmanager-authenticateProxy script As title. Log: Update process names in deepin-diskmanager-authenticateProxy script * chore: Update version to 6.0.15 As title. Log: Update version to 6.0.15
1 parent 268ea65 commit f0e3b76

File tree

2 files changed

+8
-31
lines changed

2 files changed

+8
-31
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
deepin-diskmanager (6.0.15) unstable; urgency=medium
2+
3+
* refactor: Update process names in deepin-diskmanager-authenticateProxy script
4+
5+
-- wangrong <[email protected]> Tue, 12 Aug 2025 15:36:14 +0800
6+
17
deepin-diskmanager (6.0.14) unstable; urgency=medium
28

39
* Update version to 6.0.14.

service/udev/deepin-diskmanager-authenticateProxy

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,8 @@
11
#!/bin/sh
2-
# Name: gparted
3-
# Purpose: Perform appropriate startup of GParted executable gpartedbin.
4-
#
5-
# The purpose of these startup methods is to prevent
6-
# devices from being automounted, and to ensure only one
7-
# instance of GParted is running. File system problems can
8-
# occur if devices are mounted prior to the completion of
9-
# GParted's operations, or if multiple partition editing
10-
# tools are in use concurrently.
11-
#
12-
# Copyright (C) 2008, 2009, 2010, 2013, 2015 Curtis Gedak
13-
#
14-
# This file is part of GParted.
15-
#
16-
# GParted is free software; you can redistribute it and/or modify
17-
# it under the terms of the GNU General Public License as published by
18-
# the Free Software Foundation; either version 2 of the License, or
19-
# (at your option) any later version.
20-
#
21-
# GParted is distributed in the hope that it will be useful,
22-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
23-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24-
# GNU General Public License for more details.
25-
#
26-
# You should have received a copy of the GNU General Public License
27-
# along with GParted. If not, see <http://www.gnu.org/licenses/>.
28-
#
29-
# This file was modified by Uniontech Technology Co., Ltd.
30-
312

323
if test "z`ps -e | grep deepin-diskmanager-service`" != "z"; then
33-
echo "The process gpartedbin is already running."
34-
echo "Only one gpartedbin process is permitted."
4+
echo "The process deepin-diskmanager-service is already running."
5+
echo "Only one deepin-diskmanager-service process is permitted."
356
exit 1
367
fi
378

0 commit comments

Comments
 (0)