Date: Thu, 14 Nov 2002 10:43:27 +0200 From: "Toomas Aas" <toomas.aas@raad.tartu.ee> To: "Jack L. Stone" <jackstone@sage-one.net>, questions@freebsd.org Subject: Re: unexpected && in sh scripts after upg to 4.7 Message-ID: <200211140845.gAE8j0N18239@lv.raad.tartu.ee> In-Reply-To: <3.0.5.32.20021113173756.010b2eb0@mail.sage-one.net> References: <20021113231235.GA63427@grimoire.chen.org.nz>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi! > >> # THE BELOW IS ACTUALLY ALL ON ONE LINE > >> /usr/local/bin/safe_mysqld --user=mysql > /dev/null & && echo -n > >> 'mysqld' > >> # THE ABOVE IS ACTUALLY ALL ON ONE LINE > > ...or, more simply: just remove the "&&" from both lines "start" and "stop" > in the script.... will start and stop just fine then. Thanks, it works. I feel really lame for not reading the release notes before upgrading. -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * Feeling compressed ARJ you? 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?200211140845.gAE8j0N18239>