Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jan 2001 03:03:15 -0500
From:      Brett M Hogden <hogden@rge.com>
To:        ports@FreeBSD.org
Subject:   port isc-dhcp3 version 3.0.b2.11 -- buglet in Makefile
Message-ID:  <200101200803.DAA55522@mailhost.rge.com>

next in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----

In the following Makefile target

  pre-fetch:
  .if ${USE_FACILITY} == "DAEMON"
          @${ECHO} ""
          @${ECHO} "      You can choose which syslog faciliy by setting LOG_FACILITY to:"
          @${ECHO} "              daemon, local{0-7}"
          @${ECHO} "      'daemon' is the default option if one is not defined."
          @${ECHO} "      Press Control-C and run make clean build LOG_FACILITY=<local{0-7}>,"
          @${ECHO} "      if you wish to use a different logging facility."
          @${ECHO} ""   
          @sleep 2
  .endif

I think you might want to advise people to specify the syslog facility
via

  USE_FACILITY=<local{0-7}>

rather than

  LOG_FACILITY=<local{0-7}>

as the former is what actually gets used by the build process.


Thank you for making this port available,
Brett Hogden
brett@world.std.com
-----BEGIN PGP SIGNATURE-----
Version: 2.6.3
Charset: ascii

iQCVAgUBOmlGM5GvcU43X6dhAQHfnQP/aBLtva3G5yBV0lib6ZdpuXGYav8RIOlY
/PQJ7lpCMIvgRVqU2dNjYQxuiaIRB7kpCAXqizi6PLSueusLUVQqYafnJf2mjS8d
eWLnHjS5J6siZj35dF08UmTUBTWINEod9l3t17MBCAGXVA0JYHfouojeCaL2F1pp
P/jNAzuWtkU=
=j1Xx
-----END PGP SIGNATURE-----


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




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