From 490f1594c2a4a0d04ce0057db703c7d53bdeea0a Mon Sep 17 00:00:00 2001 From: Eric Edgar Date: Thu, 7 Jul 2005 14:27:31 +0000 Subject: [PATCH] fix bug 98165. Change the separator on rcadd/rcdel from : to | This will impact all previous spec files that use this option. Its beejays fault git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@759 d1e1f19c-881f-0410-ab34-b69fee027534 --- targets/support/rc-update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/support/rc-update.sh b/targets/support/rc-update.sh index dcbc7334..bff80806 100644 --- a/targets/support/rc-update.sh +++ b/targets/support/rc-update.sh @@ -48,7 +48,7 @@ then then for x in ${clst_rcadd} do - rc-update add "${x%%:*}" "${x##*:}" + rc-update add "${x%%|*}" "${x##*|}" done fi @@ -56,7 +56,7 @@ then then for x in ${clst_rcdel} do - rc-update del "${x%%:*}" "${x##*:}" + rc-update del "${x%%|*}" "${x##*|}" done fi fi -- 2.26.2