Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
fdda0fc1
Verified
Commit
fdda0fc1
authored
5 years ago
by
Max Rees
Browse files
Options
Downloads
Patches
Plain Diff
user/acpid: use /bin/sh instead of /bin/bash in default handler
parent
ce2e5256
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!295
Cleanup OpenRC init.d scripts, and more
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
user/acpid/APKBUILD
+2
-2
2 additions, 2 deletions
user/acpid/APKBUILD
user/acpid/handler.sh
+1
-1
1 addition, 1 deletion
user/acpid/handler.sh
with
3 additions
and
3 deletions
user/acpid/APKBUILD
+
2
−
2
View file @
fdda0fc1
...
...
@@ -8,7 +8,7 @@
pkgname
=
acpid
pkgver
=
2.0.31
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Daemon for handling ACPI power management events"
url
=
"https://sourceforge.net/projects/acpid2/"
arch
=
"all"
...
...
@@ -51,7 +51,7 @@ package() {
}
sha512sums
=
"05eb96cdae698731b14caa89aa01239a0f16ce732f897d295447753aab7c8d49227c9b9ce901c6fd3bfdb117688e6ed80ec61aea0f64d75c9c0afe2aea2aa91a acpid-2.0.31.tar.xz
f5935340391a927b2c0b8d36f6b9579d740299a46c210f762483336f2685e80bdfc237dd5ac5eeed5e458eff2fa436cd36e3277c4ee2085e05662e1525c56edd
handler.sh
42e8a66c4fd4de3bf0b6adc359c5d5a08e45bf38fc2945c75ab0bf38058c10906e2c84f50895bb85b38e1a19646d91e40a875f2b45f67e07a9336d27bfa2dcd8
handler.sh
2ca236168ce6aaa56c980568c781d6e51590870b7a7936c74bf72532ef3f6c60a369f37597202f3a236d60637fd0daa6611d4ae0348484011ff71871a9914246 default
7381d30b5c6478cdbf5dff93ae95baa0b3b1fe0a04b02cf491831f1657d6f71b8eef121b7e78f3201d11a5856bfb30df0a57437c76e6fbe05ad88cd45e86ae64 acpid.initd
518cb397b2aa63b893ead1be08f32fe436d19b72663dee66834cfbc112b003333f0df8b9e4f1ffe64b813783f657d3fe8b9a0c5e992d5665583357e68b266705 acpid.confd"
This diff is collapsed.
Click to expand it.
user/acpid/handler.sh
+
1
−
1
View file @
fdda0fc1
#!/bin/
ba
sh
#!/bin/sh
logger
"Received ACPI event:
${
@
}
"
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