diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-24 10:33:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-24 10:35:08 +0000 |
commit | 96fe7d3661d0ea57b367d6daad2ea61f82ebeb94 (patch) | |
tree | 74eaaaa0c10aaf40ca9ad718299531d9cfec8fbd /main/openrc/APKBUILD | |
parent | 5613ea69f5be77c27274e6216dc9b03182da0fd3 (diff) | |
download | aports-96fe7d3661d0ea57b367d6daad2ea61f82ebeb94.tar.bz2 aports-96fe7d3661d0ea57b367d6daad2ea61f82ebeb94.tar.xz |
main/openrc: fix modloop to find mounts by UUID and LABEL
ref #734
Diffstat (limited to 'main/openrc/APKBUILD')
-rw-r--r-- | main/openrc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/openrc/APKBUILD b/main/openrc/APKBUILD index d02e751efc..1170048f58 100644 --- a/main/openrc/APKBUILD +++ b/main/openrc/APKBUILD @@ -2,7 +2,7 @@ pkgname=openrc pkgver=0.8.3 _ver=${pkgver/_git*/} -pkgrel=3 +pkgrel=4 pkgdesc="OpenRC manages the services, startup and shutdown of a host" url="http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git" arch="all" @@ -77,6 +77,6 @@ c32e15b0858eef708497e7ee6355a055 hostname.initd b1e64885f301166df30be3e3cf5338ff hwdrivers.initd 33ca3e558c42cdd17adccbc7807298f7 keymaps.initd 098a1f16812f56fcb56eb6b6f0fa31f6 modules.initd -408e28f247c7cc71fa104c07869417f4 modloop.initd +e9dae56ec441a9d3f1013863751c0e52 modloop.initd af16db0d798392c7c0ed3434e4bad241 networking.initd c1ec888202d868710b5749f7b217d1e3 modloop.confd" |