Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2002 19:17:43 -0700 (PDT)
From:      "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44324: Fix build of mail/sentinel on -current
Message-ID:  <200210210217.g9L2HhbF091107@troutmask.apl.washington.edu>

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

>Number:         44324
>Category:       ports
>Synopsis:       Fix build of mail/sentinel on -current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 20 19:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Steven G. Kargl
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
apl/uw
>Environment:
System: FreeBSD troutmask.apl.washington.edu 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Sep 4 12:10:46 PDT 2002 kargl@troutmask.apl.washington.edu:/usr/obj/usr/src/sys/TROUTMASK i386


	
>Description:
	
The chown command in Makefile is bogus.

>How-To-Repeat:

cd mail/sentinel ; make install

>Fix:

--- Makefile.orig	Sun Oct 20 19:13:21 2002
+++ Makefile	Sun Oct 20 19:13:31 2002
@@ -24,7 +24,7 @@
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/sentinel ${PREFIX}/sbin
 	@${MKDIR} ${PREFIX}/var/sentinel
-	${CHOWN} smmsp.smmsp ${PREFIX}/var/sentinel
+	${CHOWN} smmsp:smmsp ${PREFIX}/var/sentinel
 	${INSTALL_SCRIPT} ${FILESDIR}/000.sentinel.sh ${PREFIX}/etc/rc.d
 	${INSTALL_DATA} ${WRKSRC}/sentinel.cf.SAMPLE ${PREFIX}/etc/sentinel.cf.dist
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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