View | Details | Raw Unified | Return to bug 228266
Collapse All | Expand All

(-)./Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	jackit
4
PORTNAME=	jackit
5
PORTVERSION=	0.125.0
5
PORTVERSION=	0.125.0
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	audio
7
CATEGORIES=	audio
8
8
9
MAINTAINER=	multimedia@FreeBSD.org
9
MAINTAINER=	multimedia@FreeBSD.org
(-)./files/jackd.in (-1 / +1 lines)
Lines 30-36 start_jackd() { Link Here
30
  # log the date and parameters
30
  # log the date and parameters
31
  echo -e "\n[`date`] Starting the daemon, user=$jackd_user rtprio=$jackd_rtprio args=\"$jackd_args\"" >> /var/log/${name}.log
31
  echo -e "\n[`date`] Starting the daemon, user=$jackd_user rtprio=$jackd_rtprio args=\"$jackd_args\"" >> /var/log/${name}.log
32
  # daemon(8) should be able to set the realtime priority, but it isn't
32
  # daemon(8) should be able to set the realtime priority, but it isn't
33
  $rt daemon -p /var/run/${name}.pid -o /var/log/${name}.log -u "${jackd_user}" %%PREFIX%%/bin/jackd ${jackd_args}
33
  $rt daemon -p /var/run/${name}.pid -u "${jackd_user}" %%PREFIX%%/bin/jackd ${jackd_args}
34
}
34
}
35
35
36
load_rc_config ${name}
36
load_rc_config ${name}

Return to bug 228266