Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2006 04:05:40 +0200
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        Mike Jakubik <mikej@rogers.com>
Subject:   ports/91698: [PATCH] security/courier-authlib-base: update rc.d script to REQUIRE mysql_client
Message-ID:  <1137031540.61580@it.buh.tecnik93.com>
Resent-Message-ID: <200601120210.k0C2A2bs057672@freefall.freebsd.org>

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

>Number:         91698
>Category:       ports
>Synopsis:       [PATCH] security/courier-authlib-base: update rc.d script to REQUIRE mysql_client
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 12 02:10:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.0-STABLE #5: Fri Dec 30 19:34:15 EET 2005


>Description:


Change REQUIRE from mysql -> mysql_client in rc.d script.
Drop FreeBSD KEYWORD, we no longer use it.
Bump PORTREVISION on courier-authlib-base to help the users upgrade.

This should be commited after ports/91694-91697

I would very much like to know how this port can start when you don't have mysql installed with the current (or w/o mysql_client with this updated) script. Probably I'm missing something.

Inspired by:	discussion on ports@ and my install today.


>How-To-Repeat:





>Fix:


--- courier-authlib_files_courier-authdaemond.sh.in begins here ---
--- courier-authlib/files/courier-authdaemond.sh.in.old	Thu Jan 12 03:31:38 2006
+++ courier-authlib/files/courier-authdaemond.sh.in	Thu Jan 12 03:40:42 2006
@@ -3,9 +3,9 @@
 # An rc.subr-style startup script for courier-authdaemond service.
 
 # PROVIDE: courier_authdaemond
-# REQUIRE: DAEMON mysql
+# REQUIRE: DAEMON mysql_client
 # BEFORE: mail imap
-# KEYWORD: FreeBSD shutdown
+# KEYWORD: shutdown
 
 prefix="%%PREFIX%%"
 exec_prefix="${prefix}"
--- courier-authlib_files_courier-authdaemond.sh.in ends here ---
--- courier-authlib_Makefile.diff begins here ---
--- courier-authlib/Makefile.old	Thu Jan 12 04:01:23 2006
+++ courier-authlib/Makefile	Thu Jan 12 04:01:40 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	courier-authlib
 PORTVERSION=	0.58
-PORTREVISION=	0
+PORTREVISION?=	0
 CATEGORIES?=	security mail
 .if defined(PKGNAMESUFFIX)
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
--- courier-authlib_Makefile.diff ends here ---
--- courier-authlib-base_Makefile.diff begins here ---
--- courier-authlib-base/Makefile.old	Thu Jan 12 04:00:01 2006
+++ courier-authlib-base/Makefile	Thu Jan 12 04:00:19 2006
@@ -5,6 +5,7 @@
 # $FreeBSD: ports/security/courier-authlib-base/Makefile,v 1.16 2005/04/26 19:17:32 oliver Exp $
 #
 
+PORTREVISION=	1
 PKGNAMESUFFIX=	-base
 
 COMMENT=	Courier authentication library base
--- courier-authlib-base_Makefile.diff ends here ---



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



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