diff options
author | marcus <marcus@FreeBSD.org> | 2007-07-13 14:40:50 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-07-13 14:40:50 +0800 |
commit | af8a409f5a718f0d4af1d20b75c2aa450a223ebc (patch) | |
tree | f8a19f7e6e0b81e9d0099d8e6939380705397404 /audio | |
parent | 741724e11b46577748befdd60b6dde7f1185bd09 (diff) | |
download | freebsd-ports-gnome-af8a409f5a718f0d4af1d20b75c2aa450a223ebc.tar.gz freebsd-ports-gnome-af8a409f5a718f0d4af1d20b75c2aa450a223ebc.tar.zst freebsd-ports-gnome-af8a409f5a718f0d4af1d20b75c2aa450a223ebc.zip |
Change the pulseaudio realtime group from ``realtime'' to `pulse-rt'' to stay
in sync with the distribution.
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 |