FreeBSD Bugzilla – Attachment 228592 Details for
Bug 259015
net/quoted: version 1.01_2 gives syntax error while trying to enable 'quoted' service
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch file
quoted.diff (text/plain), 594 bytes, created by
Bob Frazier
on 2021-10-11 15:49:18 UTC
(
hide
)
Description:
updated patch file
Filename:
MIME Type:
Creator:
Bob Frazier
Created:
2021-10-11 15:49:18 UTC
Size:
594 bytes
patch
obsolete
>--- files/quoted.in.prev 2021-10-11 08:43:02.085085000 -0700 >+++ files/quoted.in 2021-10-11 08:45:29.492794000 -0700 >@@ -27,11 +27,11 @@ > pid=$(check_pidfile ${pidfile} ${command}) > if [ -z ${pid} ]; then > if [ -e ${required_files} ] ; then > ${command_plus_args} > sleep 1 >- pid=`ps ax | awk '{if (match($5, ".*/quoted$") || $5 == "quoted") print $1}` >+ pid=`ps ax | awk '{if (match($5, ".*/quoted$") || $5 == "quoted") print $1}'` > if [ -z ${pid} ]; then > echo "${name} failed to start" > return 1 > else > echo ${pid} >${pidfile}
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
Flags:
bobf
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 259015
:
228526
| 228592