diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-13 06:40:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-13 06:40:50 +0000 |
commit | 28228e92d145cf7dc612ce71eaf621a38271b9c7 (patch) | |
tree | 73ca11817decd38e8ece11a4778df14a7dbe9026 /audio | |
parent | Remove trailing whitespace. (diff) |
Change the pulseaudio realtime group from ``realtime'' to `pulse-rt'' to stay
in sync with the distribution.
Notes
Notes:
svn path=/head/; revision=195515
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pulseaudio/Makefile | 2 | ||||
-rw-r--r-- | audio/pulseaudio/pkg-install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 2347487b4769..5b5367e142d8 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -8,7 +8,7 @@ PORTNAME= pulseaudio PORTVERSION= 0.9.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/ diff --git a/audio/pulseaudio/pkg-install b/audio/pulseaudio/pkg-install index 7460a0eab52d..2c316a5e6514 100644 --- a/audio/pulseaudio/pkg-install +++ b/audio/pulseaudio/pkg-install @@ -2,7 +2,7 @@ case $2 in POST-INSTALL) - RGROUP=realtime + RGROUP=pulse-rt SUSER=pulse SGROUP=${SUSER} AGROUP=pulse-access |