Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#43768 - 25/10/2001 14:07 Changing config.ini?
alear
enthusiast

Registered: 05/07/2000
Posts: 301
Loc: Montana, USA, Bozeman
I am trying to change my config.ini file to remove the timecodes/notify options. I couldn't get empegTaxi to work this time around (not sure why because its been very good in the past). Is there a text editor on the empeg? I didn't see vi.

Thanks,
_________________________
Alex Lear

Top
#43769 - 25/10/2001 14:14 Re: Changing config.ini? [Re: alear]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31565
Loc: Seattle, WA
You can now change your config.ini in Emplode version 2. Check the FAQ at riocar.org for details.
_________________________
Tony Fabris

Top
#43770 - 25/10/2001 14:33 Re: Changing config.ini? [Re: alear]
bonzi
pooh-bah

Registered: 13/09/1999
Posts: 2401
Loc: Croatia
Either follow Tony's advice (easier), or use sed, which is included in developer image
sed -e'/pattern-in-a-line-to-delete/d' config.ini > c

mv c config.ini
_________________________
Dragi "Bonzi" Raos Q#5196 MkII #080000376, 18GB green MkIIa #040103247, 60GB blue

Top
#43771 - 25/10/2001 15:06 Re: Changing config.ini? [Re: bonzi]
alear
enthusiast

Registered: 05/07/2000
Posts: 301
Loc: Montana, USA, Bozeman
Great, thanks guys!
_________________________
Alex Lear

Top