svn commit: r461282 - in head/misc/e2fsprogs-libuuid: . files

Matthias Andree mandree at FreeBSD.org
Thu Feb 8 22:55:13 UTC 2018


Author: mandree
Date: Thu Feb  8 22:55:12 2018
New Revision: 461282
URL: https://svnweb.freebsd.org/changeset/ports/461282

Log:
  Run rc.d/uuidd after the virtual FILESYSTEMS target.
  
  PR:		225368
  Submitted by:	bdrewery@
  MFH:		2018Q1

Modified:
  head/misc/e2fsprogs-libuuid/Makefile
  head/misc/e2fsprogs-libuuid/files/uuidd.in

Modified: head/misc/e2fsprogs-libuuid/Makefile
==============================================================================
--- head/misc/e2fsprogs-libuuid/Makefile	Thu Feb  8 22:44:23 2018	(r461281)
+++ head/misc/e2fsprogs-libuuid/Makefile	Thu Feb  8 22:55:12 2018	(r461282)
@@ -1,7 +1,7 @@
 # Created by: Matthias Andree <matthias.andree at gmx.de>
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	misc devel
 PKGNAMESUFFIX=	-libuuid
 

Modified: head/misc/e2fsprogs-libuuid/files/uuidd.in
==============================================================================
--- head/misc/e2fsprogs-libuuid/files/uuidd.in	Thu Feb  8 22:44:23 2018	(r461281)
+++ head/misc/e2fsprogs-libuuid/files/uuidd.in	Thu Feb  8 22:55:12 2018	(r461282)
@@ -11,6 +11,7 @@
 # Licensed under the modified (= 2-clause) BSD license.
 
 # PROVIDE: uuidd
+# REQUIRE: FILESYSTEMS
 # BEFORE: DAEMON
 
 . /etc/rc.subr


More information about the svn-ports-head mailing list