From b566a70afbc033caae65f41deeffa8a150e61a32 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 4 Aug 2011 08:32:49 +0000 Subject: main/openrc: slightly better patch for openrc Keeps the original "quiet" behaviour. --- main/openrc/sysctl-flags.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 main/openrc/sysctl-flags.patch (limited to 'main/openrc/sysctl-flags.patch') diff --git a/main/openrc/sysctl-flags.patch b/main/openrc/sysctl-flags.patch deleted file mode 100644 index 664d6502ca..0000000000 --- a/main/openrc/sysctl-flags.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- openrc-0.8.3/init.d/sysctl.Linux.in.orig -+++ openrc-0.8.3/init.d/sysctl.Linux.in -@@ -18,9 +18,9 @@ - for conf in /etc/sysctl.d/*.conf /etc/sysctl.conf; do - if [ -r "$conf" ]; then - vebegin "applying $conf" -- if ! err=$(sysctl -q -p "$conf" 2>&1) ; then -+ if ! err=$(sysctl -p "$conf" 2>&1) ; then - errs="${errs} ${err}" -- sysctl -q -e -p "${conf}" -+ sysctl -e -p "${conf}" - fi - veend $? || retval=1 - fi -- cgit v1.2.3