Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2018 05:29:28 +0000 (UTC)
From:      Mariusz Zaborski <oshogbo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r328532 - head/lib/libcasper/services/cap_syslog
Message-ID:  <201801290529.w0T5TSgg088713@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: oshogbo
Date: Mon Jan 29 05:29:28 2018
New Revision: 328532
URL: https://svnweb.freebsd.org/changeset/base/328532

Log:
  The name of the library is exactly the same like one of name the name of the
  functions.
  
  We should not create MLINKS for that one, because it's break a build.
  
  Submitted by:	lwhsu@

Modified:
  head/lib/libcasper/services/cap_syslog/Makefile

Modified: head/lib/libcasper/services/cap_syslog/Makefile
==============================================================================
--- head/lib/libcasper/services/cap_syslog/Makefile	Mon Jan 29 04:38:11 2018	(r328531)
+++ head/lib/libcasper/services/cap_syslog/Makefile	Mon Jan 29 05:29:28 2018	(r328532)
@@ -24,7 +24,6 @@ CFLAGS+=-I${.CURDIR}
 MAN+=	cap_syslog.3
 
 MLINKS+= cap_syslog.3 libcap_syslog.3
-MLINKS+= cap_syslog.3 cap_syslog.3
 MLINKS+= cap_syslog.3 cap_vsyslog.3
 MLINKS+= cap_syslog.3 cap_openlog.3
 MLINKS+= cap_syslog.3 cap_closelog.3



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