Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Feb 2018 22:55:12 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461282 - in head/misc/e2fsprogs-libuuid: . files
Message-ID:  <201802082255.w18MtC4J014995@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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