OpenRC: update to 0.6.1.
This commit is contained in:
parent
c99f975f63
commit
ac5a56f952
3 changed files with 2 additions and 22 deletions
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run glibc-devel
|
Add_dependency run glibc-devel
|
||||||
Add_dependency run OpenRC
|
Add_dependency run OpenRC
|
||||||
|
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
--- sh/init.sh.Linux.in.orig 2010-02-26 09:13:26.682795699 +0100
|
|
||||||
+++ sh/init.sh.Linux.in 2010-02-26 09:20:18.411807297 +0100
|
|
||||||
@@ -70,4 +70,14 @@ if $mountproc; then
|
|
||||||
eend $?
|
|
||||||
fi
|
|
||||||
|
|
||||||
+# Try to mount xenfs as early as possible, otherwise rc_sys() will always
|
|
||||||
+# return RC_SYS_XENU and will think that we are in a domU while it's not.
|
|
||||||
+if grep -Eq "[[:space:]]+xenfs$" /proc/filesystems; then
|
|
||||||
+ ebegin "Mounting xenfs"
|
|
||||||
+ if ! fstabinfo --mount /proc/xen; then
|
|
||||||
+ mount -n -t xenfs xenfs /proc/xen -o nosuid,nodev,noexec
|
|
||||||
+ fi
|
|
||||||
+ eend $?
|
|
||||||
+fi
|
|
||||||
+
|
|
||||||
. "$RC_LIBEXECDIR"/sh/init-common-post.sh
|
|
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'OpenRC'
|
# Template file for 'OpenRC'
|
||||||
pkgname=OpenRC
|
pkgname=OpenRC
|
||||||
version=0.6.0
|
version=0.6.1
|
||||||
revision=3
|
|
||||||
wrksrc=openrc-${version}
|
wrksrc=openrc-${version}
|
||||||
distfiles="http://roy.marples.name/downloads/openrc/openrc-$version.tar.bz2"
|
distfiles="http://roy.marples.name/downloads/openrc/openrc-$version.tar.bz2"
|
||||||
build_style=gnu_makefile
|
build_style=gnu_makefile
|
||||||
short_desc="Universal init system"
|
short_desc="Universal init system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=1b302ef12b1c144ae4260d442bd9fa5dd6176c9601d9c1f609ef49f14a1b0728
|
checksum=c7847254e41b613b76ae570cf786ce8164d637962ad4580d0825b4b62b475e07
|
||||||
long_desc="
|
long_desc="
|
||||||
OpenRC is a dependency based init system that works with the system
|
OpenRC is a dependency based init system that works with the system
|
||||||
provided init program, normally /sbin/init. It is not a replacement for
|
provided init program, normally /sbin/init. It is not a replacement for
|
||||||
|
|
Loading…
Reference in a new issue