From owner-freebsd-ports Fri Dec 15 3:30:11 2000 From owner-freebsd-ports@FreeBSD.ORG Fri Dec 15 03:30:09 2000 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6C9A37B402 for ; Fri, 15 Dec 2000 03:30:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBFBU8091304; Fri, 15 Dec 2000 03:30:08 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 15 Dec 2000 03:30:08 -0800 (PST) Resent-Message-Id: <200012151130.eBFBU8091304@freefall.freebsd.org> Resent-From: gnats-admin@FreeBSD.org (GNATS Management) Resent-To: freebsd-ports@FreeBSD.org Resent-Reply-To: gnats-admin@FreeBSD.org, osa@FreeBSD.org.ru Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id 0D26437B400 for ; Fri, 15 Dec 2000 03:26:45 -0800 (PST) Received: by freebsd.org.ru (Postfix, from userid 1000) id 5A6FD15D; Fri, 15 Dec 2000 14:26:30 +0300 (MSK) Message-Id: <20001215112630.5A6FD15D@freebsd.org.ru> Date: Fri, 15 Dec 2000 14:26:30 +0300 (MSK) From: osa@FreeBSD.org.ru Reply-To: osa@FreeBSD.org.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/23563: update www/oops (little fix) (by maintainer) Resent-Sender: gnats@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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