FreeBSD Bugzilla – Attachment 86325 Details for
Bug 122741
Cannot restart net-im/openfire from cron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 752 bytes, created by
admin
on 2008-04-14 06:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
admin
Created:
2008-04-14 06:30:01 UTC
Size:
752 bytes
patch
obsolete
>--- openfire.in.orig Mon Apr 14 09:07:07 2008 >+++ openfire.in Mon Apr 14 09:10:20 2008 >@@ -22,6 +22,7 @@ > # See java -h for available arguments. > > . %%RC_SUBR%% >+. /etc/rc.conf > > name="openfire" > rcvar=${name}_enable >@@ -47,7 +48,7 @@ > if [ -f $pidfile ]; then > read rc_pid junk < $pidfile > if [ ! -z "$rc_pid" ]; then >- procname=`ps -o command= $rc_pid | awk '{print $1 }'` >+ procname=`ps -o command= $rc_pid | /usr/bin/awk '{print $1 }'` > fi > fi > >@@ -59,8 +60,8 @@ > load_rc_config $name > > openfire_precmd() { >- touch ${pidfile} >- chown ${openfire_user}:${openfire_group} ${pidfile} >+ /usr/bin/touch ${pidfile} >+ /usr/sbin/chown ${openfire_user}:${openfire_group} ${pidfile} > } > > openfire_status() {
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 122741
: 86325 |
86326