diff --git a/srcpkgs/OpenRC/OpenRC-devel.template b/srcpkgs/OpenRC/OpenRC-devel.template index b7b317a2b35..cedfafe8abf 100644 --- a/srcpkgs/OpenRC/OpenRC-devel.template +++ b/srcpkgs/OpenRC/OpenRC-devel.template @@ -5,8 +5,6 @@ long_desc="${long_desc} This package contains files for development, headers, static libs, etc." -revision=1 - Add_dependency run glibc-devel Add_dependency run OpenRC diff --git a/srcpkgs/OpenRC/patches/init.sh_mount_xenfs_very_early.patch b/srcpkgs/OpenRC/patches/init.sh_mount_xenfs_very_early.patch deleted file mode 100644 index 97aeb8056b0..00000000000 --- a/srcpkgs/OpenRC/patches/init.sh_mount_xenfs_very_early.patch +++ /dev/null @@ -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 diff --git a/srcpkgs/OpenRC/template b/srcpkgs/OpenRC/template index a6b0e4a61a9..98b8d22d8c5 100644 --- a/srcpkgs/OpenRC/template +++ b/srcpkgs/OpenRC/template @@ -1,13 +1,12 @@ # Template file for 'OpenRC' pkgname=OpenRC -version=0.6.0 -revision=3 +version=0.6.1 wrksrc=openrc-${version} distfiles="http://roy.marples.name/downloads/openrc/openrc-$version.tar.bz2" build_style=gnu_makefile short_desc="Universal init system" maintainer="Juan RP " -checksum=1b302ef12b1c144ae4260d442bd9fa5dd6176c9601d9c1f609ef49f14a1b0728 +checksum=c7847254e41b613b76ae570cf786ce8164d637962ad4580d0825b4b62b475e07 long_desc=" OpenRC is a dependency based init system that works with the system provided init program, normally /sbin/init. It is not a replacement for