Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2000 11:49:08 +0200 (CEST)
From:      sw@anthologeek.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20557: pgsql 6.5.3 port start/stop script
Message-ID:  <20000812094908.E3E651711C@day.anthologeek.net>

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

>Number:         20557
>Category:       ports
>Synopsis:       pgsql 6.5.3 port start/stop script
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 12 03:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Sameh Ghane
>Release:        FreeBSD 4.1-RC i386
>Organization:
>Environment:

	Ports cvsup'ed tonight.
	# $FreeBSD: ports/databases/postgresql/files/pgsql.sh.tmpl,v 1.7 2000/07/05 12:36:26 tg Exp $

>Description:

	The /usr/local/etc/rc.d/pgsql.sh script starts fine. But when called with the 'stop' argument,
	it tries to 'killall postmaster', which is not running. Instead, the processus 'postgres' is
	running, as 'postmaster' is a symbolinc link to 'postgres'.

>How-To-Repeat:

	/usr/local/etc/rc.d/pgsql.sh stop

>Fix:

	Change:  killall postmaster && echo -n ' pgsql'
	To:      killall postgres && echo -n ' pgsql'
	In:	/usr/ports/databases/postgresql/files/pgsql.sh.tmpl


>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?20000812094908.E3E651711C>