FreeBSD Bugzilla – Attachment 199091 Details for
Bug 233083
sysutils/nut -- fix nut_upslog rc script parameter expansion default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sysutils-nut.diff
sysutils-nut.diff (text/plain), 979 bytes, created by
elij
on 2018-11-09 08:44:29 UTC
(
hide
)
Description:
sysutils-nut.diff
Filename:
MIME Type:
Creator:
elij
Created:
2018-11-09 08:44:29 UTC
Size:
979 bytes
patch
obsolete
>diff -Naur old/nut_upslog fix/nut_upslog >--- old/nut_upslog 2018-11-09 00:40:57.628954000 -0800 >+++ fix/nut_upslog 2018-11-09 00:41:05.360738000 -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" >diff -Naur old/nut_upsmon fix/nut_upsmon >--- old/nut_upsmon 2018-11-09 00:40:57.629085000 -0800 >+++ fix/nut_upsmon 2018-11-09 00:41:05.360631000 -0800 >@@ -29,7 +29,7 @@ > required_files="${nut_upsmon_prefix}/etc/nut/upsmon.conf" > command="${nut_upsmon_prefix}/sbin/upsmon" > pidfile="/var/db/nut/upsmon.pid" >-nut_upsmon_flags=${nut_upsmon_flags-"localhost"} >+nut_upsmon_flags=${nut_upsmon_flags:-"localhost"} > > extra_commands=reload > stop_cmd="upsmon_stop"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 233083
: 199091