aboutsummaryrefslogtreecommitdiffstats
path: root/core/openrc
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-06-11 14:57:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-06-11 14:57:26 +0000
commitdb518e18bc9bf659bd676c7ba4c2b5785f6639b3 (patch)
treef6cc9b058b47aae689da6a2d0cbbc0c33e29edf3 /core/openrc
parent7c8ec2694d79cda9a21104f2bb00ff98cb672aa3 (diff)
downloadaports-db518e18bc9bf659bd676c7ba4c2b5785f6639b3.tar.bz2
aports-db518e18bc9bf659bd676c7ba4c2b5785f6639b3.tar.xz
core/openrc: start modloop before hwclock
hwclock does modprobe and need to have the modules there
Diffstat (limited to 'core/openrc')
-rw-r--r--core/openrc/APKBUILD4
-rw-r--r--core/openrc/modloop.initd2
2 files changed, 3 insertions, 3 deletions
diff --git a/core/openrc/APKBUILD b/core/openrc/APKBUILD
index 4496505d3b..f7de5f5c05 100644
--- a/core/openrc/APKBUILD
+++ b/core/openrc/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=openrc
pkgver=0.5.0
-pkgrel=3
+pkgrel=4
pkgdesc="OpenRC manages the services, startup and shutdown of a host"
url="http://roy.marples.name/openrc"
license='BSD-2'
@@ -50,7 +50,7 @@ c32e15b0858eef708497e7ee6355a055 hostname.initd
b1e64885f301166df30be3e3cf5338ff hwdrivers.initd
33ca3e558c42cdd17adccbc7807298f7 keymaps.initd
098a1f16812f56fcb56eb6b6f0fa31f6 modules.initd
-2527250f613051be04fd31276661683d modloop.initd
+e684587092c5cbd6909f73b37853d1a4 modloop.initd
747168eee535e845179eaef5a3fcb334 networking.initd
6e834194b246563fc5acd77e91e038c4 openrc.post-install
393ff61bc0bf2c07f9af81795554c584 openrc.post-upgrade"
diff --git a/core/openrc/modloop.initd b/core/openrc/modloop.initd
index 66047da33b..4ef2c4c008 100644
--- a/core/openrc/modloop.initd
+++ b/core/openrc/modloop.initd
@@ -4,7 +4,7 @@
depend() {
need dev
- before checkfs fsck hwdrivers modules
+ before checkfs fsck hwdrivers modules hwclock
keyword novserver
}