FreeBSD Bugzilla – Attachment 45132 Details for
Bug 69667
Update port: net/jabberd to comply with new rc.d script requirements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
jabberd.patch
jabberd.patch (text/plain), 753 bytes, created by
Kirk Strauser
on 2004-07-27 15:50:27 UTC
(
hide
)
Description:
jabberd.patch
Filename:
MIME Type:
Creator:
Kirk Strauser
Created:
2004-07-27 15:50:27 UTC
Size:
753 bytes
patch
obsolete
>diff -urN /usr/ports/net/jabberd/files/jabberd.sh jabberd/files/jabberd.sh >--- /usr/ports/net/jabberd/files/jabberd.sh Thu Jul 15 05:46:00 2004 >+++ jabberd/files/jabberd.sh Tue Jul 27 09:37:01 2004 >@@ -16,10 +16,9 @@ > # > # DO NOT CHANGE THESE DEFAULT VALUES HERE > # >-jabberd_chdir="/var/jabberd/pid" >-jabberd_enable="NO" >-jabberd_flags="" >-jabberd_user="jabber" >+jabberd_chdir=${jabberd_chdir-"/var/jabberd/pid"} >+jabberd_enable=${jabberd_enable-"NO"} >+jabberd_user=${jabberd_user-"jabber"} > > . %%RC_SUBR%% > >@@ -34,7 +33,7 @@ > pidfile="${jabberd_chdir}/router.pid" > > case "$1" in >- stop) >+ stop|faststop|onestop) > echo "Stopping Jabber2" > killall -u ${jabberd_user} jabberd c2s resolver router s2s sm > for file in c2s resolver router s2s sm; do
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 69667
: 45132