Subject: pkg/34742: [mail/postgrey] - missing command in postgrey.sh (1.24)
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <xavier@xavhome.fr.eu.org>
List: pkgsrc-bugs
Date: 10/07/2006 13:40:00
>Number:         34742
>Category:       pkg
>Synopsis:       postgrey rc_file lacks reload command
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Oct 07 13:40:00 +0000 2006
>Originator:     Xavier Humbert
>Release:        NetBSD 3.1_RC1
>Organization:
>Environment:
System: NetBSD arnor.groumpf.org 3.1_RC1 NetBSD 3.1_RC1 (XAVIER) #4: Tue Aug 29 00:42:39 CEST 2006 root@arnor.groumpf.org:/usr/netbsd-build/obj.i386/sys/arch/i386/compile/XAVIER i386
Architecture: i386
Machine: i386
>Description:
	There is no reload command in /etc/rc.d/postgrey, while the software understands HUP signal for that purpose
	Excerpt from http://isg.ee.ethz.ch/tools/postgrey/pub/Changes 
| * 2004-07-05: version 1.13
|   [...]
|   - reload whitelists on HUP

>How-To-Repeat:
	Nothing, this is a missing feature	
>Fix:
	Just addd 
		extra_commands="reload"
	to the rc_script, rc.subr does the job.

Thanks !

Xav