Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Aug 2001 22:47:39 -0300
From:      BinarySoul <binary@binary.ath.cx>
To:        andrew gushulay <andrew@yes.ko.if.ua>
Cc:        KurtChen <kurt@dv8.com.tw>, freebsd-questions@FreeBSD.ORG
Subject:   Re: question about rc.conf
Message-ID:  <20010808224739.B689@binary.ath.cx>
In-Reply-To: <Pine.BSF.4.33.0108081432100.12509-100000@huan.yes.ko.if.ua>
References:  <00ca01c11ff0$3c19f230$b4a449d3@kurtchen> <Pine.BSF.4.33.0108081432100.12509-100000@huan.yes.ko.if.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
As far as I can see the error message is pretty clear... :P
>> /bin/sh -c 'cd /usr/local/apache/bin ;./apachectl start
> >  /etc/rc,conf : 16 : syntex error : unterminated quoted string
> >  > >  enter full pathname of shell for /bin/sh :\
why dont you just put the missing "'" at the end of the command
string. hehe
 /bin/sh -c 'cd /usr/local/apache/bin ;./apachectl start'
andrew gushulay wrote:
> 
> 
> On Wed, 8 Aug 2001, KurtChen wrote:
> 
> > hello!!
> >    i had config my rc.conf file.
> >    cause i write a config in it .
> >
> >  /bin/sh -c 'cd /usr/local/apache/bin ;./apachectl start
> >
> >    but when i reboot , it monitor
> >
> > "
> >  /etc/rc,conf : 16 : syntex error : unterminated quoted string
> >  enter full pathname of shell for /bin/sh :
> > "
> >
> > i press enter, i can use some command.but i cannot edit the rc.conf file.
> > it say the rc.conf is a read only file.so how can i fix this.
> You may  mount all partitions ad read-write by command
> /sbin/mount -a
> >
> > thanks ...
> >
> > kurt chen
> > kurt@dv8.com.tw
> >
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010808224739.B689>