network/policyd2: Updated for version 2.0.11.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Nishant Limbachia 2011-07-16 15:53:01 -03:00 committed by Robby Workman
parent 8b0ff18c68
commit 909f6acfdf
6 changed files with 20 additions and 31 deletions

View file

@ -2,7 +2,7 @@
rotate 5
notifempty
missingok
size 1M
size 100k
nocompress
copytruncate
}
}

View file

@ -1,14 +1,5 @@
--- cbpolicyd.orig 2010-01-02 10:38:11.820144965 -0600
+++ cbpolicyd 2010-01-02 10:41:45.097397504 -0600
@@ -22,7 +22,7 @@
use strict;
use warnings;
-use lib('/usr/local/lib/policyd-2.0','/usr/lib/policyd-2.0');
+use lib('/usr/lib/policyd-2.0','/usr/lib64/policyd-2.0');
package cbp;
--- cbpolicyd.orig 2010-11-30 12:03:52.815487946 -0600
+++ cbpolicyd 2010-11-30 12:05:04.310762746 -0600
@@ -53,13 +53,13 @@

View file

@ -3,14 +3,14 @@
# Slackware Package Build Script for policyd2 (a.k.a cluebringer)
# Home Page http://www.policyd.org/
# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA
# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA
# <nishant _AT_ mnspace _DOT_ net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of script must retain the above copyright notice,
# 1. Redistributions of script must retain the above copyright notice,
# this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
@ -26,18 +26,16 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=policyd2
VERSION=2.0.10
VERSION=${VERSION:-2.0.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=cluebringer
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -91,14 +89,14 @@ GROUP=${GROUP:-policyd}
### define docroot to copy web admin files
DOCROOT=${DOCROOT:-/var/www/htdocs}
DOCS="AUTHORS CHANGELOG INSTALL TODO LICENSE WISHLIST"
DOCS="AUTHORS ChangeLog INSTALL TODO LICENSE WISHLIST"
set -e
rm -fr $TMP/$PRGNAM-$VERSION $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2
tar xvf $CWD/$SRCNAM-$VERSION.tar.?z*
cd $TMP/$SRCNAM-$VERSION
chown -R root.root .

View file

@ -1,10 +1,10 @@
PRGNAM="policyd2"
VERSION="2.0.10"
VERSION="2.0.11"
HOMEPAGE="http://www.policyd.org/"
DOWNLOAD="http://downloads.sourceforge.net/policyd/cluebringer-2.0.10.tar.bz2"
MD5SUM="cdff8f8e7c0e95143f7108159aed80c6"
DOWNLOAD="http://devlabs.linuxassist.net/attachments/download/186/cluebringer-2.0.11.tar.bz2"
MD5SUM="b359032ac7ec9ae7aadbcbf2136b7a47"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Nishant Limbachia"
EMAIL="nishant@mnspace.net"
APPROVED="rworkman"
APPROVED="Niels Horn"

View file

@ -1,13 +1,13 @@
#!/bin/sh
#
# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA
# Copyright (c) 2008-2011, Nishant Limbachia, Hoffman Estates, IL, USA
#
# /etc/rc.d/rc.policyd2
# start|stop|restart|status Policyd2 daemon
#
# The PIDFILE is setup in the config file. Default is /var/run/policyd2.pid
# If you change the location in the config file then it **needs** to be
# changed here too for the script to work correctly
# changed here too for the script to work correctly.
PIDFILE="/var/run/policyd2.pid"
CONFIG="/etc/policyd2.conf"

View file

@ -5,13 +5,13 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler-----------------------------------------------------|
|-----handy-ruler------------------------------------------------------|
policyd2: policyd2 (policy server for MTA)
policyd2:
policyd2: policyd2 is is a multi-platform policy server for popular MTAs.
policyd2: policyd2 aims to implement as many spam combating and email compliance
policyd2: features as possible while at the same time maintaining the portability,
policyd2: stability and performance.
policyd2: policyd2 aims to implement as many spam combating and email compliance
policyd2: features as possible while at the same time maintaining the
policyd2: portability, stability and performance.
policyd2:
policyd2: Home Page: http://www.policyd.org/
policyd2: