OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Amit Rao (arao_at_niksun.com)
Date: Thu Nov 14 2002 - 11:28:06 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    On Thursday 14 November 2002 12:10 pm, Jack L. Stone wrote:
    > At 10:33 AM 11.14.2002 -0600, Jacques A. Vidrine wrote:
    > >On Thu, Nov 14, 2002 at 04:19:25PM +0900, Masachika ISHIZUKA wrote:
    > >> Hi, this is ishizukaish.org.
    > >>
    > >> I cannot patch with above commands for 4.7-RELEASE.
    > >> The correct commands are as follows?
    > >>
    > >> # cd /usr/src
    > >> # patch < /path/to/patch
    > >> # cd /usr/src/lib/libisc
    > >> # make
    > >
    > >Rather:
    > > # make depend && make
    > >
    > >> # cd /usr/src/lib/libbind
    > >> # make
    > >
    > >Rather:
    > > # make depend && make
    > >
    > >> # cd /usr/src/usr.sbin/named
    > >> # make depend && make && make install
    > >> # cd /usr/src/libexec/named-xfer
    > >> # make depend && make && make install
    > >
    > >Cheers,
    > >--
    > >Jacques A. Vidrine <nectarcelabo.org> http://www.celabo.org/
    >
    > I believe the "&&" construct is now deprecated in FBSD-4.7.....

    I think you are referring to:
    "sh(1) no longer accepts invalid constructs as command & && command, &&
    command, or || command." from freebsd 4.7 relnotes.

    It just means that you cannot do anymore in sh:
    $ echo hello & && echo world
    $ && echo hello world
    etc

    To Unsubscribe: send mail to majordomoFreeBSD.org
    with "unsubscribe freebsd-security" in the body of the message