use an assigned gid for quaggavt

This commit is contained in:
Bill Nottingham 2006-03-08 22:43:24 +00:00
parent 63f8cf7bab
commit d9063d8a0f

View File

@ -15,6 +15,7 @@
%define quagga_gid 92
%define quagga_user quagga
%define vty_group quaggavt
%define vty_gid 85
# path defines
%define _sysconfdir /etc/quagga
@ -31,7 +32,7 @@
Summary: Routing daemon
Name: quagga
Version: 0.98.5
Release: 3.2.1
Release: 4
Epoch: 0
License: GPL
Group: System Environment/Daemons
@ -195,7 +196,7 @@ install -d -m770 $RPM_BUILD_ROOT/var/run/quagga
%pre
# add vty_group
%if %vty_group
groupadd -r %vty_group 2> /dev/null || :
groupadd -g %vty_gid -r %vty_group 2> /dev/null || :
%endif
# add quagga user and group
%if %quagga_user
@ -345,6 +346,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Wed Mar 8 2006 Bill Nottingham <notting@redhat.com> - 0:0.98.5-4
- use an assigned gid for quaggavt
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0:0.98.5-3.2.1
- bump again for double-long bug on ppc(64)