network/quagga: Fixed logrotate script (added "su" directive)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2012-09-12 16:09:39 -05:00
parent 27e20a71f8
commit 7d275467da
4 changed files with 6 additions and 2 deletions

View File

@ -4,3 +4,6 @@ FreeBSD, Linux, Solaris and NetBSD. Quagga is a fork of GNU Zebra which
was developed by Kunihiro Ishiguro. The Quagga tree aims to build a more
involved community around Quagga than the current centralised model of
GNU Zebra.
You need a "quagga" user and group; we suggest uid=245 and gid=245.
You also need a "quaggavt" group; we suggest uid=246.

View File

@ -8,7 +8,7 @@
PRGNAM=quagga
VERSION=${VERSION:-0.99.17}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View File

@ -5,6 +5,6 @@ DOWNLOAD="http://www.quagga.net/download/quagga-0.99.17.tar.gz"
MD5SUM="37b9022adca04b03863d2d79787e643f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="%README%"
MAINTAINER="Marin Glibic"
EMAIL="zhilla2@gmail.com"

View File

@ -1,4 +1,5 @@
/var/log/quagga/*.log {
su quagga quagga
daily
sharedscripts
missingok