From 2bbfbc658f0a21750b39d66a4da5013e303c6c0d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 25 Jun 2011 23:09:09 +0200 Subject: [PATCH] OpenRC: fix mtab service, procfs service is not valid. --- srcpkgs/OpenRC/patches/xbps_changes.diff | 2 +- srcpkgs/OpenRC/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/OpenRC/patches/xbps_changes.diff b/srcpkgs/OpenRC/patches/xbps_changes.diff index 03f99ffb959..cdc0f5e0a3a 100644 --- a/srcpkgs/OpenRC/patches/xbps_changes.diff +++ b/srcpkgs/OpenRC/patches/xbps_changes.diff @@ -267,7 +267,7 @@ xbps changes: depend() { - need root -+ need root procfs ++ need root keyword -prefix } diff --git a/srcpkgs/OpenRC/template b/srcpkgs/OpenRC/template index 1255ebbf72c..eef0a0e4ef1 100644 --- a/srcpkgs/OpenRC/template +++ b/srcpkgs/OpenRC/template @@ -1,7 +1,7 @@ # Template file for 'OpenRC' pkgname=OpenRC version=20110211 -revision=10 +revision=11 wrksrc=openrc-${version} distfiles="http://xbps.nopcode.org/distfiles/openrc-$version.tar.bz2" build_style=custom-install