Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Apr 2011 01:49:43 GMT
From:      Dean Matzkov <bapabooiee@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156559: www/perlbal: init script needs updating because `-f' flag is no longer used
Message-ID:  <201104220149.p3M1nheN041399@red.freebsd.org>
Resent-Message-ID: <201104220150.p3M1o9Gs015800@freefall.freebsd.org>

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

>Number:         156559
>Category:       ports
>Synopsis:       www/perlbal: init script needs updating because `-f' flag is no longer used
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 22 01:50:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Dean Matzkov
>Release:        8.2-RELEASE
>Organization:
>Environment:
>Description:
It seems that perlbal no longer accepts the `-f' flag. Instead, it now expects `--config' to be used when specifying a configuration file.

Here's the output I get when starting the script using the default perlbal_flags:

---SNIP---
Unknown option: f
Usage: perlbal [OPTS]
  --help           This usage info
  --version        Print perlbal release version
  --config=[file]  Specify Perlbal config file
                   (default: /etc/perlbal/perlbal.conf)
  --daemon         Daemonize
---SNIP---
>How-To-Repeat:
Install www/perlbal.
# /usr/local/etc/rc.d/perlbal onestart
>Fix:
Change the `-f' flag to `--config' in perlbal's init script.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104220149.p3M1nheN041399>