From owner-freebsd-questions Wed Aug 8 18:52:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from binary.ath.cx (unknown [200.171.41.43]) by hub.freebsd.org (Postfix) with ESMTP id 2468137B401 for ; Wed, 8 Aug 2001 18:52:27 -0700 (PDT) (envelope-from binary@binary.ath.cx) Received: (from binary@localhost) by binary.ath.cx (8.11.4/8.11.3) id f791lds01575; Wed, 8 Aug 2001 22:47:39 -0300 (BRT) (envelope-from binary) Date: Wed, 8 Aug 2001 22:47:39 -0300 From: BinarySoul To: andrew gushulay Cc: KurtChen , freebsd-questions@FreeBSD.ORG Subject: Re: question about rc.conf Message-ID: <20010808224739.B689@binary.ath.cx> References: <00ca01c11ff0$3c19f230$b4a449d3@kurtchen> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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