From 0ed1236457df5b1bc999fa400559f39dc5724266 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 21 Dec 2003 22:57:16 +0000 Subject: [PATCH] - instead fixing quotation revert whole change Changed files: rc-scripts-quotation-marks.patch -> 1.2 --- rc-scripts-quotation-marks.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rc-scripts-quotation-marks.patch b/rc-scripts-quotation-marks.patch index e62621f..137b71c 100644 --- a/rc-scripts-quotation-marks.patch +++ b/rc-scripts-quotation-marks.patch @@ -1,15 +1,15 @@ Index: functions =================================================================== ---- rc-scripts/rc.d/init.d/functions (revision 3058) -+++ rc-scripts/rc.d/init.d/functions (revision 3059) +--- rc-scripts/rc.d/init.d/functions (revision 3049) ++++ rc-scripts/rc.d/init.d/functions (working copy) @@ -399,8 +399,8 @@ # elif [ -n "`$SH -c 'echo ${.sh.version}' 2>/dev/null`" ]; then fi while echo "$limits" | grep -q '[^ ]'; do - ulimit `echo ${limits} | awk '/^ *-[^-]*-.*$/ {sub(/^[^-]*-/,"");sub(/-.*$/,"");sub(/^.*$/,"-&");}{print;}' - limits="`echo ${limits} | awk '/^ *-[^-]*-.*$/ {sub(/^[^-]*-[^-]*/,"");}{print;}' -+ ulimit `echo ${limits} | awk '/^ *-[^-]*-.*$/ { sub(/^[^-]*-/,""); sub(/-.*$/,""); sub(/^.*$/,"-&"); } { print; }'` -+ limits="`echo ${limits} | awk '/^ *-[^-]*-.*$/ { sub(/^[^-]*-[^-]*/,""); } { print; }'`" ++ ulimit `echo ${limits} | sed -e 's/^ *\(-[^-]*\)\(-.*\)\?$/\1/'` ++ limits="`echo ${limits} | sed -e 's/^ *\(-[^-]*\)\(-.*\)\?$/\2/'`" done # And start it up. -- 2.44.0