Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
201
Merge Requests
201
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
9ef3009d
Commit
9ef3009d
authored
Nov 03, 2009
by
Natanael Copa
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/openrc: start networking after hardware drivers
not sure how this could slip through.
parent
e63fa590
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
main/openrc/APKBUILD
main/openrc/APKBUILD
+2
-2
main/openrc/networking.initd
main/openrc/networking.initd
+1
-1
No files found.
main/openrc/APKBUILD
View file @
9ef3009d
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
openrc
pkgver
=
0.5.0
pkgrel
=
1
2
pkgrel
=
1
3
pkgdesc
=
"OpenRC manages the services, startup and shutdown of a host"
url
=
"http://roy.marples.name/openrc"
license
=
'BSD-2'
...
...
@@ -58,5 +58,5 @@ b1e64885f301166df30be3e3cf5338ff hwdrivers.initd
33ca3e558c42cdd17adccbc7807298f7 keymaps.initd
098a1f16812f56fcb56eb6b6f0fa31f6 modules.initd
4c69d1c6a84cbe0195496c14a757579b modloop.initd
747168eee535e845179eaef5a3fcb334
networking.initd
c05fc2ea5d771ca68cbb8d91494c9a2b
networking.initd
0a615d93aab691364c03539c3b496dcc local.start"
main/openrc/networking.initd
View file @
9ef3009d
...
...
@@ -3,7 +3,7 @@
# note that the spoofprotect, syncoockies and ip_forward options are set in
# /etc/sysctl.conf
depend() {
after bootmisc
after bootmisc
hwdrivers modules
provide net
keyword nojail noprefix novserver
}
...
...
Natanael Copa
@ncopa
mentioned in commit
7a04349e
·
Jul 12, 2019
mentioned in commit
7a04349e
mentioned in commit 7a04349e2aeed6c51481c6443abf1569ca3890d0
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment