Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Nov 2018 08:30:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 233083] sysutils/nut
Message-ID:  <bug-233083-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 233083
           Summary: sysutils/nut
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: cy@FreeBSD.org
          Reporter: elij+freebsd@wundrd.net
          Assignee: cy@FreeBSD.org
             Flags: maintainer-feedback?(cy@FreeBSD.org)

rc script for nut_upslog not using proper Parameter Expansion.

--- nut_upslog.old      2018-11-09 00:25:56.647672000 -0800
+++ nut_upslog  2018-11-09 00:26:18.729312000 -0800
@@ -31,6 +31,6 @@
 required_dirs=3D"/var/db/nut"
 command=3D"${nut_upslog_prefix}/bin/upslog"
 pidfile=3D"/var/db/nut/upslog.pid"
-nut_upslog_flags=3D${nut_upslog_flags-"-s ${nut_upslog_ups} -l
${nut_upslog_logfile} -i ${nut_upslog_interval}"}
+nut_upslog_flags=3D${nut_upslog_flags:-"-s ${nut_upslog_ups} -l
${nut_upslog_logfile} -i ${nut_upslog_interval}"}

 run_rc_command "$1"

--=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-233083-7788>