mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Change the pulseaudio realtime group from `realtime'' to
pulse-rt'' to stay
in sync with the distribution.
This commit is contained in:
parent
08fba00150
commit
28228e92d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195515
4 changed files with 12 additions and 3 deletions
2
GIDs
2
GIDs
|
@ -102,7 +102,7 @@ ejabberd:*:544:
|
||||||
qtss:*:554:
|
qtss:*:554:
|
||||||
ircdru:*:555:
|
ircdru:*:555:
|
||||||
messagebus:*:556:
|
messagebus:*:556:
|
||||||
realtime:*:557:
|
pulse-rt:*:557:
|
||||||
avahi:*:558:
|
avahi:*:558:
|
||||||
tacacs:*:559:
|
tacacs:*:559:
|
||||||
distcc:*:561:
|
distcc:*:561:
|
||||||
|
|
9
UPDATING
9
UPDATING
|
@ -6,6 +6,15 @@ You should get into the habit of checking this file for changes each
|
||||||
time you update your ports collection, before attempting any port
|
time you update your ports collection, before attempting any port
|
||||||
upgrades.
|
upgrades.
|
||||||
|
|
||||||
|
20070713:
|
||||||
|
AFFECTS: users of audio/pulseaudio
|
||||||
|
AUTHOR: gnome@FreeBSD.org
|
||||||
|
|
||||||
|
The realtime group (default GID of 557) has been renamed pulse-rt to keep
|
||||||
|
in sync with the pulseaudio distribution. If you are upgrading from a
|
||||||
|
previous version of pulseaudio, you will need to modify /etc/group and
|
||||||
|
change the name of the group with ID 557 to ``pulse-rt''.
|
||||||
|
|
||||||
20070706:
|
20070706:
|
||||||
AFFECTS: users of www/gallery
|
AFFECTS: users of www/gallery
|
||||||
AUTHOR: freebsd-ports@varju.ca
|
AUTHOR: freebsd-ports@varju.ca
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
PORTNAME= pulseaudio
|
PORTNAME= pulseaudio
|
||||||
PORTVERSION= 0.9.6
|
PORTVERSION= 0.9.6
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
|
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
case $2 in
|
case $2 in
|
||||||
POST-INSTALL)
|
POST-INSTALL)
|
||||||
RGROUP=realtime
|
RGROUP=pulse-rt
|
||||||
SUSER=pulse
|
SUSER=pulse
|
||||||
SGROUP=${SUSER}
|
SGROUP=${SUSER}
|
||||||
AGROUP=pulse-access
|
AGROUP=pulse-access
|
||||||
|
|
Loading…
Add table
Reference in a new issue