Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2000 14:26:30 +0300 (MSK)
From:      osa@FreeBSD.org.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23563: update www/oops (little fix) (by maintainer)
Message-ID:  <20001215112630.5A6FD15D@freebsd.org.ru>
Resent-Message-ID: <200012151130.eBFBU8091304@freefall.freebsd.org>

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

>Number:         23563
>Category:       ports
>Synopsis:       update www/oops (little fix) (by maintainer)
>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:   Fri Dec 15 03:30:04 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Sergey A. Osokin
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Russian FreeBSD Team
>Environment:

	FreeBSD 4.2-STABLE i386

>Description:

	Little fix for GECOS of oops user.

>How-To-Repeat:


>Fix:

diff -ruN oops.old/pkg-install oops/pkg-install
--- oops.old/pkg-install	Fri Dec 15 14:21:23 2000
+++ oops/pkg-install	Fri Dec 15 14:21:41 2000
@@ -39,7 +39,7 @@
         echo "You need a user \"${user}\"."
         if yesno "Would you like me to create it" y; then
             /usr/sbin/pw useradd ${user} -g ${group} -h - -d /nonexistent \
-                -s /nonexistent -c "Postfix Mail System" || exit
+                -s /nonexistent -c "Oops Cache System" || exit
             echo "Done."
         else
             echo "Please create it, and try again."

>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?20001215112630.5A6FD15D>