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
15127ee0
Commit
15127ee0
authored
1 year ago
by
Sodface
Committed by
Kevin Daudt
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
community/dhcp-helper: don't empty ARGS in dhcp-helper.initd
parent
590d713a
No related branches found
No related tags found
1 merge request
!50310
community/dhcp-helper: don't empty ARGS in dhcp-helper.initd
Pipeline
#175807
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/dhcp-helper/APKBUILD
+6
-4
6 additions, 4 deletions
community/dhcp-helper/APKBUILD
community/dhcp-helper/dhcp-helper.initd
+0
-3
0 additions, 3 deletions
community/dhcp-helper/dhcp-helper.initd
with
6 additions
and
7 deletions
community/dhcp-helper/APKBUILD
+
6
−
4
View file @
15127ee0
# Maintainer:
# Maintainer:
pkgname
=
dhcp-helper
pkgname
=
dhcp-helper
pkgver
=
1.2
pkgver
=
1.2
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"DHCP relay server"
pkgdesc
=
"DHCP relay server"
url
=
"http://www.thekelleys.org.uk/dhcp-helper/"
url
=
"http://www.thekelleys.org.uk/dhcp-helper/"
arch
=
"all"
arch
=
"all"
...
@@ -25,7 +25,9 @@ package() {
...
@@ -25,7 +25,9 @@ package() {
install
-m644
-D
"
$srcdir
"
/
$pkgname
.confd
"
$pkgdir
"
/etc/conf.d/
$pkgname
install
-m644
-D
"
$srcdir
"
/
$pkgname
.confd
"
$pkgdir
"
/etc/conf.d/
$pkgname
}
}
sha512sums
=
"2f81d729a261454aac8ae9b508d3f319155fc9bdb80b0822317f244ea20fa471ee214f1a1df284375612344751308998591c5e4ac742fd34d720db8e65306ba5 dhcp-helper-1.2.tar.gz
sha512sums
=
"
2f81d729a261454aac8ae9b508d3f319155fc9bdb80b0822317f244ea20fa471ee214f1a1df284375612344751308998591c5e4ac742fd34d720db8e65306ba5 dhcp-helper-1.2.tar.gz
1d80211ee0fa9c27261749924ee0d623da7d54d61103705cb421eed2ad84c6f87de119f470aeb3504144be0d553b773aecf552e53c5698110d8b3a36bfe9061a compile-only-once.patch
1d80211ee0fa9c27261749924ee0d623da7d54d61103705cb421eed2ad84c6f87de119f470aeb3504144be0d553b773aecf552e53c5698110d8b3a36bfe9061a compile-only-once.patch
241719be1136ceaca984ada662a8d57e4ed2c2d9b4fba1249796d79af50b40432bc6e479b6c815dee4ac133c8e83aca87fbd5df90ba28e97297ed0347ef7c0f7 dhcp-helper.initd
1eb7a60055022679247d0f95e70c2432a2d274423f799da6580d76d299c9f1c14e782820586c963031381dc6e7b55e7f20b6b9c8bdab0f4556994af90b1e6bd7 dhcp-helper.initd
0281a04898e8b63c37a159876fe7b27f47416a2b95701a3820f65b8bfc52ea56026c66cb875f1e44f1cac40a47a4ef53dc94d85de9bdaca032ef1a144c0f2884 dhcp-helper.confd"
0281a04898e8b63c37a159876fe7b27f47416a2b95701a3820f65b8bfc52ea56026c66cb875f1e44f1cac40a47a4ef53dc94d85de9bdaca032ef1a144c0f2884 dhcp-helper.confd
"
This diff is collapsed.
Click to expand it.
community/dhcp-helper/dhcp-helper.initd
+
0
−
3
View file @
15127ee0
...
@@ -6,9 +6,6 @@ nice="0"
...
@@ -6,9 +6,6 @@ nice="0"
pidfile
=
"/run/dhcp-helper.sd.pid"
pidfile
=
"/run/dhcp-helper.sd.pid"
supervise_daemon_args
=
""
supervise_daemon_args
=
""
# the args are very site-specific, use dhcp-helper --help to find out what you need
ARGS
=
""
command
=
"/usr/sbin/dhcp-helper"
command
=
"/usr/sbin/dhcp-helper"
command_args
=
"-n
${
ARGS
}
"
command_args
=
"-n
${
ARGS
}
"
...
...
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