SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://networkupstools.org/
ENTERED=20050604
@@ -10,5 +13,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="utils"
SHORT="Provides monitoring of UPS hardware"
cat << EOF
-The primary goal of the Network UPS Tools (NUT) project is to provide
reliable monitoring of UPS hardware and ensure safe shutdowns of the systems
which are connected.
+The primary goal of the Network UPS Tools (NUT) project is to provide
reliable
+monitoring of UPS hardware and ensure safe shutdowns of the systems which
+are connected.
EOF
diff --git a/utils/nut/HISTORY b/utils/nut/HISTORY
index 4c6f510..b868df9 100644
--- a/utils/nut/HISTORY
+++ b/utils/nut/HISTORY
@@ -1,3 +1,11 @@
+2007-12-20 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * 204DDF1B.gpg: added gpg keyring
+ * DETAILS: Fixed SOURCE_URL[0]
+ converted to upstream signature checking
+ fixed long description wrap
+ updated spell to 2.2.0
+ * BUILD: cleaned it up
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/utils/rssyslog/BUILD b/utils/rssyslog/BUILD
new file mode 100755
index 0000000..ee1e4ce
--- /dev/null
+++ b/utils/rssyslog/BUILD
@@ -0,0 +1,2 @@
+cd src &&
+make
diff --git a/utils/rssyslog/DETAILS b/utils/rssyslog/DETAILS
new file mode 100755
index 0000000..df30e6c
--- /dev/null
+++ b/utils/rssyslog/DETAILS
@@ -0,0 +1,34 @@
+ SPELL=rssyslog
+ VERSION=20070117
+ SOURCE="${SPELL}-${VERSION}.tgz"
+ SOURCE_URL[0]=http://dfn.dl.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:d516e549fad571ec1350e246e9904d20fb200c84f5c6e4f1ba6f0208fb1583c8a606a4abdf5555d7b1071de2fb3e71c67046ba16420dd7baa6b46c3f25240808
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://sourceforge.net/projects/rssyslog/"
+ LICENSE[0]=GPL
+ ENTERED=20071225
+ SHORT="rssyslog is a fast, network-only syslog daemon"
+cat << EOF
+rssyslog is a fast, network-only syslog daemon that sorts the messages to
+different files based on source IP, facility and severity. It is intended
+to be used as a central syslog-server for a large number of devices.
+
+rssyslog is written in C, and tries to minimise the number of
+dependencies. Currently it depends only on libc.
+
+It is not the most feature rich application on the net, and it never will
+be. Still there is some work to be done. The TODO-file in this directory
+identifies the most pressing issues.
+
+The general philosophy behind rssyslog is that it should be as small as
+possible and as simple as possible in order to be able to run as fast as
+possible.
+
+It avoids parsing more than needed of the message, it avoids using the string
+scanning printf and scanf functions (and relatives) as much as possible,
+though some sanitizing of the message must be done.
+
+Messages are received from the net in one thread, passed through a ring
buffer
+and decoded and written to disk in another thread. This should reduce the
+risk of dropped messages at high loads during e.g. logfile rotation.
+EOF
diff --git a/utils/rssyslog/HISTORY b/utils/rssyslog/HISTORY
new file mode 100644
index 0000000..a72bb6e
--- /dev/null
+++ b/utils/rssyslog/HISTORY
@@ -0,0 +1,2 @@
+2007-12-25 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, BUILD, INSTALL, HISTORY: created spell
diff --git a/utils/rssyslog/INSTALL b/utils/rssyslog/INSTALL
new file mode 100755
index 0000000..132d138
--- /dev/null
+++ b/utils/rssyslog/INSTALL
@@ -0,0 +1,3 @@
+cd $SOURCE_DIRECTORY &&
+cp src/rssyslogd /usr/sbin/ &&
+cp doc/sample_rssyslog.conf /etc/
[SM-Commit] GIT changes to master grimoire by Andraž Levstik (1ad61f8aadaf5bf473c71f2fb31f4df03d68a3cf),
Andraž Levstik, 12/26/2007