OpenRC: update to 0.5.3.

--HG--
extra : convert_revision : 146075317969c56d6d785ee2faa6fa80ba05b568
This commit is contained in:
Juan RP 2009-12-04 05:50:12 +01:00
parent 90ca0e6c4b
commit 0a3bb8ad45
3 changed files with 3 additions and 35 deletions

View File

@ -1,11 +0,0 @@
--- init.d/network.in.orig 2009-10-21 13:58:01.000000000 +0200
+++ init.d/network.in 2009-10-21 13:58:24.000000000 +0200
@@ -174,7 +174,7 @@ start()
{
local cr=0 r= int= intv= cmd= args= upcmd=
- if [ -z "$domainname" && -s /etc/defaultdomain ]; then
+ if [ -z "$domainname" -a -s /etc/defaultdomain ]; then
domainname=$(cat /etc/defaultdomain)
fi
if [ -n "$domainname" ]; then

View File

@ -1,21 +0,0 @@
--- init.d/keymaps.in.orig 2009-10-20 15:37:48.000000000 +0200
+++ init.d/keymaps.in 2009-10-20 15:41:09.000000000 +0200
@@ -42,7 +42,8 @@ start()
msg="UTF-8"
fi
yesno $windowkeys && wkeys="windowkeys"
- loadkeys -q $loadkeys_uni $wkeys $keymap $extended_keymaps
+ loadkeys -q $loadkeys_uni $wkeys $keymap \
+ $extended_keymaps > dev/null 2>&1
eend $? "Error loading key mappings" || return $?
if yesno $fix_euro; then
@@ -57,7 +58,7 @@ start()
ebegin "Setting keyboard mode [$msg]"
if yesno $unicode; then
dumpkeys ${dumpkeys_charset:+-c} \
- $dumpkeys_charset | loadkeys --unicode
+ $dumpkeys_charset | loadkeys --unicode >/dev/null 2>&1
fi
n=1
while [ $n -le $ttyn ]; do

View File

@ -1,13 +1,13 @@
# Template file for 'OpenRC'
pkgname=OpenRC
version=0.5.2
revision=2
version=0.5.3
#revision=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 <xtraeme@gmail.com>"
checksum=0633f5cc8c0f055a292722b36108cebbe1925f164df8c0d2688dd376e6f0e18c
checksum=1e3120906d93fb1746f00355eb42b2ee510daafdad79d7c0dea2eb48eea3ad43
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