[Bug 224833] net/asterisk13 error in rc script related to the addition of the asterisk_stopsleep knob

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 2 02:45:51 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224833

            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 at FreeBSD.org
          Reporter: robertames at hotmail.com
             Flags: maintainer-feedback?(madpilot at FreeBSD.org)
          Assignee: madpilot at FreeBSD.org

Patch:

--- net/asterisk13/files/asterisk.in.orig       2017-09-28 19:22:39.000000000
-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'

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


More information about the freebsd-ports-bugs mailing list