Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
c28bf247
Commit
c28bf247
authored
13 years ago
by
Timo Teräs
Browse files
Options
Downloads
Patches
Plain Diff
main/asterisk: fix init.d script reload action
parent
85552259
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/asterisk/APKBUILD
+2
-2
2 additions, 2 deletions
main/asterisk/APKBUILD
main/asterisk/asterisk.initd
+2
-2
2 additions, 2 deletions
main/asterisk/asterisk.initd
with
4 additions
and
4 deletions
main/asterisk/APKBUILD
+
2
−
2
View file @
c28bf247
...
...
@@ -2,7 +2,7 @@
# Maintainer: Timo Teras <timo.teras@iki.fi>
pkgname
=
asterisk
pkgver
=
10.0.0
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Asterisk: A Module Open Source PBX System"
url
=
"http://www.asterisk.org/"
arch
=
"all"
...
...
@@ -171,6 +171,6 @@ da5a3c500192dee4275aae5235d25f97 ASTERISK-18976.patch
1ddadef41aa7120e168738b6f3ed8917 ASTERISK-18977.patch
0af5e797f0a99d0f81f95e3710baf5b6 ASTERISK-18994.patch
bc6713f5434e07b79d3afdd155461d72 ASTERISK-18995.patch
0ce3219e05f55af884a7dc6b99c2b276
asterisk.initd
86c7589e906102869d67f7f8bc82ca4b
asterisk.initd
ed31d7ba37bcf8b0346dcf8593c395f0 asterisk.confd
3e65172275684373e1a25c8a11224411 asterisk.logrotate"
This diff is collapsed.
Click to expand it.
main/asterisk/asterisk.initd
+
2
−
2
View file @
c28bf247
...
...
@@ -242,8 +242,8 @@ stop() {
reload
()
{
if
is_running
;
then
ebegin
"
Forc
ing asterisk
to reload
configuration"
/usr/sbin/asterisk
-r
-x
"
modules
reload"
&>/dev/null
ebegin
"
Reload
ing asterisk configuration"
/usr/sbin/asterisk
-r
-x
"
core
reload"
&>/dev/null
eend
$?
else
eerror
"Asterisk is not running!"
...
...
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