FreeBSD Bugzilla – Attachment 178644 Details for
Bug 215889
audio/jack: Added rc.d script to start jackd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
jack.patch (text/plain), 1.59 KB, created by
Yuri Victorovich
on 2017-01-08 23:35:01 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2017-01-08 23:35:01 UTC
Size:
1.59 KB
patch
obsolete
>Index: audio/jack/Makefile >=================================================================== >--- audio/jack/Makefile (revision 429407) >+++ audio/jack/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= jackit > PORTVERSION= 0.124.1 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= audio > MASTER_SITES= http://jackaudio.org/downloads/ > DISTNAME= jack-audio-connection-kit-${PORTVERSION} >@@ -22,6 +22,7 @@ > GNU_CONFIGURE= yes > USE_LDCONFIG= yes > USES= gmake pathfix pkgconfig libtool bdb >+USE_RC_SUBR= jackd > > CONFIGURE_ARGS= --disable-portaudio \ > --with-default-tmpdir=/tmp >Index: audio/jack/files/jackd.in >=================================================================== >--- audio/jack/files/jackd.in (nonexistent) >+++ audio/jack/files/jackd.in (working copy) >@@ -0,0 +1,30 @@ >+#!/bin/sh >+# >+# $FreeBSD$ >+# >+# PROVIDE: jackd >+# REQUIRE: LOGIN >+# >+# Add the following line to /etc/rc.conf to enable jackd: >+# >+# jackd_enable="YES" >+# >+ >+: ${jackd_enable="NO"} >+: ${jackd_user="root"} >+: ${jackd_args="-r -doss -r44100 -p1024 -n3 -w16"} >+ >+. /etc/rc.subr >+ >+name=jackd >+rcvar=jackd_enable >+procname=%%PREFIX%%/bin/jackd >+start_cmd="start_jackd" >+ >+start_jackd() { >+ echo "Starting ${name}." >+ daemon -p /var/run/${name}.pid -u ${jackd_user} %%PREFIX%%/bin/jackd ${jackd_args} >/var/log/${name}.log 2>&1 >+} >+ >+load_rc_config ${name} >+run_rc_command "$1" > >Property changes on: audio/jack/files/jackd.in >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 215889
:
178644
|
178676