Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
phpldapadmin
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian PHP Team
PEAR
phpldapadmin
Commits
7e5b7b87
Verified
Commit
7e5b7b87
authored
1 year ago
by
William Desportes
Browse files
Options
Downloads
Patches
Plain Diff
Use the same invoke-rc.d detection as postinst script
parent
1f4c231c
No related branches found
No related tags found
No related merge requests found
Pipeline
#628578
passed
1 year ago
Stage: provisioning
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+2
-1
2 additions, 1 deletion
debian/changelog
debian/postrm
+1
-1
1 addition, 1 deletion
debian/postrm
with
3 additions
and
2 deletions
debian/changelog
+
2
−
1
View file @
7e5b7b87
...
...
@@ -3,8 +3,9 @@ phpldapadmin (1.2.6.7-1) UNRELEASED; urgency=medium
* New upstream version 1.2.6.7
* Drop patches released upstream
* Refresh PHP 8.2 patch
* Use the same invoke-rc.d detection as postinst script
-- William Desportes <williamdes@wdes.fr> Sun, 21 Jan 2024 10:
44
:5
2
+0100
-- William Desportes <williamdes@wdes.fr> Sun, 21 Jan 2024 10:
51
:5
9
+0100
phpldapadmin (1.2.6.6-2) unstable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
debian/postrm
+
1
−
1
View file @
7e5b7b87
...
...
@@ -42,7 +42,7 @@ case "$1" in
if
[
"
$res
"
=
"true"
]
;
then
for
webserver
in
$restart
;
do
webserver
=
${
webserver
%,
}
if
[
-x
/usr/sbin/invoke-rc.d
]
;
then
if
which invoke-rc.d
>
/dev/null
;
then
invoke-rc.d
$webserver
restart
else
/etc/init.d/
$webserver
restart
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment