FreeBSD Bugzilla – Attachment 65219 Details for
Bug 96705
Update port: net-im/mu-conference (add rcNG startup script)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.62 KB, created by
Denis Shaposhnikov
on 2006-05-03 10:00:33 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Denis Shaposhnikov
Created:
2006-05-03 10:00:33 UTC
Size:
1.62 KB
patch
obsolete
>diff -Nru mu-conference.orig/Makefile mu-conference/Makefile >--- mu-conference.orig/Makefile Wed May 3 12:47:16 2006 >+++ mu-conference/Makefile Wed May 3 12:17:40 2006 >@@ -17,6 +17,8 @@ > COMMENT= Multi-User Conferencing component for Jabber > > USE_GNOME= glib20 >+USE_RC_SUBR= ${PORTNAME}.sh >+ > WRKSRC= ${WRKDIR}/jcr-${JCR_VER} > > JCR_VER?= 0.2.4 >diff -Nru mu-conference.orig/files/mu-conference.sh.in mu-conference/files/mu-conference.sh.in >--- mu-conference.orig/files/mu-conference.sh.in Thu Jan 1 03:00:00 1970 >+++ mu-conference/files/mu-conference.sh.in Wed May 3 12:30:13 2006 >@@ -0,0 +1,48 @@ >+#!/bin/sh >+ >+# Start or stop jabber's mu-conference >+# $FreeBSD$ >+ >+# PROVIDE: mu_conference >+# REQUIRE: DAEMON jabberd >+# BEFORE: LOGIN >+# KEYWORD: FreeBSD shutdown >+# >+# Define these mu_conference_* variables in one of these files: >+# /etc/rc.conf >+# /etc/rc.conf.local >+# /etc/rc.conf.d/mu_conference >+# >+# DO NOT CHANGE THESE DEFAULT VALUES HERE >+# >+# mu_conference_config : path >+# Path to the configuration file ("/usr/local/etc/muc.xml", the default). >+# >+# mu_conference_enable : bool >+# Enable ("YES") or disable ("NO", the default) this startup script. >+# >+ >+. /etc/rc.subr >+ >+name="mu_conference" >+rcvar=`set_rcvar` >+command="/usr/local/bin/mu-conference" >+pidfile="/var/jabberd/pid/mu-conference.pid" >+ >+stop_postcmd="mu_conference_stop_post" >+ >+mu_conference_stop_post () { >+ rm -f ${pidfile} >+} >+ >+load_rc_config $name >+ >+: ${mu_conference_config="/usr/local/etc/muc.xml"} >+: ${mu_conference_enable="NO"} >+: ${mu_conference_user="jabber"} >+ >+command_args="-c $mu_conference_config -B" >+ >+run_rc_command "$1" >+ >+
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 96705
: 65219