diff options
author | Christophe Trussardi <chris@teria.org> | 2012-12-02 12:35:24 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:21:54 -0500 |
commit | 95084dc0c78df2cbfb0259e043d96c82a019aada (patch) | |
tree | 0e59ee115b2dc304140bc5f20c09f627ca581813 /system/rsyslog/rsyslog.SlackBuild | |
parent | 5a09ed3366b1eddabd0bd5ed8a089035694f7b35 (diff) | |
download | slackbuilds-95084dc0c78df2cbfb0259e043d96c82a019aada.tar.gz |
system/rsyslog: Updated for version 5.8.13
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/rsyslog/rsyslog.SlackBuild')
-rw-r--r-- | system/rsyslog/rsyslog.SlackBuild | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/system/rsyslog/rsyslog.SlackBuild b/system/rsyslog/rsyslog.SlackBuild index 93e9ce5c83..94203ea032 100644 --- a/system/rsyslog/rsyslog.SlackBuild +++ b/system/rsyslog/rsyslog.SlackBuild @@ -1,11 +1,28 @@ #!/bin/sh -# + # Slackware build script for rsyslog -# Written by Christophe Trussardi (chris at teria dot org) + +# Copyright (c) 2012, Christophe Trussardi, Paris, France +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# 1.- Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. # +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY +# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +# DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rsyslog -VERSION=${VERSION:-5.8.12} +VERSION=${VERSION:-5.8.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |