[Bug 233083] sysutils/nut
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 9 08:30:20 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233083
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 at FreeBSD.org
Reporter: elij+freebsd at wundrd.net
Assignee: cy at FreeBSD.org
Flags: maintainer-feedback?(cy at 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="/var/db/nut"
command="${nut_upslog_prefix}/bin/upslog"
pidfile="/var/db/nut/upslog.pid"
-nut_upslog_flags=${nut_upslog_flags-"-s ${nut_upslog_ups} -l
${nut_upslog_logfile} -i ${nut_upslog_interval}"}
+nut_upslog_flags=${nut_upslog_flags:-"-s ${nut_upslog_ups} -l
${nut_upslog_logfile} -i ${nut_upslog_interval}"}
run_rc_command "$1"
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list