diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2011-12-28 21:01:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2011-12-28 21:01:44 +0000 |
commit | 53640498f64ab09bcb911aa95a78976a596aab9f (patch) | |
tree | 6de921b457df5471c2c4da4b04faad2a79a56b3a | |
parent | - Update to 1.3.14 [1] (diff) |
Use a new GID for avahi-autoipd to avoid a conflict with the Samba well-known RID
for the local Guests group.
PR: 163529
Submitted by: Anthony Chavez <acc@hexadecagram.org>
-rw-r--r-- | GIDs | 1 | ||||
-rw-r--r-- | net/avahi-autoipd/pkg-install | 2 | ||||
-rw-r--r-- | net/avahi-libdns/pkg-install | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -164,6 +164,7 @@ polkit:*:562: pulse:*:563: pulse-access:*:564: assp:*:587: +avahi-autoipd:*:588: _xsi:*:600: _tss:*:601:_tss _pkcs11:*:602:_pkcs11 diff --git a/net/avahi-autoipd/pkg-install b/net/avahi-autoipd/pkg-install index c4ce455d28a4..bcc892b76356 100644 --- a/net/avahi-autoipd/pkg-install +++ b/net/avahi-autoipd/pkg-install @@ -4,7 +4,7 @@ case $2 in POST-INSTALL) USER=avahi-autoipd GROUP=${USER} - UID=546 + UID=588 GID=${UID} PW=/usr/sbin/pw diff --git a/net/avahi-libdns/pkg-install b/net/avahi-libdns/pkg-install index a7134b49febe..6e85e6e88d90 100644 --- a/net/avahi-libdns/pkg-install +++ b/net/avahi-libdns/pkg-install @@ -4,7 +4,7 @@ case $2 in POST-INSTALL) USER=avahi-autoipd GROUP=${USER} - UID=546 + UID=588 GID=${UID} PW=/usr/sbin/pw |