Subject: pkg/33139: spamassassin startup script broken
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <collver@peak.org>
List: pkgsrc-bugs
Date: 03/24/2006 05:00:01
>Number:         33139
>Category:       pkg
>Synopsis:       spamassassin startup script broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Mar 24 05:00:01 +0000 2006
>Originator:     collver@peak.org
>Release:        NetBSD 3.0
>Organization:
>Environment:
System: NetBSD sanctum 3.0 NetBSD 3.0 (SANCTUM) #0: Sun Dec 25 11:35:26 PST 2005 ben@sanctum:/home/ben/src/netbsd/3.0/src/sys/arch/i386/compile/SANCTUM i386
Architecture: i386
Machine: i386
>Description:
  From the commit message for revision 1.8 of patch-ad:
  - Removed underscore from package-internal variables (pkglint
    complained).
  One of the variables was missed, so spamassassin will not start.
>How-To-Repeat:
  Try spamassassin's NetBSD startup script from pkgsrc-current.
>Fix:
  Line 106, if checkyesno _INTERPRETER_SUPPORT; then
  should be, if checkyesno INTERPRETER_SUPPORT; then