Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  5 May 2008 16:43:27 +0200 (CEST)
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/123419: [MAINTAINER] misc/e2fsprogs-libuuid: fix rc.d script
Message-ID:  <20080505144327.941A0C438@merlin.emma.line.org>
Resent-Message-ID: <200805051450.m45Eo1to091308@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123419
>Category:       ports
>Synopsis:       [MAINTAINER] misc/e2fsprogs-libuuid: fix rc.d script
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 05 14:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD merlin.emma.line.org 6.3-STABLE FreeBSD 6.3-STABLE #31: Tue Apr 29 09:26:46 CEST 2008
>Description:
fix rc.d script to provide a default for its _enable variable.

Submitted by: Andrew Pantyukhin <infofarmer@FreeBSD.org>

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- e2fsprogs-libuuid-1.40.9_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/misc/e2fsprogs-libuuid/Makefile /usr/home/emma/ports/misc/e2fsprogs-libuuid/Makefile
--- /usr/ports/misc/e2fsprogs-libuuid/Makefile	2008-01-13 19:54:27.000000000 +0100
+++ /usr/home/emma/ports/misc/e2fsprogs-libuuid/Makefile	2008-05-05 16:42:09.000000000 +0200
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/misc/e2fsprogs-libuuid/Makefile,v 1.7 2008/01/13 18:54:27 miwi Exp $
 #
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	misc devel
 PKGNAMESUFFIX=	-libuuid
 
diff -ruN --exclude=CVS /usr/ports/misc/e2fsprogs-libuuid/files/uuidd.in /usr/home/emma/ports/misc/e2fsprogs-libuuid/files/uuidd.in
--- /usr/ports/misc/e2fsprogs-libuuid/files/uuidd.in	2008-01-13 19:54:27.000000000 +0100
+++ /usr/home/emma/ports/misc/e2fsprogs-libuuid/files/uuidd.in	2008-05-05 16:41:56.000000000 +0200
@@ -16,5 +16,7 @@
 command="%%PREFIX%%/sbin/uuidd"
 procname="${command}"
 
+: ${uuidd_enable="NO"}
+
 load_rc_config $name
 run_rc_command "$1"
--- e2fsprogs-libuuid-1.40.9_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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