Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Jan 2018 02:45:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 224833] net/asterisk13 error in rc script related to the addition of the asterisk_stopsleep knob
Message-ID:  <bug-224833-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224833

            Bug ID: 224833
           Summary: net/asterisk13 error in rc script related to the
                    addition of the asterisk_stopsleep knob
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: madpilot@FreeBSD.org
          Reporter: robertames@hotmail.com
             Flags: maintainer-feedback?(madpilot@FreeBSD.org)
          Assignee: madpilot@FreeBSD.org

Patch:

--- net/asterisk13/files/asterisk.in.orig       2017-09-28 19:22:39.0000000=
00
-0500
+++ net/asterisk13/files/asterisk.in    2018-01-01 20:41:09.690720000 -0600
@@ -61,7 +61,7 @@
                return 1
        fi
        echo 'Stopping asterisk.'
-       if [ ${asterisk_stopsleep} > 0 ]; then
+       if [ ${asterisk_stopsleep} -gt 0 ]; then
                sleep ${asterisk_stopsleep}
        fi
        $command -nqrx 'core stop now'

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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