Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2003 18:23:58 -0500 (EST)
From:      David A Bestor <1nd3n14l@indenial.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/50086: qpopper has a chown with deprecated options during install
Message-ID:  <200303172323.h2HNNw1e066744@godzilla.indenial.com>

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

>Number:         50086
>Category:       ports
>Synopsis:       qpopper has a chown with deprecated options during install
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 17 15:30:15 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     David A Bestor
>Release:        FreeBSD 4.8-RC-20030303 i386
>Organization:
Nope
>Environment:
System: FreeBSD godzilla.indenial.com 4.8-RC-20030303 FreeBSD 4.8-RC-20030303 #0: Mon Mar 3 22:53:28 EST 2003 root@godzilla.indenial.com:/usr/obj/usr/src/sys/GODZILLA i386
>Description:

	qpopper-4.0.5 has a chown with deprecated options during install

>How-To-Repeat:

portupgrade -f qpopper 
.....stuff skipped...
===>  Installing for qpopper-4.0.5
chown: separation of user and group with a period is deprecated
===>   Generating temporary packing list
.....stuff skipped...

>Fix:

diff -ruN qpopper.orig/scripts/pre-install qpopper/scripts/pre-install
--- qpopper.orig/scripts/pre-install	Mon Mar 17 18:01:08 2003
+++ qpopper/scripts/pre-install	Mon Mar 17 18:01:48 2003
@@ -12,5 +12,5 @@
 if [ ! -d $usrdir ]; then
   mkdir -p $usrdir
 fi
-chown pop.daemon $usrdir
+chown pop:daemon $usrdir
 chmod 700 $usrdir

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

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




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