On Wed, Feb 3, 2010 at 1:11 PM, Abdullah Ibn Hamad Al-Marri wearabnet@yahoo.ca wrote:
/usr/bin/sed -i s:@@@DPATH@@@:/home/ircd/ircd:g make-cert.sh sed: 1: "make-cert.sh": invalid command code m *** Error code 1
Stop in /usr/home/ircd/ircd/bahamut/tools. *** Error code 1
Seems that sed format is not as portable as I thought. Hop into tools/ and edit make-cert.sh to use a sed format that works - probably:
-i s/'@@@DPATH@@@'/'/home/ircd/ircd'/g
-Aaron