mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
network/quagga: Fixed logrotate script (added "su" directive)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
27e20a71f8
commit
7d275467da
4 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
PRGNAM=quagga
|
||||
VERSION=${VERSION:-0.99.17}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/var/log/quagga/*.log {
|
||||
su quagga quagga
|
||||
daily
|
||||
sharedscripts
|
||||
missingok
|
||||
|
|
Loading…
Reference in a new issue