svn commit: r229943 - head/lib/libutil

Guy Helmer ghelmer at FreeBSD.org
Tue Jan 10 22:22:36 UTC 2012


Author: ghelmer
Date: Tue Jan 10 22:22:35 2012
New Revision: 229943
URL: http://svn.freebsd.org/changeset/base/229943

Log:
  Add link for pidfile_fileno.3 to pidfile.3 - thanks again pjd!

Modified:
  head/lib/libutil/Makefile

Modified: head/lib/libutil/Makefile
==============================================================================
--- head/lib/libutil/Makefile	Tue Jan 10 21:47:58 2012	(r229942)
+++ head/lib/libutil/Makefile	Tue Jan 10 22:22:35 2012	(r229943)
@@ -58,7 +58,8 @@ MLINKS+=uucplock.3 uu_lock.3 uucplock.3 
 MLINKS+=pidfile.3 pidfile_open.3 \
 	pidfile.3 pidfile_write.3 \
 	pidfile.3 pidfile_close.3 \
-	pidfile.3 pidfile_remove.3
+	pidfile.3 pidfile_remove.3 \
+	pidfile.3 pidfile_fileno.3
 MLINKS+=quotafile.3 quota_open.3 \
 	quotafile.3 quota_fsname.3 \
 	quotafile.3 quota_qfname.3 \


More information about the svn-src-all mailing list