[Glibc-bsd-commits] r5166 - in trunk/freebsd-glue: debian include

Robert Millan rmh at moszumanska.debian.org
Sun Nov 24 12:59:32 UTC 2013


Author: rmh
Date: 2013-11-24 12:59:32 +0000 (Sun, 24 Nov 2013)
New Revision: 5166

Modified:
   trunk/freebsd-glue/debian/changelog
   trunk/freebsd-glue/include/paths.h
Log:
Add _PATH_UUCPLOCK (diverge from upstream as per FHS).

Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog	2013-11-24 12:58:38 UTC (rev 5165)
+++ trunk/freebsd-glue/debian/changelog	2013-11-24 12:59:32 UTC (rev 5166)
@@ -12,6 +12,7 @@
   * Add <ndbm.h> stub (for libgdbm).
   * Add <sys/file.h> (stub for <sys/kglue/sys/file.h>).
   * Add <sys/user.h> and <sys/proc.h>.
+  * Add _PATH_UUCPLOCK (diverge from upstream as per FHS).
 
  -- Robert Millan <rmh at debian.org>  Sat, 23 Nov 2013 20:57:05 +0100
 

Modified: trunk/freebsd-glue/include/paths.h
===================================================================
--- trunk/freebsd-glue/include/paths.h	2013-11-24 12:58:38 UTC (rev 5165)
+++ trunk/freebsd-glue/include/paths.h	2013-11-24 12:59:32 UTC (rev 5166)
@@ -10,6 +10,7 @@
 #define	_PATH_SYSPATH	"/sbin:/usr/sbin"
 #define _PATH_IFCONFIG	"/sbin/ifconfig"
 #define _PATH_MOUNT	"/sbin/mount"
+#define _PATH_UUCPLOCK	"/var/lock/"		/* as per FHS, section 5 */
 
 #ifdef __FreeBSD_kernel__
 #define _PATH_FWMEM		"/dev/fwmem"




More information about the Glibc-bsd-commits mailing list