History log of /freebsd-10-stable/usr.sbin/syslogd/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 314822 07-Mar-2017 ngie

MFC r314226:

Use SRCTOP instead of .CURDIR relative paths with ".."

This simplifies pathing in make/displayed output


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 211055 08-Aug-2010 imp

This isn't WARNS=6 safe. It fails to build on mips. Retore old
WARNS?=3 until that's resolved.


# 211040 07-Aug-2010 olli

jh pointed out that src/usr.sbin already has a global
WARNS=6 setting in HEAD (unlike stable/8), so it's best
to remove the line entirely.

Pointed out by: jh
Approved by: des (mentor)


# 211023 07-Aug-2010 olli

syslogd(8) already supports *sending* log messages to non-
standard ports, but it can't *receive* them (port 514 is
hardcoded). This commit adds that missing feature.

(NB: I actually needed this feature for a server farm where
multiple jails run with shared IP addresses, and every jail
should have its own syslogd process.)

As a side effect, syslogd now compiles with WARNS=6.

Approved by: des (mentor)
MFC after: 3 weeks


# 202206 13-Jan-2010 ed

Port all applications in usr.sbin/ from libulog to utmpx.


# 200954 24-Dec-2009 ed

Let syslogd use utmpx.

Because strings are guaranteed to be null terminated, there is no need
for excessive copying of strings, such as the line name.


# 186234 17-Dec-2008 obrien

Rather than hardcode the 'struct iovec iov' array size, use a #define.
While I'm here bump WARNS to 3.

Obtained from: Juniper Networks


# 160753 27-Jul-2006 yar

Obey MK_INET6_SUPPORT.


# 125503 05-Feb-2004 ru

Fixed style of DPADD and LDADD assignments as per style.Makefile(5).


# 115108 17-May-2003 gshapiro

Avoid code duplication by using libutil's trimdomain() instead of
an incorrect re-implementation.

PR: 52223, 52342
Submitted by: Dan Nelson <dnelson@allantgroup.com>
Approved by: re (bmah/rwatson)
MFC after: 2 days


# 113091 04-Apr-2003 obrien

style.Makefile(5)


# 83245 09-Sep-2001 dd

Use CFLAGS instead of COPTS.


# 83243 09-Sep-2001 dd

- Silence warnings: apply `const' generously, mark some variables
__unused, and change local variables named `sin' (struct
sockaddr_in) to `sin4'. (`sin' conflicts with the definition of
sin(3), which gcc assumes to be defined even if math.h isn't
included (it's a builtin). This is probably a bug in gcc.)

- Apply WARNS=1. WARNS=2 was not used because this program assigns
string literals to (struct iovec).iov_base for writing, and the only
clean way to silence -Wwrite-strings in that case would be to
strdup() and consequently free() those literals, which I considered
too disruptive.

Reviewed by: bde (partially)


# 80029 20-Jul-2001 obrien

Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.


# 80022 20-Jul-2001 obrien

Remove GCC'isms in CFLAGS.


# 74816 26-Mar-2001 ru

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


# 70099 16-Dec-2000 ume

IPv6 support for syslogd.

Reviewed by: freebsd-current
Obtained from: NetBSD


# 38547 25-Aug-1998 julian

Submitted by: archie@whistle.com

quieten cc -Wall


# 1863 05-Aug-1994 wollman

Get rid of update. Make man page installation work with our scheme
(and rename a few in the process).


# 1554 26-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1553,
which included commits to RCS files with non-trunk default branches.


# 1553 26-May-1994 rgrimes

BSD 4.4 Lite usr.sbin Sources