hi

FYI

the backtick "version" works !

Holger


On 15.04.23 14:56, Odhiambo Washington wrote:


On Fri, Apr 14, 2023 at 9:38���PM Holger Glaess <glaess@glaessixs.de> wrote:

hi


i try first with backticks

i allready prepare the solution with mygroups but question here is.


where i have to change the group name inside the php code for the admin gui ?


In my setup, I changed all these files:
[15:51 exim4u ]$ find . -type f -exec grep -li 'mygroups' {} \;
./exim4u/admingroup.php
./exim4u/admingroupaddsubmit.php
./exim4u/admingroupchange.php
./exim4u/admingroupchangesubmit.php
./exim4u/admingroupcontentaddsubmit.php
./exim4u/admingroupcontentdeletesubmit.php
./exim4u/admingroupdelete.php

So you can do it easily with:

cd exim4u
find . -type f -exec sed -i.BAK 's/groups/mygroups/g' {} \;


--
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.",��egrep -v '^$|^.*#'����\_(���)_/����:-)
[How to ask smart questions:��http://www.catb.org/~esr/faqs/smart-questions.html]

_______________________________________________
users mailing list -- users@exim4u.org
To unsubscribe send an email to users-leave@exim4u.org