From: Andy Witter Date: Tue, 20 May 2014 12:22:40 +0000 (-0400) Subject: Update to evergreen-ils 2.6.0 and opensrf 2.3.0 X-Git-Tag: GenaSYS-2.6.0~3 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3516660cbd1c286f68db1e1e83bf9dbf4138c6c1;p=contrib%2Fpines%2Fgenasys.git Update to evergreen-ils 2.6.0 and opensrf 2.3.0 --- diff --git a/rsyslog/control.tar.gz b/rsyslog/control.tar.gz deleted file mode 100644 index cf3e58d..0000000 Binary files a/rsyslog/control.tar.gz and /dev/null differ diff --git a/rsyslog/data.tar.gz b/rsyslog/data.tar.gz deleted file mode 100644 index 4a545d4..0000000 Binary files a/rsyslog/data.tar.gz and /dev/null differ diff --git a/rsyslog/debian-binary b/rsyslog/debian-binary deleted file mode 100644 index cd5ac03..0000000 --- a/rsyslog/debian-binary +++ /dev/null @@ -1 +0,0 @@ -2.0 diff --git a/rsyslog/etc/apparmor.d/usr.sbin.rsyslogd b/rsyslog/etc/apparmor.d/usr.sbin.rsyslogd deleted file mode 100644 index 1870a4a..0000000 --- a/rsyslog/etc/apparmor.d/usr.sbin.rsyslogd +++ /dev/null @@ -1,53 +0,0 @@ -# Last Modified: Sun Sep 25 08:58:35 2011 -#include - -# Debugging the syslogger can be difficult if it can't write to the file -# that the kernel is logging denials to. In these cases, you can do the -# following: -# watch -n 1 'dmesg | tail -5' - -/usr/sbin/rsyslogd { - #include - #include - - capability sys_tty_config, - capability dac_override, - capability dac_read_search, - capability setuid, - capability setgid, - capability sys_nice, - capability syslog, - - # rsyslog configuration - /etc/rsyslog.conf r, - /etc/rsyslog.d/ r, - /etc/rsyslog.d/** r, - /{,var/}run/rsyslogd.pid rwk, - /var/spool/rsyslog/ r, - /var/spool/rsyslog/** rwk, - - /usr/lib{,32,64}/rsyslog/*.so mr, - - /dev/tty* rw, - /dev/xconsole rw, - @{PROC}/kmsg r, - - /dev/log wl, - /var/lib/*/dev/log wl, - /var/spool/postfix/dev/log wl, - - # 'r' is needed when using imfile - /var/log/** rw, - - # Add these for mysql support - #/etc/mysql/my.cnf r, - #/{,var/}run/mysqld/mysqld.sock rw, - - # Add thes for postgresql support - ##include - ##include - #/{,var/}run/postgresql/.s.PGSQL.*[0-9] rw, - - # Site-specific additions and overrides. See local/README for details. - #include -} diff --git a/rsyslog/etc/default/rsyslog b/rsyslog/etc/default/rsyslog deleted file mode 100644 index ee6c065..0000000 --- a/rsyslog/etc/default/rsyslog +++ /dev/null @@ -1,8 +0,0 @@ -# Options for rsyslogd -# -m 0 disables 'MARK' messages (deprecated, only used in compat mode < 3) -# -r enables logging from remote machines (deprecated, only used in compat mode < 3) -# -x disables DNS lookups on messages received with -r -# -c compatibility mode -# See rsyslogd(8) for more details -RSYSLOGD_OPTIONS="-c5" - diff --git a/rsyslog/etc/init.d/dmesg b/rsyslog/etc/init.d/dmesg deleted file mode 120000 index 0138977..0000000 --- a/rsyslog/etc/init.d/dmesg +++ /dev/null @@ -1 +0,0 @@ -/lib/init/upstart-job \ No newline at end of file diff --git a/rsyslog/etc/init.d/rsyslog b/rsyslog/etc/init.d/rsyslog deleted file mode 120000 index 0138977..0000000 --- a/rsyslog/etc/init.d/rsyslog +++ /dev/null @@ -1 +0,0 @@ -/lib/init/upstart-job \ No newline at end of file diff --git a/rsyslog/etc/init/dmesg.conf b/rsyslog/etc/init/dmesg.conf deleted file mode 100644 index 3331d14..0000000 --- a/rsyslog/etc/init/dmesg.conf +++ /dev/null @@ -1,14 +0,0 @@ -# dmesg - save kernel messages -# -# This task saves the initial kernel message log. - -description "save kernel messages" - -start on runlevel [2345] - -task -script - savelog -q -p -c 5 /var/log/dmesg - dmesg -s 524288 > /var/log/dmesg - chgrp adm /var/log/dmesg -end script diff --git a/rsyslog/etc/init/rsyslog.conf b/rsyslog/etc/init/rsyslog.conf deleted file mode 100644 index 4d4ea4e..0000000 --- a/rsyslog/etc/init/rsyslog.conf +++ /dev/null @@ -1,21 +0,0 @@ -# rsyslog - system logging daemon -# -# rsyslog is an enhanced multi-threaded replacement for the traditional -# syslog daemon, logging messages from applications - -description "system logging daemon" - -start on filesystem -stop on runlevel [06] - -expect fork -respawn - -pre-start script - /lib/init/apparmor-profile-load usr.sbin.rsyslogd -end script - -script - . /etc/default/rsyslog - exec rsyslogd $RSYSLOGD_OPTIONS -end script diff --git a/rsyslog/etc/logcheck/ignore.d.server/rsyslog b/rsyslog/etc/logcheck/ignore.d.server/rsyslog deleted file mode 100644 index 171f20e..0000000 --- a/rsyslog/etc/logcheck/ignore.d.server/rsyslog +++ /dev/null @@ -1,5 +0,0 @@ -^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: imklog [0-9.]+, log source = /proc/kmsg started.$ -^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: Kernel logging \(proc\) stopped.$ -^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rsyslogd: \[origin software="rsyslogd" swVersion="[0-9.]+" x-pid="[0-9]+" x-info="http://www.rsyslog.com"\] start$ -^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rsyslogd: \[origin software="rsyslogd" swVersion="[0-9.]+" x-pid="[0-9]+" x-info="http://www.rsyslog.com"\] exiting on signal [0-9]+.$ -^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rsyslogd: \[origin software="rsyslogd" swVersion="[0-9.]+" x-pid="[0-9]+" x-info="http://www.rsyslog.com"\] rsyslogd was HUPed$ diff --git a/rsyslog/etc/logrotate.d/rsyslog b/rsyslog/etc/logrotate.d/rsyslog deleted file mode 100644 index bb2ba16..0000000 --- a/rsyslog/etc/logrotate.d/rsyslog +++ /dev/null @@ -1,37 +0,0 @@ -/var/log/syslog -{ - rotate 7 - daily - missingok - notifempty - delaycompress - compress - postrotate - reload rsyslog >/dev/null 2>&1 || true - endscript -} - -/var/log/mail.info -/var/log/mail.warn -/var/log/mail.err -/var/log/mail.log -/var/log/daemon.log -/var/log/kern.log -/var/log/auth.log -/var/log/user.log -/var/log/lpr.log -/var/log/cron.log -/var/log/debug -/var/log/messages -{ - rotate 4 - weekly - missingok - notifempty - compress - delaycompress - sharedscripts - postrotate - reload rsyslog >/dev/null 2>&1 || true - endscript -} diff --git a/rsyslog/etc/rsyslog.conf b/rsyslog/etc/rsyslog.conf deleted file mode 100644 index c449e61..0000000 --- a/rsyslog/etc/rsyslog.conf +++ /dev/null @@ -1,59 +0,0 @@ -# /etc/rsyslog.conf Configuration file for rsyslog. -# -# For more information see -# /usr/share/doc/rsyslog-doc/html/rsyslog_conf.html -# -# Default logging rules can be found in /etc/rsyslog.d/50-default.conf - - -################# -#### MODULES #### -################# - -$ModLoad imuxsock # provides support for local system logging -$ModLoad imklog # provides kernel logging support (previously done by rklogd) -#$ModLoad immark # provides --MARK-- message capability - -# provides UDP syslog reception -#$ModLoad imudp -#$UDPServerRun 514 - -# provides TCP syslog reception -#$ModLoad imtcp -#$InputTCPServerRun 514 - - -########################### -#### GLOBAL DIRECTIVES #### -########################### - -# -# Use traditional timestamp format. -# To enable high precision timestamps, comment out the following line. -# -$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat - -# Filter duplicated messages -$RepeatedMsgReduction on - -# -# Set the default permissions for all log files. -# -$FileOwner syslog -$FileGroup adm -$FileCreateMode 0640 -$DirCreateMode 0755 -$Umask 0022 -$PrivDropToUser syslog -$PrivDropToGroup syslog - -# -# Where to place spool files -# -$WorkDirectory /var/spool/rsyslog - -# -# Include all config files in /etc/rsyslog.d/ -# -$IncludeConfig /etc/rsyslog.d/*.conf - diff --git a/rsyslog/etc/systemd/system/multi-user.target.wants/rsyslog.service b/rsyslog/etc/systemd/system/multi-user.target.wants/rsyslog.service deleted file mode 120000 index c3fe73f..0000000 --- a/rsyslog/etc/systemd/system/multi-user.target.wants/rsyslog.service +++ /dev/null @@ -1 +0,0 @@ -/lib/systemd/system/rsyslog.service \ No newline at end of file diff --git a/rsyslog/lib/systemd/system/rsyslog.service b/rsyslog/lib/systemd/system/rsyslog.service deleted file mode 100644 index bd8a26a..0000000 --- a/rsyslog/lib/systemd/system/rsyslog.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=System Logging Service - -[Service] -ExecStartPre=/bin/systemctl stop systemd-kmsg-syslogd.service -ExecStart=/usr/sbin/rsyslogd -n -c5 -Sockets=syslog.socket -StandardOutput=null - -[Install] -WantedBy=multi-user.target diff --git a/rsyslog/rsyslog_5.8.6-1ubuntu8_amd64.deb b/rsyslog/rsyslog_5.8.6-1ubuntu8_amd64.deb deleted file mode 100644 index 960ed68..0000000 Binary files a/rsyslog/rsyslog_5.8.6-1ubuntu8_amd64.deb and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/imfile.so b/rsyslog/usr/lib/rsyslog/imfile.so deleted file mode 100644 index 2b6a9e1..0000000 Binary files a/rsyslog/usr/lib/rsyslog/imfile.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/imklog.so b/rsyslog/usr/lib/rsyslog/imklog.so deleted file mode 100644 index 485a920..0000000 Binary files a/rsyslog/usr/lib/rsyslog/imklog.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/immark.so b/rsyslog/usr/lib/rsyslog/immark.so deleted file mode 100644 index 0b429f1..0000000 Binary files a/rsyslog/usr/lib/rsyslog/immark.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/impstats.so b/rsyslog/usr/lib/rsyslog/impstats.so deleted file mode 100644 index 70fc9ab..0000000 Binary files a/rsyslog/usr/lib/rsyslog/impstats.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/imtcp.so b/rsyslog/usr/lib/rsyslog/imtcp.so deleted file mode 100644 index a30359f..0000000 Binary files a/rsyslog/usr/lib/rsyslog/imtcp.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/imudp.so b/rsyslog/usr/lib/rsyslog/imudp.so deleted file mode 100644 index 2a99478..0000000 Binary files a/rsyslog/usr/lib/rsyslog/imudp.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/imuxsock.so b/rsyslog/usr/lib/rsyslog/imuxsock.so deleted file mode 100644 index c9febb3..0000000 Binary files a/rsyslog/usr/lib/rsyslog/imuxsock.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/lmnet.so b/rsyslog/usr/lib/rsyslog/lmnet.so deleted file mode 100644 index 1ba05cc..0000000 Binary files a/rsyslog/usr/lib/rsyslog/lmnet.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/lmnetstrms.so b/rsyslog/usr/lib/rsyslog/lmnetstrms.so deleted file mode 100644 index c43b863..0000000 Binary files a/rsyslog/usr/lib/rsyslog/lmnetstrms.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/lmnsd_ptcp.so b/rsyslog/usr/lib/rsyslog/lmnsd_ptcp.so deleted file mode 100644 index b5d4a2c..0000000 Binary files a/rsyslog/usr/lib/rsyslog/lmnsd_ptcp.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/lmregexp.so b/rsyslog/usr/lib/rsyslog/lmregexp.so deleted file mode 100644 index 257c498..0000000 Binary files a/rsyslog/usr/lib/rsyslog/lmregexp.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/lmstrmsrv.so b/rsyslog/usr/lib/rsyslog/lmstrmsrv.so deleted file mode 100644 index fc43a4c..0000000 Binary files a/rsyslog/usr/lib/rsyslog/lmstrmsrv.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/lmtcpclt.so b/rsyslog/usr/lib/rsyslog/lmtcpclt.so deleted file mode 100644 index 9b9f038..0000000 Binary files a/rsyslog/usr/lib/rsyslog/lmtcpclt.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/lmtcpsrv.so b/rsyslog/usr/lib/rsyslog/lmtcpsrv.so deleted file mode 100644 index dd033e9..0000000 Binary files a/rsyslog/usr/lib/rsyslog/lmtcpsrv.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/lmzlibw.so b/rsyslog/usr/lib/rsyslog/lmzlibw.so deleted file mode 100644 index 9f765d4..0000000 Binary files a/rsyslog/usr/lib/rsyslog/lmzlibw.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/ommail.so b/rsyslog/usr/lib/rsyslog/ommail.so deleted file mode 100644 index 0b119b8..0000000 Binary files a/rsyslog/usr/lib/rsyslog/ommail.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/omprog.so b/rsyslog/usr/lib/rsyslog/omprog.so deleted file mode 100644 index ee76df5..0000000 Binary files a/rsyslog/usr/lib/rsyslog/omprog.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/omruleset.so b/rsyslog/usr/lib/rsyslog/omruleset.so deleted file mode 100644 index 3fd8908..0000000 Binary files a/rsyslog/usr/lib/rsyslog/omruleset.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/pmaixforwardedfrom.so b/rsyslog/usr/lib/rsyslog/pmaixforwardedfrom.so deleted file mode 100644 index fe53219..0000000 Binary files a/rsyslog/usr/lib/rsyslog/pmaixforwardedfrom.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/pmcisconames.so b/rsyslog/usr/lib/rsyslog/pmcisconames.so deleted file mode 100644 index d9a5cc8..0000000 Binary files a/rsyslog/usr/lib/rsyslog/pmcisconames.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/pmlastmsg.so b/rsyslog/usr/lib/rsyslog/pmlastmsg.so deleted file mode 100644 index f93ab5b..0000000 Binary files a/rsyslog/usr/lib/rsyslog/pmlastmsg.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/pmrfc3164sd.so b/rsyslog/usr/lib/rsyslog/pmrfc3164sd.so deleted file mode 100644 index dfac55b..0000000 Binary files a/rsyslog/usr/lib/rsyslog/pmrfc3164sd.so and /dev/null differ diff --git a/rsyslog/usr/lib/rsyslog/pmsnare.so b/rsyslog/usr/lib/rsyslog/pmsnare.so deleted file mode 100644 index 1f2b332..0000000 Binary files a/rsyslog/usr/lib/rsyslog/pmsnare.so and /dev/null differ diff --git a/rsyslog/usr/sbin/rsyslogd b/rsyslog/usr/sbin/rsyslogd deleted file mode 100755 index 89db6f6..0000000 Binary files a/rsyslog/usr/sbin/rsyslogd and /dev/null differ diff --git a/rsyslog/usr/share/doc/rsyslog/AUTHORS b/rsyslog/usr/share/doc/rsyslog/AUTHORS deleted file mode 100644 index 8a3b556..0000000 --- a/rsyslog/usr/share/doc/rsyslog/AUTHORS +++ /dev/null @@ -1,14 +0,0 @@ -Thankfully, we have had so many contributions that maintaining the -AUTHORS file would be a big task in itself. On the other hand, we -now use git and I make sure that each author receives proper credit -for patches I receive. - -So rather than trying to reproduce the git author log here (and -often making mistakes in that), I invite you to check the git logs. -You can also do this online at - -http://git.adiscon.com/?p=rsyslog.git;a=summary - -Rainer Gerhards - -lead rsyslog developer diff --git a/rsyslog/usr/share/doc/rsyslog/NEWS.Debian.gz b/rsyslog/usr/share/doc/rsyslog/NEWS.Debian.gz deleted file mode 100644 index 2624eba..0000000 Binary files a/rsyslog/usr/share/doc/rsyslog/NEWS.Debian.gz and /dev/null differ diff --git a/rsyslog/usr/share/doc/rsyslog/README.Debian b/rsyslog/usr/share/doc/rsyslog/README.Debian deleted file mode 100644 index 2a7dfda..0000000 --- a/rsyslog/usr/share/doc/rsyslog/README.Debian +++ /dev/null @@ -1,83 +0,0 @@ -rsyslog for Debian -================== - -Configuration file(s) ---------------------- -The default configuration file for rsyslog is /etc/rsyslog.conf. - -Its format is based on the standard syslog.conf format. As rsyslog -has a lot more advanced features than sysklogd, it extends this format -with special configuration directives which all start with the '$' -prefix. See the rsyslogd(8) and rsyslog.conf(5) man pages for further -information or install the rsyslog-doc package which provides much -more detailed documentation. - -The Debian default configuration for rsyslog uses: - - $IncludeConfig /etc/rsyslog.d/*.conf - -That means, all configuration files in /etc/rsyslog.d/ with a .conf file -extension are read by rsyslog. This way the rsyslog configuration can be -extended easily (either by package maintainers or local administrators). - - -Command line arguments, modules and compatibility levels --------------------------------------------------------- -With version 3, rsyslog became much more modular. A lot of -functionality has been moved into loadable modules, e.g. udp reception, -which must be loaded explicitly. -To keep compatibility with sysklogd, rsyslog introduced the concept of -compatibility modes, which can be selected with the -c command line -argument. E.g. with -c0, rsyslog becomes command line compatible with -sysklogd and loads a default set of modules automatically. - -The default in Debian is -c3, i.e. command line arguments like -r or --m 0 have no effect and instead have to be configured via special -configuration directives in rsyslog.conf. - -The options that are passed to rsyslog can be changed easily by -modifying the RSYSLOGD_OPTIONS variable in /etc/default/rsyslog. - -If you have an existing, customized syslog.conf, it is recommended that -you migrate your custom logging rules to rsyslog.conf or into a separate -configuration file in /etc/rsyslog.d (in most cases it should be as -simple as copy&paste). - -To read more about this topic please see -/usr/share/doc/rsyslog-doc/html/v3compatibility.html or -http://www.rsyslog.com/doc-v3compatibility.html. - - -Log rotation ------------- -Rsyslog uses the logrotate(8) utilitiy to rotate the standard Debian -log files. The configuration file can be found at -/etc/logrotate.d/rsyslog. - -The rotation cycle starts with .1, as this is the logrotate default. -In contrast to sysklogd, which starts with .0. - -When upgrading from sysklogd, the postinst script will automatically -rotate the existing standard Debian log files, if it is safe to do so -(i.e. only if .0 is newer than .1). - - -Forwarding messages to sysklogd -------------------------------- -If you are forwarding messages from a rsyslog client to a sysklogd -server, it can lead to doubled hostnames in the syslog message on the -server side. The reason is a limitation in sysklogd which does not parse -the hostname in the syslog header (as defined by RFC 3164). See Debian -bug #514051 for more details. - -A simple workaround in rsyslog is, to define a custom template, which -does not include the hostname: - - $template sysklogd,"<%PRI%>%TIMESTAMP% %syslogtag%%msg%" - *.* @remote-host;sysklogd - -This creates a template called "sysklogd" and assigns it to the forward -rule when logging to "remote-host". - - - -- Michael Biebl Sat, 07 Feb 2009 18:54:37 +0100 diff --git a/rsyslog/usr/share/doc/rsyslog/changelog.Debian.gz b/rsyslog/usr/share/doc/rsyslog/changelog.Debian.gz deleted file mode 100644 index 602ce3e..0000000 Binary files a/rsyslog/usr/share/doc/rsyslog/changelog.Debian.gz and /dev/null differ diff --git a/rsyslog/usr/share/doc/rsyslog/copyright b/rsyslog/usr/share/doc/rsyslog/copyright deleted file mode 100644 index 723fdf2..0000000 --- a/rsyslog/usr/share/doc/rsyslog/copyright +++ /dev/null @@ -1,39 +0,0 @@ -This package was debianized by Michael Biebl on -Wed, 18 Jul 2007 16:22:23 +0200. - -It was downloaded from http://www.rsyslog.com - -Upstream Authors: - - Rainer Gerhards , Adiscon GmbH - Michael Meckelein , Adiscon GmbH - -Copyright: - - Copyright (C) 1995,1996 Dr. G.W. Wettstein - Copyright (C) 1996 Enjellic Systems Development - Copyright (C) 1995 Martin Schulze - Copyright (C) 2003-2007 Rainer Gerhards and Adiscon GmbH - -License: - - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. - -The Debian packaging is (C) 2007, Michael Biebl and -is licensed under the GPL, see above. - diff --git a/rsyslog/usr/share/lintian/overrides/rsyslog b/rsyslog/usr/share/lintian/overrides/rsyslog deleted file mode 100644 index f29fa4a..0000000 --- a/rsyslog/usr/share/lintian/overrides/rsyslog +++ /dev/null @@ -1 +0,0 @@ -rsyslog: init.d-script-missing-dependency-on-remote_fs /etc/init.d/rsyslog: required-stop diff --git a/rsyslog/usr/share/man/man5/rsyslog.conf.5.gz b/rsyslog/usr/share/man/man5/rsyslog.conf.5.gz deleted file mode 100644 index 0f0f716..0000000 Binary files a/rsyslog/usr/share/man/man5/rsyslog.conf.5.gz and /dev/null differ diff --git a/rsyslog/usr/share/man/man8/rsyslogd.8.gz b/rsyslog/usr/share/man/man8/rsyslogd.8.gz deleted file mode 100644 index c55f292..0000000 Binary files a/rsyslog/usr/share/man/man8/rsyslogd.8.gz and /dev/null differ diff --git a/rsyslog/usr/share/rsyslog/50-default.conf b/rsyslog/usr/share/rsyslog/50-default.conf deleted file mode 100644 index d672d83..0000000 --- a/rsyslog/usr/share/rsyslog/50-default.conf +++ /dev/null @@ -1,68 +0,0 @@ -# Default rules for rsyslog. -# -# For more information see rsyslog.conf(5) and /etc/rsyslog.conf - -# -# First some standard log files. Log by facility. -# -auth,authpriv.* /var/log/auth.log -*.*;auth,authpriv.none -/var/log/syslog -#cron.* /var/log/cron.log -#daemon.* -/var/log/daemon.log -kern.* -/var/log/kern.log -#lpr.* -/var/log/lpr.log -mail.* -/var/log/mail.log -#user.* -/var/log/user.log - -# -# Logging for the mail system. Split it up so that -# it is easy to write scripts to parse these files. -# -#mail.info -/var/log/mail.info -#mail.warn -/var/log/mail.warn -mail.err /var/log/mail.err - -# -# Logging for INN news system. -# -news.crit /var/log/news/news.crit -news.err /var/log/news/news.err -news.notice -/var/log/news/news.notice - -# -# Some "catch-all" log files. -# -#*.=debug;\ -# auth,authpriv.none;\ -# news.none;mail.none -/var/log/debug -#*.=info;*.=notice;*.=warn;\ -# auth,authpriv.none;\ -# cron,daemon.none;\ -# mail,news.none -/var/log/messages - -# -# Emergencies are sent to everybody logged in. -# -*.emerg :omusrmsg:* - -# -# I like to have messages displayed on the console, but only on a virtual -# console I usually leave idle. -# -#daemon,mail.*;\ -# news.=crit;news.=err;news.=notice;\ -# *.=debug;*.=info;\ -# *.=notice;*.=warn /dev/tty8 - -# The named pipe /dev/xconsole is for the `xconsole' utility. To use it, -# you must invoke `xconsole' with the `-file' option: -# -# $ xconsole -file /dev/xconsole [...] -# -# NOTE: adjust the list below, or you'll go crazy if you have a reasonably -# busy site.. -# -daemon.*;mail.*;\ - news.err;\ - *.=debug;*.=info;\ - *.=notice;*.=warn |/dev/xconsole diff --git a/templates/debs/evergreen-ils_2.5.2_amd64.deb b/templates/debs/evergreen-ils_2.5.2_amd64.deb deleted file mode 100644 index f009151..0000000 Binary files a/templates/debs/evergreen-ils_2.5.2_amd64.deb and /dev/null differ diff --git a/templates/debs/evergreen-ils_2.6.0_amd64.deb b/templates/debs/evergreen-ils_2.6.0_amd64.deb new file mode 100644 index 0000000..0cc8dc2 Binary files /dev/null and b/templates/debs/evergreen-ils_2.6.0_amd64.deb differ diff --git a/templates/debs/libbusiness-onlinepayment-stripe-perl_0.04-1_amd64.deb b/templates/debs/libbusiness-onlinepayment-stripe-perl_0.04-1_amd64.deb new file mode 100644 index 0000000..cf195aa Binary files /dev/null and b/templates/debs/libbusiness-onlinepayment-stripe-perl_0.04-1_amd64.deb differ diff --git a/templates/debs/opensrf_2.2.1_amd64.deb b/templates/debs/opensrf_2.2.1_amd64.deb deleted file mode 100644 index f196bd0..0000000 Binary files a/templates/debs/opensrf_2.2.1_amd64.deb and /dev/null differ diff --git a/templates/debs/opensrf_2.3.0_amd64.deb b/templates/debs/opensrf_2.3.0_amd64.deb new file mode 100644 index 0000000..3632ec8 Binary files /dev/null and b/templates/debs/opensrf_2.3.0_amd64.deb differ diff --git a/templates/opensrf.xml/opensrf.xml-drone b/templates/opensrf.xml/opensrf.xml-drone index 33fa51f..3cab9b7 100644 --- a/templates/opensrf.xml/opensrf.xml-drone +++ b/templates/opensrf.xml/opensrf.xml-drone @@ -18,7 +18,6 @@ open-ils.cstore open-ils.collections - open-ils.ingest open-ils.reporter open-ils.reporter-store diff --git a/templates/opensrf.xml/opensrf.xml-full b/templates/opensrf.xml/opensrf.xml-full index 9d829c3..dd65ddd 100644 --- a/templates/opensrf.xml/opensrf.xml-full +++ b/templates/opensrf.xml/opensrf.xml-full @@ -19,7 +19,6 @@ open-ils.cstore open-ils.collections - open-ils.ingest open-ils.reporter open-ils.reporter-store diff --git a/templates/opensrf.xml/version b/templates/opensrf.xml/version index af3cfd3..871155d 100644 --- a/templates/opensrf.xml/version +++ b/templates/opensrf.xml/version @@ -1,3 +1,4 @@ -updated to 2.1.0 Wed Oct 19 12:54:14 EDT 2011 +Updated to 2.1.0 Wed Oct 19 12:54:14 EDT 2011 Updated to 2.2beta Tue May 8 03:46:47 EDT 2012 Updated to 2.3rc1 on Mon Sep 10 09:57:52 EDT 2012 +Updated to 2.6.0 on Mon May 19 09:11:22 EDT 2014 diff --git a/templates/opensrf_core.xml b/templates/opensrf_core.xml index cc947bd..66d200e 100644 --- a/templates/opensrf_core.xml +++ b/templates/opensrf_core.xml @@ -22,6 +22,7 @@ Example OpenSRF bootstrap configuration file for Evergreen open-ils.actor open-ils.acq open-ils.auth + open-ils.auth_proxy open-ils.booking open-ils.cat open-ils.circ @@ -30,8 +31,10 @@ Example OpenSRF bootstrap configuration file for Evergreen open-ils.pcrud open-ils.permacrud open-ils.reporter + open-ils.resolver open-ils.search open-ils.supercat + open-ils.url_verify open-ils.vandelay open-ils.serial @@ -60,11 +63,9 @@ Example OpenSRF bootstrap configuration file for Evergreen router - syslog local0 local1 - 3 /openils/conf/opensrf.xml @@ -88,6 +89,7 @@ Example OpenSRF bootstrap configuration file for Evergreen open-ils.circ open-ils.actor open-ils.auth + open-ils.auth_proxy open-ils.collections open-ils.reporter @@ -98,11 +100,9 @@ Example OpenSRF bootstrap configuration file for Evergreen 5222 3 - syslog local6 local1 - @@ -134,10 +134,8 @@ Example OpenSRF bootstrap configuration file for Evergreen 5 - syslog local2 - 2 @@ -159,10 +157,8 @@ Example OpenSRF bootstrap configuration file for Evergreen 5 - syslog local2 - 2 @@ -170,7 +166,7 @@ Example OpenSRF bootstrap configuration file for Evergreen + Adjust these examples as needed. --> open-ils.auth.authenticate.verify @@ -184,6 +180,7 @@ Example OpenSRF bootstrap configuration file for Evergreen open-ils.cstore.direct.actor.user.create open-ils.cstore.direct.actor.user.update open-ils.cstore.direct.actor.user.delete + open-ils.search.z3950.apply_credentials