systraq-20081217/ 0000777 0001750 0001750 00000000000 11122035520 010462 5 0000000 0000000 systraq-20081217/doc/ 0000777 0001750 0001750 00000000000 11122035520 011227 5 0000000 0000000 systraq-20081217/doc/manual.dbx 0000644 0001750 0001750 00000066461 11121165775 013153 0000000 0000000
systraq">
%man.ent;
]>
The systraq Manual
&month; &year;
Joostvan Baal
2001, 2002, 2003, 2004, 2005
Joost van Baal
This document 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 2 of
the License, or (at your option) any later version.
This 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 manual (see COPYING); if not, check with
http://www.gnu.org/copyleft/gpl.html or write to the Free
Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111, USA.
&version;
$Date: 2008-12-14 12:20:29 +0100 (zo, 14 dec 2008) $
$Id: manual.dbx 379 2008-12-14 11:20:29Z joostvb $
Introduction
What is it?
systraq Is a small set of simple scripts monitoring your system, and warning
you when system files change.
systraq Daily sends you an email listing the state of your system.
Furthermore, if critical files have changed, you'll get an email within a
shorter notice. It consists of few very small shell scripts. It's written for
Debian GNU/Linux, but very likely runs on any Unix like operating system.
(Examples and default configuration will likely be somewhat Debian centered,
'though.)
It can help you keeping your system secure. However, make sure you really want
to do the monitoring this script offers: it might not comply with your site's
privacy policy. Getting informed when users' config file change might be too
intrusive.
Why?
I have some *BSD boxes, which regularly mail me stuff like:
0 0 0 0 0
ed0 1500 00:00:e8:6b:a9:3b 651828 1177 4029190 4 36522
======
/etc/sshd_config diffs (OLD < > NEW)
======
1c1,11
< # $OpenBSD: mailer.conf,v 1.3 2000/04/06 18:24:19 millert Exp $
---
> # This is ssh server systemwide configuration file.
>
> Port 22
> #Protocol 2,1
]]>
On OpenBSD boxes, the shellscripts /etc/daily, /etc/weekly and /etc/monthly
kick off the process to generate these status mails. The shellscript
/etc/security is called, as well as the mtree(8)
command.
I very much like this system, taking care of the automatic monitoring of my
system. I run GNU/Linux also, these boxes lacked such a system (tripwire is too
heavyweigth for my demands.) This system seemed not very portable to
GNU/Linux, unfortunately. (Which is another way of stating: I'm too lazy to
port the complete system.)
Jeremy Weatherford wrote FileTraq for his Red Hat Linux box.
This small tool could be regarded as a first estimate to what I wanted. Jeremy
runs it as root, I believe. I want to avoid that as much as possible. I do
want to monitor files like /etc/shadow, but I do not want to get the diff
emailed when these change. I do want to get a notice if
such a file changes. Christoph
Lameter's debsums is a
tool, for monitoring files installed from Debian packages, which has
functionality like this. On Debian systems, there's checksecurity(8) in
the cron package, which monitors permissions on device files.
So, I mixed ideas of the BSD 'daily run output' style emails with FileTraq and
some other tools. That's systraq.
Installation
Requirements
You might need the GNU version of utilities like cut and
ls: I've only tested sytraq on a GNU/Linux system. The
systraq tool works nice with the Debian debsums package; however, systraq is
useful too on systems lacking this package.
You need Jeremy Weatherford's
FileTraq. However,
beware! Jeremy no longer seems to maintain FileTraq. You'll need an up to
date version; the Debian package filetraq >= 0.2-10 by Sergio Talens-Oliag is
fine (to be sure Debian bug #251010 is fixed). If you are on a Debian system,
you know how to get this. If you are on another system, you can get the Debian filetraq
version from the master ftp site or from any other mirror. Be sure to
at least get the files filetraq_0.2.orig.tar.gz and
filetraq_0.2-10.diff.gz (or a later version). You can
apply the diff with any patch.
You need the SGML Declaration for XML 1.0 for building. On Debian systems,
this is installed as /usr/share/sgml/declaration/xml.dcl.
./configure will give you hints on what to do if it fails
to find this file.
You need the DocBook
XSL stylesheet for manpages for building. On Debian systems, this is
installed as
/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl.
./configure will give you hints on what to do if it fails to
find this file.
You need an XSLT engine for building. By default, systraq tries to find xsltproc from Daniel Veillard. This
package is shipped with many GNU/Linux and BSD distributions. Alternatively,
Saxon, written in Java, from
Michael Kay or XML::XSLT,
written in Perl, from Geert Josten, Egon Willighagen e.a. might work for you.
However, you'd have to hack systraq's man/Makefile.am to
use these.
You need OpenJade, as
maintained by Castle, Clasen, Ibach, Martin, Nilsson e.a. to typeset this
manual. OpenJade is shipped with many GNU/Linux and BSD distributions.
Alternatively, you can use James
Clark's Jade from ftp://ftp.jclark.com/pub/jade/.
Beware: there hasn't been a Jade release between October 1998 (1.2.1) and
October 2004. You might need Debian patches: The Debian package has had
patches applied on 8 Jun 2004 and maybe later. So you're likely better off
using OpenJade: upstream for this extension of Jade was alive at 2004-09. The
./configure script will pick whatever is available on your
system.
Furthermore, you need jadetex and
pdfjadetex as shipped with JadeTex (and with many GNU/Linux
and BSD distributions) to generate PostScript and PDF from this document.
You need TeX's dvips to generate PostScript from JadeTex's
DVI. If it's not included with your system, get it from the
TeX Live distribution.
Finally, you need w3m to
convert HTML output to plain ascii. If ./configure doesn't
find w3m on your system, it'll use Lynx. Both text-browsers are
shipped with many GNU/Linux and BSD distributions.
Configure the package, build documentation
Run
$ ./configure
$ make
This will configure the package (you might want to pass some arguments to
./configure, see the INSTALL file), and
will build the documentation from the DocBook XML sources.
Install scripts and documentation
(If you're upgrading from an old systraq installation, back up your
configuration files in &etcpath; and run
# make uninstall
from within your old unpacked tarball.)
Run
# make install
This will install st_snapshot,
st_snapshot.hourly and systraq in
&sbinpath;. Furthermore, it will install documentation in &docpath;. (Sample)
configuration files will get installed in &etcpath; and &examplepath;. Helper
scripts will be installed in &libexecpath;.
User account
Create a dedicated systraq user account. E.g.
# adduser --system --home &homepath; --disabled-password --force-badname _systraq
This user will read worldreadable files, and write files under &statepath;.
Cronjobs will get run as this user, you might want to create a
~_systraq/.forward (or whatever your MTA uses), to get
these job's output in your mailbox.
Set up configuration files
Introduction
Example configuration files are distributed with this manual. (On Debian
systems, the examples could be used as reasonable defaults, except for the
filetraq.conf file, which needs to be generated for your particular system.)
All configuration files are line oriented, lines with a leading # are
ignored. We give some descriptions here.
filetraq.conf
The files listed in &etcpathraw;/filetraq.conf will be
checked by filetraq for changes in content every half hour.
Diff's will be emailed to the administrator. The files
snapshot_pub.stat and
snapshot_root.stat should be listed here, as well as
systraq.sums (all these files reside in &statepath;).
It is advisable to also list every worldreadable file under /etc/ (and possibly /usr/local/etc/) here. You also might like to
list each user's ~/.ssh/authorized_keys and
~/.ssh/authorized_keys2 file here.
All files listed in filetraq.conf should exist on your
system, and should be worldreadable. (You can monitor non-world readable files
in /etc/ by adding them to
snapshot_root.list).
You could create filetraq.conf using this Makefile:
filetraq.main.conf:
echo '# $@: automatically generated' > $@
find /etc /home/*/.ssh/authorized_keys* -perm -a+r -type f | \
sort >> $@
filetraq.conf: filetraq.main.conf filetraq.tail.conf
echo '# $@: generated from $^' | \
cat - filetraq.main.conf filetraq.tail.conf > $@
.PHONY: filetraq.main.conf
where filetraq.tail.conf is
#
&etcpathraw;/snapshot_pub.list
&etcpathraw;/snapshot_pub.homelist
&etcpathraw;/snapshot_root.list
&etcpathraw;/snapshot_root.homelist
&etcpathraw;/filetraq.conf
#
&statepathraw;/snapshot_pub.stat
&statepathraw;/snapshot_root.stat
&statepathraw;/systraq.sums
#
; that might get something useful, as a starter. Be sure to inspect
&examplepathraw;/filetraq.conf too.
You could install the Makefile in &etcpath;. In case
you're using caspar to install your
filetraq.tail.conf, you could use something like this:
csp_TABOOFILES_SKIP = Makefile
csp_TABOOFILES_ADD = GNUmakefile
csp_SCPDIR = /etc/systraq/
csp_SUH = root@remote.example.com
load:
ssh $(csp_SUH) "su -s /bin/sh -c \"make -C $(csp_SCPDIR)\" _systraq"
as the file GNUmakefile in your casparized tree.
If you don't like filetraq's default diff style, but, like me, prefer unified
diff, do
# rm -f /etc/default/filetraq
# ln -s &etcpathraw;/filetraq.default /etc/default/filetraq
st_snapshots's file lists
Daily, st_snapshot will check all files as listed in its
configuration files, aka listfiles. These listfiles are
&etcpathraw;/snapshot_{pub,root}.list and
&etcpathraw;/snapshot_{pub,root}.homelist. Example
versions of these files are installed in &examplepath; when running
make install. The names of these files are given as the two
arguments of st_snapshot.
snapshot_pub.list Should contain all world readable files
for which we want to monitor existence, ownership, permissions and changes in
content. It should contain
&statepathraw;/systraq.sums too.
snapshot_root.list should contain all files which are not
world readable, we wanna monitor.
snapshot_{pub,root}.homelist should contain files we
expect to find in homedirectories of users. All users homedirectories are
scanned for files listed in these two listfiles. Think of files like shell
startup scripts and stuff in ~/.ssh/ and
~/.rhosts. You might want to add
.gnupg/revoke.asc and
.gnupg/secring.gpg too.
If a file listed in a listfile is a directory, all files residing in this
directory, or any subdirectory thereof, gets counted in. Shell wildcards
are allowed in the listfiles.
Now create the files &etcpathraw;/snapshot_{pub,root}.list
and &etcpathraw;/snapshot_{pub,root}.homelist, using the
example files. Once you're happy with the files, follow the instructions in
the next section.
Inspecting current state of your system, making the first snapshot
Inspect all files listed in the listfiles, and decide wether their content is
OK for your securitypolicy. Especially, the
authorized_keys files need inspection. Once you're happy
with their contents, create the &statepath; directory, and make sure the
_systraq user can write to it. NB: if your copy of the systraq package uses
another useraccount (the Debian package uses account "debian-systraq", e.g.)
that user should have write-access instead, of course.
Then, run st_snapshot manually:
# su -s /bin/sh _systraq
$ ST_OPHOMES=yes st_snapshot &etcpathraw;/snapshot_pub.list \
&etcpathraw;/snapshot_pub.homelist > &statepathraw;/snapshot_pub.stat
Of course, if your copy of the systraq package uses another useraccount you
should su to that user instead. And now, run as root:
# st_snapshot &etcpathraw;/snapshot_root.list \
&etcpathraw;/snapshot_root.homelist > &statepathraw;/snapshot_root.stat
Inspect the permissions as listed in the output files, and decide wether you're
happy with them. Check if all files listed should really be on your system.
(One could argue about wether one should have ~/.netrc,
~/.rhosts, ~/.ssh/identity,
~/.shosts, /etc/exports,
/etc/*hosts.equiv . Of course, this depends on your
planned use of the system.) If you're not happy, fix the permissions and
ownerships. You might like to take a look at the
OpenBSD /etc/security script to get inspiration.
Make sure you trust all binary files, which are not in vendor-supplied packages
(e.g. stuff in /usr/local/bin/ on
Debian systems), as they are on your system now. (You could e.g. reinstall
them from trusted sources.) Once you feel safe, generate a file containing
checksums of these files. You can generate this by running e.g., as user
_systraq,
$ find /usr/local/sbin /usr/local/bin /usr/local/lib \
/usr/local/share -type f -exec sha256sum {} + | \
sort -k 2 >&statepathraw;/systraq.sums
Make sure you trust all files in your filetraq.conf file,
and create the directory &statepathraw;/filetraq/. Then run, as user
_systraq,
$ filetraq &etcpathraw;/filetraq.conf \
&statepathraw;/filetraq
to create the first filetraq backup.
Setting up cronjob
The systraq-version/etc/systraq
file is installed as &cronpathraw;/systraq. (If your cron
doesn't look in this directory (but has support for
cron.d style directories), then activate
it by doing
# ln -s &cronpathraw;/systraq /etc/cron.d/systraq
.) This makes sure filetraq gets run every half hour,
systraq gets run daily, and the systraq status files get
updated by running st_snapshot, using the
st_snapshot.hourly wrapper, each hour.
Daily Maintenance
When a user is added to the system: update filetraq.conf
with this user's authorized_keys (or
~/.ssh/authorized_keys2).
filetraq.conf needs maintenance also once files listed
there have been removed by system upgrades, or once files have been added to
e.g. /etc/.
In case Debian packages are installed with missing
/var/lib/dpkg/info/*.md5sums file, things break. Consult
the examples section in the debsums manpage, for a hint on how to deal with
these broken packages. Alternatively, one can do:
debsums -s > /tmp/sums 2>&1
grep 'no md5sums for' /tmp/sums | awk '{print $5}' > /tmp/pkgs
check the contents of /tmp/pkgs.
apt-get update
apt-get --reinstall install `cat /tmp/pkgs`
debsums --silent --generate=missing,keep `cat /tmp/pkgs`
apt-get clean
When installing or upgrade stuff in /usr/local, be sure to
update &statepathraw;/systraq.sums with
the correct checksums.
Internals
Files used
We list all files used by the systraq system, along with a short description
of their role.
Files used
&homepath;
homedir of _systraq user.
&statepath;
stores systraq status files, should be writable by _systraq user.
&statepathraw;/snapshot_pub.stat
&statepathraw;/snapshot_root.stat
stdout of st_snapshot, listing permissions, ownership and
checksums of some files, both publicly readable, as well as non-world readable.
&etcpathraw;/filetraq.conf
configuration file for filetraq, listing files to get
monitored.
&etcpathraw;/snapshot_pub.list
&etcpathraw;/snapshot_root.list
&etcpathraw;/snapshot_pub.homelist
&etcpathraw;/snapshot_root.homelist
configutation files for st_snapshot, listing both publicly
readable, as well as non-world readable files to get monitored, as well as
files to be found in homedirectories. Script
st_snapshot.hourly passes these to
st_snapshot in its two arguments.
&statepathraw;/systraq.sums
checksums of binary files not in Debian packages, verified by running
systraq.
Dependencies
FIXME: diagram listing dependencies: what calls what, what reads and writes
what.
The systraq scripts
The systraq, st_snapshot and
st_snapshot.hourly scripts come with their own manpages,
distributed with this manual.
Hacking on systraq
Systraq is maintained using Subversion on svn.debian.org. If you have access, you
should be able to do:
$ svn co svn+ssh://svn.debian.org/svn/systraq
If you don't have SVN write access, you can check http://svn.debian.org/wsvn/systraq
for readonly Web access; or do
$ svn co svn://svn.debian.org/svn/systraq
for access using your Subversion client. Subversion commit messages get sent
to the systraq-commit@lists.alioth.debian.org mailing list. See
http://lists.alioth.debian.org/mailman/listinfo/systraq-commit
for subscription information.
Contact, other tools
Contact information, reporting bugs
If you have any questions or
remarks about systraq, you can mail the author at &bugemail;.
You can also use this address for reporting bugs (reading the How To Ask Questions
The Smart Way document before reporting might be useful) . However, if
the bug you've found is present in the systraq Debian package too, please use
the Debian Bug Tracking
System for reporting.
Similar tools
I believe diffmon
does about the same as this tool.
FAM (File Alteration
Monitor) could be used by systraq (instead of cron): it is for a particular
process to "subscribe" to changes to a file / directory. FAM then implements
the system-dependent best way to do that (e.g. dnotify on modern Linux) and, if
more than one process is interested in the same file, centralises the polling
(if polling is necessary), so that less resources are taken in total.
Aide and Osiris are big packages for use in sites
where demands are high.
systraq-20081217/doc/html.dsl 0000644 0001750 0001750 00000004513 10177614050 012630 0000000 0000000
]>
;; See dbparam.dsl for definitions of refentries
(define %section-autolabel% #t) ;; Sections are enumerated
(define %chapter-autolabel% #t) ;; Chapters are enumerated
(define %generate-article-toc% #t) ;; A Table of Contents should
;; be produced for Articles
(define %generate-article-titlepage-on-separate-page% #f)
(define %generate-article-titlepage% #t)
(define %generate-article-toc-on-titlepage% #t)
(define nochunks #t) ;; Dont make multiple pages
(define rootchunk #t) ;; Do make a 'root' page
(define %use-id-as-filename% #t) ;; Use book id as filename
(define %html-ext% ".html") ;; give it a proper html extension
systraq-20081217/doc/Makefile.am 0000644 0001750 0001750 00000004647 10553644772 013240 0000000 0000000 # $Id: Makefile.am 274 2007-01-18 10:20:41Z joostvb $
# This DocBook build stuff is inspired by LogReport's Lire
# ( http://www.logreport.org/ ) documentation build system which is
# Copyright (C) 2000, 2001, 2002, 2003, 2004 Stichting LogReport Foundation
#
# See also caspar ( http://mdcc.cx/caspar/ ), which ships a similar system
#
# Copyright (C) 2001, 2002, 2003, 2004, 2005 Joost van Baal
#
# This program 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 2 of the License, or
# (at your option) any later version.
#
# This program 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 program (see COPYING); if not, check with
# http://www.gnu.org/copyleft/gpl.html or write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
#
HTML2TXT_RULE = $(HTML2TXT) $< > $@
XML2HTML_RULE = $(JADE) -t sgml -D $(top_builddir)/$(subdir) -d $(srcdir)/html.dsl $(XMLDCL) $<
XML2TEX_RULE = $(JADE) -t tex -D $(top_builddir)/$(subdir) -d $(srcdir)/print.dsl -o $@ $(XMLDCL) $<
# run 3 times for toc processing
TEX2DVI_RULE = $(JADETEX) $< && $(JADETEX) $< && $(JADETEX) $< && rm -f $*.log $*.out $*.aux
TEX2PDF_RULE = $(PDFJADETEX) -interaction=batchmode $< && $(PDFJADETEX) -interaction=batchmode $< && $(PDFJADETEX) -interaction=batchmode $< && rm -f $*.log $*.out $*.aux
DVI2PS_RULE = $(DVIPS) -f < $< > $@
base = manual
tmpfiles = $(base).tex $(base).log $(base).aux $(base).out $(base).dvi
buildfiles = $(base).html $(base).ps $(base).pdf $(base).txt
docdir = $(datadir)/doc/$(PACKAGE)
doc_DATA = $(buildfiles) ChangeLog.2004
EXTRA_DIST = html.dsl print.dsl manual.dbx ChangeLog.2004
DISTCLEANFILES = $(buildfiles) $(tmpfiles)
$(base).tex: $(base).dbx man.ent
$(XML2TEX_RULE)
$(base).dvi: $(base).tex
$(TEX2DVI_RULE)
## rm $*.log
$(base).ps: $(base).dvi
$(DVI2PS_RULE)
$(base).pdf: $(base).tex
$(TEX2PDF_RULE)
## PS2PDF_RULE = $(PS2PDF) $< $@
## %.pdf: %.ps
## $(PS2PDF_RULE)
$(base).html: $(base).dbx man.ent
$(XML2HTML_RULE)
$(base).txt: $(base).html
$(HTML2TXT_RULE)
systraq-20081217/doc/Makefile.in 0000644 0001750 0001750 00000026171 11122035436 013225 0000000 0000000 # Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
# $Id: Makefile.am 274 2007-01-18 10:20:41Z joostvb $
# This DocBook build stuff is inspired by LogReport's Lire
# ( http://www.logreport.org/ ) documentation build system which is
# Copyright (C) 2000, 2001, 2002, 2003, 2004 Stichting LogReport Foundation
#
# See also caspar ( http://mdcc.cx/caspar/ ), which ships a similar system
#
# Copyright (C) 2001, 2002, 2003, 2004, 2005 Joost van Baal
#
# This program 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 2 of the License, or
# (at your option) any later version.
#
# This program 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 program (see COPYING); if not, check with
# http://www.gnu.org/copyleft/gpl.html or write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
subdir = doc
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(srcdir)/man.ent.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/VERSION.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_CLEAN_FILES = man.ent
SOURCES =
DIST_SOURCES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
am__installdirs = "$(DESTDIR)$(docdir)"
docDATA_INSTALL = $(INSTALL_DATA)
DATA = $(doc_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
BIN_PATH = @BIN_PATH@
CRON_PATH = @CRON_PATH@
CYGPATH_W = @CYGPATH_W@
DAY = @DAY@
DEFS = @DEFS@
DOC_PATH = @DOC_PATH@
DVIPS = @DVIPS@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
HOME_PATH = @HOME_PATH@
HTML2TXT = @HTML2TXT@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
JADE = @JADE@
JADETEX = @JADETEX@
LIBEXEC_PATH = @LIBEXEC_PATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LN_S = @LN_S@
LOCALSTATE_PATH = @LOCALSTATE_PATH@
LTLIBOBJS = @LTLIBOBJS@
LYNX = @LYNX@
MAKEINFO = @MAKEINFO@
MANXSL = @MANXSL@
MONTH = @MONTH@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PDFJADETEX = @PDFJADETEX@
RUN_PARTS = @RUN_PARTS@
SBIN_PATH = @SBIN_PATH@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
SYSCONF_PATH = @SYSCONF_PATH@
VERSION = @VERSION@
W3M = @W3M@
XMLDCL = @XMLDCL@
XP = @XP@
YEAR = @YEAR@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build_alias = @build_alias@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = $(datadir)/doc/$(PACKAGE)
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host_alias = @host_alias@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
HTML2TXT_RULE = $(HTML2TXT) $< > $@
XML2HTML_RULE = $(JADE) -t sgml -D $(top_builddir)/$(subdir) -d $(srcdir)/html.dsl $(XMLDCL) $<
XML2TEX_RULE = $(JADE) -t tex -D $(top_builddir)/$(subdir) -d $(srcdir)/print.dsl -o $@ $(XMLDCL) $<
# run 3 times for toc processing
TEX2DVI_RULE = $(JADETEX) $< && $(JADETEX) $< && $(JADETEX) $< && rm -f $*.log $*.out $*.aux
TEX2PDF_RULE = $(PDFJADETEX) -interaction=batchmode $< && $(PDFJADETEX) -interaction=batchmode $< && $(PDFJADETEX) -interaction=batchmode $< && rm -f $*.log $*.out $*.aux
DVI2PS_RULE = $(DVIPS) -f < $< > $@
base = manual
tmpfiles = $(base).tex $(base).log $(base).aux $(base).out $(base).dvi
buildfiles = $(base).html $(base).ps $(base).pdf $(base).txt
doc_DATA = $(buildfiles) ChangeLog.2004
EXTRA_DIST = html.dsl print.dsl manual.dbx ChangeLog.2004
DISTCLEANFILES = $(buildfiles) $(tmpfiles)
all: all-am
.SUFFIXES:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu doc/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
man.ent: $(top_builddir)/config.status $(srcdir)/man.ent.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
uninstall-info-am:
install-docDATA: $(doc_DATA)
@$(NORMAL_INSTALL)
test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
@list='$(doc_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f=$(am__strip_dir) \
echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
$(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
done
uninstall-docDATA:
@$(NORMAL_UNINSTALL)
@list='$(doc_DATA)'; for p in $$list; do \
f=$(am__strip_dir) \
echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
rm -f "$(DESTDIR)$(docdir)/$$f"; \
done
tags: TAGS
TAGS:
ctags: CTAGS
CTAGS:
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
case $$file in \
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
esac; \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
dir="/$$dir"; \
$(mkdir_p) "$(distdir)$$dir"; \
else \
dir=''; \
fi; \
if test -d $$d/$$file; then \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-am
all-am: Makefile $(DATA)
installdirs:
for dir in "$(DESTDIR)$(docdir)"; do \
test -z "$$dir" || $(mkdir_p) "$$dir"; \
done
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic mostlyclean-am
distclean: distclean-am
-rm -f Makefile
distclean-am: clean-am distclean-generic
dvi: dvi-am
dvi-am:
html: html-am
info: info-am
info-am:
install-data-am: install-docDATA
install-exec-am:
install-info: install-info-am
install-man:
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-generic
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
uninstall-am: uninstall-docDATA uninstall-info-am
.PHONY: all all-am check check-am clean clean-generic distclean \
distclean-generic distdir dvi dvi-am html html-am info info-am \
install install-am install-data install-data-am \
install-docDATA install-exec install-exec-am install-info \
install-info-am install-man install-strip installcheck \
installcheck-am installdirs maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
pdf-am ps ps-am uninstall uninstall-am uninstall-docDATA \
uninstall-info-am
$(base).tex: $(base).dbx man.ent
$(XML2TEX_RULE)
$(base).dvi: $(base).tex
$(TEX2DVI_RULE)
$(base).ps: $(base).dvi
$(DVI2PS_RULE)
$(base).pdf: $(base).tex
$(TEX2PDF_RULE)
$(base).html: $(base).dbx man.ent
$(XML2HTML_RULE)
$(base).txt: $(base).html
$(HTML2TXT_RULE)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
systraq-20081217/doc/ChangeLog.2004 0000644 0001750 0001750 00002765256 10553644704 013351 0000000 0000000 r180 | lfousse | 2005-01-23 18:54:03 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /debian
D /trunk/.cvsignore
D /trunk/AUTHORS
D /trunk/LICENSE
D /trunk/Makefile.am
D /trunk/NEWS
D /trunk/README
D /trunk/THANKS
D /trunk/TODO
D /trunk/bootstrap
D /trunk/configure.ac
A /trunk/debian (from /debian:175)
R /trunk/debian/README.Debian (from /debian/README.Debian:179)
R /trunk/debian/changelog (from /debian/changelog:179)
R /trunk/debian/control (from /debian/control:179)
R /trunk/debian/rules (from /debian/rules:179)
A /trunk/debian/snapshot_pub.homelist (from /debian/snapshot_pub.homelist:179)
A /trunk/debian/snapshot_pub.list (from /debian/snapshot_pub.list:179)
A /trunk/debian/snapshot_root.homelist (from /debian/snapshot_root.homelist:179)
A /trunk/debian/snapshot_root.list (from /debian/snapshot_root.list:179)
M /trunk/doc/Makefile.am
D /trunk/etc
D /trunk/lib
D /trunk/man
D /trunk/script
D /trunk/setversion
A /trunk/systraq
A /trunk/systraq/.cvsignore (from /trunk/.cvsignore:178)
A /trunk/systraq/AUTHORS (from /trunk/AUTHORS:178)
A /trunk/systraq/LICENSE (from /trunk/LICENSE:178)
A /trunk/systraq/Makefile.am (from /trunk/Makefile.am:178)
A /trunk/systraq/NEWS (from /trunk/NEWS:178)
A /trunk/systraq/README (from /trunk/README:178)
A /trunk/systraq/THANKS (from /trunk/THANKS:178)
A /trunk/systraq/TODO (from /trunk/TODO:178)
A /trunk/systraq/bootstrap (from /trunk/bootstrap:178)
A /trunk/systraq/configure.ac (from /trunk/configure.ac:178)
A /trunk/systraq/etc (from /trunk/etc:178)
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/filetraq.conf.in
M /trunk/systraq/etc/filetraq.default
M /trunk/systraq/etc/snapshot_pub.homelist
M /trunk/systraq/etc/snapshot_pub.list.in
M /trunk/systraq/etc/snapshot_root.homelist
M /trunk/systraq/etc/snapshot_root.list
M /trunk/systraq/etc/systraq.in
A /trunk/systraq/lib (from /trunk/lib:178)
M /trunk/systraq/lib/Makefile.am
M /trunk/systraq/lib/ak-uptime
M /trunk/systraq/lib/bb-free
M /trunk/systraq/lib/cc-df
M /trunk/systraq/lib/dd-last
M /trunk/systraq/lib/ee-lastlog
M /trunk/systraq/lib/ff-netstat
M /trunk/systraq/lib/gg-ps
A /trunk/systraq/man (from /trunk/man:178)
M /trunk/systraq/man/Makefile.am
M /trunk/systraq/man/st_snapshot.pod
A /trunk/systraq/script (from /trunk/script:178)
M /trunk/systraq/script/Makefile.am
M /trunk/systraq/script/st_snapshot
A /trunk/systraq/setversion (from /trunk/setversion:178)
Move files around to match the intented hierarchy.
------------------------------------------------------------------------
r179 | lfousse | 2005-01-16 15:55:29 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
Systraq is maintained via svn now (commit by Joost).
------------------------------------------------------------------------
r178 | lfousse | 2005-01-16 13:31:25 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/TODO
Another bug (commit for Joost).
------------------------------------------------------------------------
r174 | joostvb | 2004-11-18 21:20:58 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041118
------------------------------------------------------------------------
r173 | joostvb | 2004-11-18 21:12:17 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/TODO
another gotcha for packagers
------------------------------------------------------------------------
r172 | joostvb | 2004-11-18 21:09:24 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
refer to installed example config files
------------------------------------------------------------------------
r171 | joostvb | 2004-11-18 21:01:46 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
install filetraq.conf; install snapshot_ listfiles in doc/systraq/examples, not etc/
------------------------------------------------------------------------
r170 | joostvb | 2004-10-25 08:51:29 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
more notes for upgraders
------------------------------------------------------------------------
r169 | joostvb | 2004-10-25 08:51:16 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_pub.list.in
honor new locations of systraq scripts
------------------------------------------------------------------------
r168 | joostvb | 2004-10-22 09:41:13 +0200 (Fri, 22 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/doc/manual.dbx
added some notes on upgrading
------------------------------------------------------------------------
r167 | joostvb | 2004-10-21 17:52:53 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.9
------------------------------------------------------------------------
r166 | joostvb | 2004-10-21 17:51:14 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
new file locations documented
------------------------------------------------------------------------
r165 | joostvb | 2004-10-21 17:44:11 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r164 | joostvb | 2004-10-21 17:43:00 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
another developers hack documented
------------------------------------------------------------------------
r163 | joostvb | 2004-10-21 17:42:29 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
M /trunk/setversion
automagically expand time and version
------------------------------------------------------------------------
r162 | joostvb | 2004-10-21 17:02:30 +0200 (Thu, 21 Oct 2004) | 3 lines
Changed paths:
M /trunk/lib/Makefile.am
fixed bug which caused symlinks in systraq.d
to point to /*
------------------------------------------------------------------------
r161 | joostvb | 2004-10-17 18:17:21 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.ent.in
*** empty log message ***
------------------------------------------------------------------------
r160 | joostvb | 2004-10-17 17:34:01 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r159 | joostvb | 2004-10-17 14:10:09 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r158 | joostvb | 2004-10-17 14:08:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version version 20041015-cvs.8
------------------------------------------------------------------------
r157 | joostvb | 2004-10-17 14:05:20 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r156 | joostvb | 2004-10-17 14:04:38 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
find run-parts, and give advice if we fail
------------------------------------------------------------------------
r155 | joostvb | 2004-10-17 14:03:56 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
M /trunk/script/Makefile.am
install systraq and st_snapshot in sbindir, not bindir: do not polute all users PATHs: in most common scenarios, people wont run these commands themselves
------------------------------------------------------------------------
r154 | joostvb | 2004-10-17 13:36:34 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.7
------------------------------------------------------------------------
r153 | joostvb | 2004-10-17 13:35:07 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
systraq redesign done, documentation pending
------------------------------------------------------------------------
r152 | joostvb | 2004-10-17 13:34:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/lib/rr-localdigest
ST_LMD5SUMS renamed to ST_LDIGESTS
------------------------------------------------------------------------
r151 | joostvb | 2004-10-17 13:33:57 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
systraq no longer needs ST_LMD5SUMS environment variable
------------------------------------------------------------------------
r150 | joostvb | 2004-10-17 13:33:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
started documenting new systraq script interface
------------------------------------------------------------------------
r149 | joostvb | 2004-10-17 13:00:53 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script
M /trunk/script/.cvsignore
systraq is now generated from systraq.in
------------------------------------------------------------------------
r148 | joostvb | 2004-10-17 13:00:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/TODO
M /trunk/lib
A /trunk/lib/.cvsignore
M /trunk/lib/ww-signature
*** empty log message ***
------------------------------------------------------------------------
r147 | joostvb | 2004-10-17 12:59:27 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
ship new file LICENSE
------------------------------------------------------------------------
r146 | joostvb | 2004-10-17 12:57:23 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
A /trunk/lib/Makefile.am
added infrastructure for stuff in lib/
------------------------------------------------------------------------
r145 | joostvb | 2004-10-17 12:37:40 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq redone: run scripts in specific directory, offer nice environment to these scripts
------------------------------------------------------------------------
r144 | joostvb | 2004-10-17 12:24:42 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq renamed to systraq.in
------------------------------------------------------------------------
r143 | joostvb | 2004-10-17 12:22:29 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
D /trunk/lib/aa-uptime
A /trunk/lib/ak-uptime
A /trunk/lib/ii-shellrc
A /trunk/lib/nn-debsums
A /trunk/lib/rr-localdigest
A /trunk/lib/ww-signature
ripped out of systraq script: configurable now
------------------------------------------------------------------------
r142 | joostvb | 2004-10-16 23:56:04 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r141 | joostvb | 2004-10-16 17:07:15 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
ripping out all configurable bits: phase one
------------------------------------------------------------------------
r140 | joostvb | 2004-10-16 17:06:27 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/lib
A /trunk/lib/aa-uptime
A /trunk/lib/bb-free
A /trunk/lib/cc-df
A /trunk/lib/dd-last
A /trunk/lib/ee-lastlog
A /trunk/lib/ff-netstat
A /trunk/lib/gg-ps
transforming systraq to a run-parts style script
------------------------------------------------------------------------
r139 | joostvb | 2004-10-16 16:48:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
one done
------------------------------------------------------------------------
r138 | joostvb | 2004-10-16 16:44:44 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/LICENSE
M /trunk/Makefile.am
M /trunk/README
M /trunk/THANKS
M /trunk/configure.ac
M /trunk/doc/Makefile.am
M /trunk/doc/html.dsl
M /trunk/doc/print.dsl
M /trunk/etc/Makefile.am
M /trunk/man/st_snapshot.pod
clarified copyright ownership. LICENSE file, listing holders, added
------------------------------------------------------------------------
r137 | joostvb | 2004-10-16 13:52:09 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more TODO
------------------------------------------------------------------------
r136 | joostvb | 2004-10-16 12:06:21 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.6
------------------------------------------------------------------------
r135 | joostvb | 2004-10-16 12:06:07 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
some things are done
------------------------------------------------------------------------
r134 | joostvb | 2004-10-16 12:02:46 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
and the SGML declaration: another build dependency
------------------------------------------------------------------------
r133 | joostvb | 2004-10-16 12:00:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
document build-dependencies: w3m or lynx, openjade or jade, JadeTeX, teTeX
------------------------------------------------------------------------
r132 | joostvb | 2004-10-16 11:54:10 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
use pdfjadetex. somewhat more compliant with non-gnu makes
------------------------------------------------------------------------
r131 | joostvb | 2004-10-16 11:53:26 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
generate pdf directly from tex: do not use ps2pdf, but use pdfjadetex
------------------------------------------------------------------------
r130 | joostvb | 2004-10-16 00:28:45 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
*** empty log message ***
------------------------------------------------------------------------
r129 | joostvb | 2004-10-16 00:26:06 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.5
------------------------------------------------------------------------
r128 | joostvb | 2004-10-16 00:17:24 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r127 | joostvb | 2004-10-16 00:16:49 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/doc/Makefile.am
./configure now fails if needed tools are not found. optionally uses lynx (not w3m) and openjade (not jade) for building. thanks LogReport for inspiration.
------------------------------------------------------------------------
r126 | joostvb | 2004-10-15 21:25:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r125 | joostvb | 2004-10-15 20:59:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.4
------------------------------------------------------------------------
r124 | joostvb | 2004-10-15 20:56:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/configure.ac
M /trunk/doc/manual.ent.in
M /trunk/etc/Makefile.am
M /trunk/man/Makefile.am
some cleanup of copyright statements: the files on which Stichting LogReport Foundation was listed as copyright holder were just trivial and not copyrightable
------------------------------------------------------------------------
r123 | joostvb | 2004-10-15 20:51:02 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/bootstrap
sign and publish targets added, for maintainer
------------------------------------------------------------------------
r122 | joostvb | 2004-10-15 18:22:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.3
------------------------------------------------------------------------
r121 | joostvb | 2004-10-15 18:18:58 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/script/systraq.in
the systraq command no longer uses hardcoded pathnames: pathnames moved to environment variable, cronjob and manual adjusted
------------------------------------------------------------------------
r120 | joostvb | 2004-10-15 17:00:46 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.2
------------------------------------------------------------------------
r119 | joostvb | 2004-10-15 16:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r118 | joostvb | 2004-10-15 16:55:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
st_snapshot is now no longer dependent on ./configure settings: got rid of hardcoded pathnames in the script itself, moved to cronjob invocation
------------------------------------------------------------------------
r117 | joostvb | 2004-10-15 14:59:50 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
oops, do distribute manual.dbx of course
------------------------------------------------------------------------
r116 | joostvb | 2004-10-15 14:59:29 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more ideas
------------------------------------------------------------------------
r115 | joostvb | 2004-10-15 13:46:00 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.1
------------------------------------------------------------------------
r114 | joostvb | 2004-10-15 13:40:25 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
some cleanup of unused variables
------------------------------------------------------------------------
r113 | joostvb | 2004-10-15 13:40:04 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on Jade stuff requirements added
------------------------------------------------------------------------
r112 | joostvb | 2004-10-15 13:05:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
manual.dbx is now fixed: uses flexible path names
------------------------------------------------------------------------
r111 | joostvb | 2004-10-15 13:04:53 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/etc/filetraq.conf.in
M /trunk/etc/snapshot_pub.list.in
M /trunk/etc/systraq.in
@SYSCONF_PATH@ and friends now have a more useful content
------------------------------------------------------------------------
r110 | joostvb | 2004-10-15 12:58:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r109 | joostvb | 2004-10-15 12:40:52 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r108 | joostvb | 2004-10-15 12:40:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
A /trunk/doc/manual.ent.in
generate entities from ./configure
------------------------------------------------------------------------
r107 | joostvb | 2004-10-15 12:39:37 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
use entities as generated by ./configure
------------------------------------------------------------------------
r106 | joostvb | 2004-10-15 12:34:24 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
do not say twice what to do after completion of this script
------------------------------------------------------------------------
r105 | joostvb | 2004-10-15 12:29:10 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
doc_DATA no longer in EXTRA_DIST: more robust during build
------------------------------------------------------------------------
r104 | joostvb | 2004-10-15 10:27:57 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015
------------------------------------------------------------------------
r103 | joostvb | 2004-10-15 10:27:38 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r102 | joostvb | 2004-10-15 10:17:14 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
added section about hacking on systraq
------------------------------------------------------------------------
r101 | joostvb | 2004-10-15 09:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/COPYING
D /trunk/INSTALL
M /trunk/README
use autotools generic INSTALL file
------------------------------------------------------------------------
r100 | joostvb | 2004-10-15 09:54:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/NEWS
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
be consistent about my email address
------------------------------------------------------------------------
r98 | joostvb | 2004-10-15 09:45:11 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more revamping to be done
------------------------------------------------------------------------
r97 | joostvb | 2004-10-15 09:30:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/NEWS
M /trunk/etc
M /trunk/etc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r96 | joostvb | 2004-10-15 09:30:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
now parseable by cvs2cl
------------------------------------------------------------------------
r95 | joostvb | 2004-10-15 09:28:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
no C code: no autoheader needed
------------------------------------------------------------------------
r94 | joostvb | 2004-10-15 09:27:55 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
config files now know about ./configure's sysconfdir
------------------------------------------------------------------------
r93 | joostvb | 2004-10-15 08:50:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/etc/filetraq.conf
A /trunk/etc/filetraq.conf.in
D /trunk/etc/snapshot_pub.list
A /trunk/etc/snapshot_pub.list.in
D /trunk/etc/systraq
A /trunk/etc/systraq.in
get rid of hardcoded /usr/local, but use ./configure setting
------------------------------------------------------------------------
r92 | joostvb | 2004-10-15 08:49:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
use ac_define_dir.m4 which supplies AC_DEFINE_DIR autoconf macro
------------------------------------------------------------------------
r90 | joostvb | 2004-10-15 00:10:06 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r88 | joostvb | 2004-10-15 00:05:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/setversion
A /trunk/users
current autotools features
------------------------------------------------------------------------
r87 | joostvb | 2004-10-15 00:04:22 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
added documentation. force current autotools
------------------------------------------------------------------------
r86 | joostvb | 2004-10-15 00:02:36 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/ChangeLog
M /trunk/NEWS
ChangeLog now autogenerated. NEWS now actually has contents: old ChangeLog
------------------------------------------------------------------------
r85 | joostvb | 2004-10-14 23:38:53 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
A /trunk/configure.ac
D /trunk/configure.in
new autotools naming style
------------------------------------------------------------------------
r84 | joostvb | 2004-10-14 11:50:50 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r83 | joostvb | 2004-10-12 18:11:13 +0200 (Tue, 12 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
another idea
------------------------------------------------------------------------
r82 | joostvb | 2004-08-04 15:33:59 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/script/st_snapshot
partially revert back: get rid of silly OWNEDHOMES: I was missing the point. duh
------------------------------------------------------------------------
r81 | joostvb | 2004-08-04 14:04:40 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
another bugfix. duh.
------------------------------------------------------------------------
r80 | joostvb | 2004-08-04 13:51:35 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r79 | joostvb | 2004-08-04 13:41:26 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r78 | joostvb | 2004-08-04 13:40:48 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
fixed bug in OWNEDHOMES variable setting. introduced sloppy tmpfile handling
------------------------------------------------------------------------
r77 | joostvb | 2004-08-04 13:16:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r76 | joostvb | 2004-08-04 12:59:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/ChangeLog
*** empty log message ***
------------------------------------------------------------------------
r75 | joostvb | 2004-08-04 12:53:00 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/Makefile.am
D /trunk/script/filetraq
D /trunk/script/filetraq.patch
we no longer ship filetraq, but require it
------------------------------------------------------------------------
r74 | joostvb | 2004-08-04 12:13:18 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
fixed stupid wrong comment
------------------------------------------------------------------------
r73 | joostvb | 2004-08-04 12:10:12 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
differ between homedirs owned by user occupying this dir, and those not. on systems were / is a hoemdir for lots of users, systraq was behaving bad.
------------------------------------------------------------------------
r72 | joostvb | 2004-08-04 12:08:20 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.homelist
change .procmail to .procmailrc: the last file is what we want to monitor, not .procmail/log, of course. Thanks Lionel Elie Mamane for bugreport
------------------------------------------------------------------------
r71 | joostvb | 2004-06-30 10:42:53 +0200 (Wed, 30 Jun 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
more alternative packages
------------------------------------------------------------------------
r70 | joostvb | 2004-05-27 06:15:46 +0200 (Thu, 27 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r69 | joostvb | 2004-05-26 12:34:09 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r68 | joostvb | 2004-05-26 12:33:48 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r67 | joostvb | 2004-05-26 11:33:15 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_root.homelist
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r66 | joostvb | 2004-05-26 11:19:30 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r65 | joostvb | 2004-05-26 11:17:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/Makefile.am
A /trunk/etc/filetraq.default
*** empty log message ***
------------------------------------------------------------------------
r64 | joostvb | 2004-05-26 11:13:23 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
note on troubles with some cron versions
------------------------------------------------------------------------
r63 | joostvb | 2004-05-26 11:09:37 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq
M /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r62 | joostvb | 2004-05-26 11:05:06 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq.patch
updated patch, now should fix hassle with changes in binary files too
------------------------------------------------------------------------
r61 | joostvb | 2004-05-26 10:33:50 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.homelist
M /trunk/etc/snapshot_root.homelist
~/.procmail and ~/.maildrop
------------------------------------------------------------------------
r60 | joostvb | 2004-05-26 10:29:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
*** empty log message ***
------------------------------------------------------------------------
r59 | joostvb | 2004-05-26 10:28:53 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on fam and diffmon
------------------------------------------------------------------------
r58 | joostvb | 2003-09-08 11:53:28 +0200 (Mon, 08 Sep 2003) | 2 lines
Changed paths:
M /trunk/TODO
reported cron issue
------------------------------------------------------------------------
r56 | joostvb | 2003-02-23 14:01:24 +0100 (Sun, 23 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r55 | joostvb | 2003-02-09 16:15:18 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r54 | joostvb | 2003-02-09 16:04:20 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r52 | joostvb | 2003-02-09 15:36:16 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r51 | joostvb | 2003-02-06 19:40:30 +0100 (Thu, 06 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/etc/snapshot_pub.homelist
*** empty log message ***
------------------------------------------------------------------------
r49 | joostvb | 2003-01-17 22:34:56 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/etc/systraq
grr. binary diff hassle
------------------------------------------------------------------------
r48 | joostvb | 2003-01-17 22:16:57 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r47 | joostvb | 2002-11-28 21:00:12 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r46 | joostvb | 2002-11-28 20:25:17 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r45 | joostvb | 2002-11-28 20:18:11 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r44 | joostvb | 2002-11-25 23:58:31 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r42 | joostvb | 2002-11-25 23:29:39 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc
M /trunk/doc/.cvsignore
M /trunk/etc
A /trunk/etc/.cvsignore
M /trunk/man
M /trunk/man/.cvsignore
M /trunk/script
A /trunk/script/.cvsignore
D /trunk/script/Makefile
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r41 | joostvb | 2002-10-19 16:41:05 +0200 (Sat, 19 Oct 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r40 | joostvb | 2002-10-14 10:46:39 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r39 | joostvb | 2002-10-14 10:40:51 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/etc/systraq
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r38 | joostvb | 2002-09-01 14:02:26 +0200 (Sun, 01 Sep 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r37 | joostvb | 2002-04-11 11:20:42 +0200 (Thu, 11 Apr 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r36 | joostvb | 2002-03-07 12:12:35 +0100 (Thu, 07 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r35 | joostvb | 2002-03-06 10:29:14 +0100 (Wed, 06 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r33 | joostvb | 2002-02-28 21:19:33 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/Makefile.am
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r32 | joostvb | 2002-02-28 21:02:30 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r31 | joostvb | 2002-02-26 20:13:14 +0100 (Tue, 26 Feb 2002) | 2 lines
Changed paths:
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r30 | joostvb | 2002-02-23 09:47:21 +0100 (Sat, 23 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r29 | joostvb | 2002-01-13 22:00:34 +0100 (Sun, 13 Jan 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/etc/snapshot_pub.list
M /trunk/etc/systraq
M /trunk/script/systraq.in
minor bugfix release
------------------------------------------------------------------------
r28 | joostvb | 2001-12-08 21:57:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r27 | joostvb | 2001-12-08 21:41:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r26 | joostvb | 2001-12-08 20:36:55 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
A /trunk/INSTALL
M /trunk/Makefile.am
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r24 | joostvb | 2001-12-08 20:16:51 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk
A /trunk/.cvsignore
D /trunk/doc/Makefile
D /trunk/etc/Makefile
A /trunk/etc/Makefile.am
M /trunk/man
A /trunk/man/.cvsignore
A /trunk/man/Makefile.am
A /trunk/script/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r23 | joostvb | 2001-12-08 20:15:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/Makefile.am
A /trunk/NEWS
M /trunk/TODO
A /trunk/bootstrap
A /trunk/configure.in
M /trunk/doc/Makefile
A /trunk/doc/Makefile.am
M /trunk/etc/Makefile
M /trunk/script/Makefile
A /trunk/setversion
*** empty log message ***
------------------------------------------------------------------------
r22 | joostvb | 2001-12-08 19:32:36 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r21 | joostvb | 2001-12-08 15:26:27 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r20 | joostvb | 2001-12-08 15:15:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/filetraq
A /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r19 | joostvb | 2001-12-08 14:31:56 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/AUTHORS
A /trunk/COPYING
A /trunk/ChangeLog
A /trunk/README
A /trunk/THANKS
M /trunk/TODO
M /trunk/doc
A /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r18 | joostvb | 2001-12-07 17:20:44 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
A /trunk/etc/Makefile
*** empty log message ***
------------------------------------------------------------------------
r17 | joostvb | 2001-12-07 17:13:23 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r16 | joostvb | 2001-12-07 17:11:17 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.list
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r15 | joostvb | 2001-12-07 16:36:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r14 | joostvb | 2001-12-07 16:26:38 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r13 | joostvb | 2001-12-07 15:29:02 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
*** empty log message ***
------------------------------------------------------------------------
r12 | joostvb | 2001-12-07 15:20:06 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/snapshot_root.homelist
*** empty log message ***
------------------------------------------------------------------------
r11 | joostvb | 2001-12-07 15:13:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.homelist
A /trunk/etc/snapshot_root.list
*** empty log message ***
------------------------------------------------------------------------
r10 | joostvb | 2001-12-07 15:02:25 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc
A /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r9 | joostvb | 2001-12-07 14:29:57 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r8 | joostvb | 2001-12-07 14:05:30 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r7 | joostvb | 2001-12-06 19:11:14 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r6 | joostvb | 2001-12-06 19:08:24 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc/Makefile
A /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
A /trunk/doc/print.dsl
*** empty log message ***
------------------------------------------------------------------------
r5 | joostvb | 2001-12-06 15:18:20 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
A /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r4 | joostvb | 2001-12-06 12:45:25 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc
A /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r3 | joostvb | 2001-12-06 12:26:18 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/script
A /trunk/script/Makefile
A /trunk/script/filetraq
A /trunk/script/st_snapshot
moved from tools/
------------------------------------------------------------------------
r2 | joostvb | 2001-12-06 12:25:17 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/man
A /trunk/man/st_snapshot.pod
*** empty log message ***
------------------------------------------------------------------------
r223 | joostvb | 2005-02-13 14:55:38 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/bootstrap
make sure ChangeLog looks nice
------------------------------------------------------------------------
r222 | joostvb | 2005-02-13 14:54:52 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/man/st_snapshot.hourly.dbx
manpage finished
------------------------------------------------------------------------
r221 | joostvb | 2005-02-13 14:52:33 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
refer to st_snapshot.hourly manpage
------------------------------------------------------------------------
r220 | joostvb | 2005-02-13 13:11:49 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r219 | joostvb | 2005-02-13 13:10:55 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r218 | joostvb | 2005-02-13 13:10:45 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/script/st_snapshot.hourly.in
be even more user-friendly
------------------------------------------------------------------------
r217 | joostvb | 2005-02-13 13:10:10 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/man/st_snapshot.hourly.dbx
completing manpage
------------------------------------------------------------------------
r216 | joostvb | 2005-02-13 12:43:45 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/bootstrap
M /trunk/systraq/configure.ac
M /trunk/systraq/doc/Makefile.am
M /trunk/systraq/doc/manual.dbx
M /trunk/systraq/man/Makefile.am
both manpage and manual want to use same configure-expanded variable: dbx build system overhaul
------------------------------------------------------------------------
r215 | joostvb | 2005-02-12 23:40:22 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/man/Makefile.am
------------------------------------------------------------------------
r214 | joostvb | 2005-02-12 23:35:44 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/man/st_snapshot.hourly.dbx
need to finish manpage
------------------------------------------------------------------------
r213 | joostvb | 2005-02-12 23:31:08 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/man/Makefile.am
A /trunk/systraq/man/st_snapshot.hourly.dbx
st_snapshot.hourly manpage, first shot
------------------------------------------------------------------------
r212 | joostvb | 2005-02-12 21:57:51 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r211 | joostvb | 2005-02-12 21:39:39 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/systraq_is_unconfigured
do not install systraq_is_unconfigured: this tarball behaves just fine.
------------------------------------------------------------------------
r210 | joostvb | 2005-02-12 21:38:55 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
some stuff is done
------------------------------------------------------------------------
r209 | joostvb | 2005-02-12 21:30:59 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/Makefile.am
rumours about Debian Bug#291619 turned out to be just that
------------------------------------------------------------------------
r207 | joostvb | 2005-02-12 17:29:40 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/LICENSE
it is 2005
------------------------------------------------------------------------
r206 | joostvb | 2005-02-12 17:27:41 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
commit mailing list created
------------------------------------------------------------------------
r204 | joostvb | 2005-02-11 20:00:51 +0100 (Fri, 11 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/etc/systraq_is_unconfigured
more stuff to do with etc/systraq_is_unconfigured
------------------------------------------------------------------------
r203 | joostvb | 2005-02-09 22:25:20 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/NEWS
------------------------------------------------------------------------
r202 | joostvb | 2005-02-09 22:15:48 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/configure.ac
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/systraq.in
M /trunk/systraq/script/Makefile.am
A /trunk/systraq/script/st_snapshot.hourly.in
wrapper for st_snapshot cronjob
------------------------------------------------------------------------
r201 | joostvb | 2005-02-09 22:14:39 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/etc/systraq_is_unconfigured
be nice to people doing a fresh install: supply a helpful note to them, instead of an ugly hourly error message from cron
------------------------------------------------------------------------
r200 | joostvb | 2005-02-09 21:37:31 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/Makefile.am
revert back to not using openjade -c catalogfile: it does not solve the network access problem, and introduced another problem
------------------------------------------------------------------------
r199 | joostvb | 2005-02-09 18:59:33 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
------------------------------------------------------------------------
r198 | joostvb | 2005-02-09 18:56:17 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
we use examplepath too
------------------------------------------------------------------------
r197 | joostvb | 2005-02-05 16:30:01 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
more tips for maintaining filetraq.conf, including caspar integration tips
------------------------------------------------------------------------
r196 | joostvb | 2005-02-05 16:23:29 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
more earlier reported bugs/ideas
------------------------------------------------------------------------
r195 | joostvb | 2005-02-05 16:20:47 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ii-shellrc
M /trunk/systraq/lib/nn-debsums
M /trunk/systraq/lib/rr-localdigest
M /trunk/systraq/lib/ww-signature
svn tags
------------------------------------------------------------------------
r194 | joostvb | 2005-02-05 16:17:34 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ff-netstat
list ipv6 connections too
------------------------------------------------------------------------
r193 | joostvb | 2005-02-05 16:12:35 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/rr-localdigest
fixed typo
------------------------------------------------------------------------
r192 | joostvb | 2005-02-03 08:59:02 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
D /trunk/systraq/doc/ChangeLog.2004
M /trunk/systraq/doc/Makefile.am
worked around svn2cl issues. just run raw "svn log"
------------------------------------------------------------------------
r191 | joostvb | 2005-02-03 08:52:19 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
a commit mailing list would be nice
------------------------------------------------------------------------
r190 | joostvb | 2005-02-03 08:26:00 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
another idea about svn2cl
------------------------------------------------------------------------
r189 | joostvb | 2005-02-02 21:59:28 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
svn2cl hassle
------------------------------------------------------------------------
r188 | joostvb | 2005-02-02 21:27:51 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
M /trunk/systraq/doc/Makefile.am
no longer user cvs2cl, but use svn2cl
------------------------------------------------------------------------
r187 | joostvb | 2005-02-02 21:26:11 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/doc/ChangeLog.2004
ChangeLog from the CVS era. Our svn2cl chokes on drastically moved files, so just keep this one here
------------------------------------------------------------------------
r186 | joostvb | 2005-02-02 20:57:31 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/dd-last
last is not that dumb: use -n
------------------------------------------------------------------------
r185 | lfousse | 2005-02-02 16:45:26 +0100 (Wed, 02 Feb 2005) | 2 lines
Changed paths:
M /trunk/systraq/TODO
Commit emails should work now.
------------------------------------------------------------------------
r184 | joostvb | 2005-02-01 06:57:32 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r183 | joostvb | 2005-02-01 06:54:25 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r182 | joostvb | 2005-02-01 06:50:35 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/THANKS
------------------------------------------------------------------------
r181 | lfousse | 2005-01-23 18:55:27 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /trunk/doc
A /trunk/systraq/doc (from /trunk/doc:179)
R /trunk/systraq/doc/Makefile.am (from /trunk/doc/Makefile.am:180)
M /trunk/systraq/doc/html.dsl
M /trunk/systraq/doc/manual.ent.in
M /trunk/systraq/doc/print.dsl
Forgot to move `doc'.
------------------------------------------------------------------------
r180 | lfousse | 2005-01-23 18:54:03 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /debian
D /trunk/.cvsignore
D /trunk/AUTHORS
D /trunk/LICENSE
D /trunk/Makefile.am
D /trunk/NEWS
D /trunk/README
D /trunk/THANKS
D /trunk/TODO
D /trunk/bootstrap
D /trunk/configure.ac
A /trunk/debian (from /debian:175)
R /trunk/debian/README.Debian (from /debian/README.Debian:179)
R /trunk/debian/changelog (from /debian/changelog:179)
R /trunk/debian/control (from /debian/control:179)
R /trunk/debian/rules (from /debian/rules:179)
A /trunk/debian/snapshot_pub.homelist (from /debian/snapshot_pub.homelist:179)
A /trunk/debian/snapshot_pub.list (from /debian/snapshot_pub.list:179)
A /trunk/debian/snapshot_root.homelist (from /debian/snapshot_root.homelist:179)
A /trunk/debian/snapshot_root.list (from /debian/snapshot_root.list:179)
M /trunk/doc/Makefile.am
D /trunk/etc
D /trunk/lib
D /trunk/man
D /trunk/script
D /trunk/setversion
A /trunk/systraq
A /trunk/systraq/.cvsignore (from /trunk/.cvsignore:178)
A /trunk/systraq/AUTHORS (from /trunk/AUTHORS:178)
A /trunk/systraq/LICENSE (from /trunk/LICENSE:178)
A /trunk/systraq/Makefile.am (from /trunk/Makefile.am:178)
A /trunk/systraq/NEWS (from /trunk/NEWS:178)
A /trunk/systraq/README (from /trunk/README:178)
A /trunk/systraq/THANKS (from /trunk/THANKS:178)
A /trunk/systraq/TODO (from /trunk/TODO:178)
A /trunk/systraq/bootstrap (from /trunk/bootstrap:178)
A /trunk/systraq/configure.ac (from /trunk/configure.ac:178)
A /trunk/systraq/etc (from /trunk/etc:178)
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/filetraq.conf.in
M /trunk/systraq/etc/filetraq.default
M /trunk/systraq/etc/snapshot_pub.homelist
M /trunk/systraq/etc/snapshot_pub.list.in
M /trunk/systraq/etc/snapshot_root.homelist
M /trunk/systraq/etc/snapshot_root.list
M /trunk/systraq/etc/systraq.in
A /trunk/systraq/lib (from /trunk/lib:178)
M /trunk/systraq/lib/Makefile.am
M /trunk/systraq/lib/ak-uptime
M /trunk/systraq/lib/bb-free
M /trunk/systraq/lib/cc-df
M /trunk/systraq/lib/dd-last
M /trunk/systraq/lib/ee-lastlog
M /trunk/systraq/lib/ff-netstat
M /trunk/systraq/lib/gg-ps
A /trunk/systraq/man (from /trunk/man:178)
M /trunk/systraq/man/Makefile.am
M /trunk/systraq/man/st_snapshot.pod
A /trunk/systraq/script (from /trunk/script:178)
M /trunk/systraq/script/Makefile.am
M /trunk/systraq/script/st_snapshot
A /trunk/systraq/setversion (from /trunk/setversion:178)
Move files around to match the intented hierarchy.
------------------------------------------------------------------------
r179 | lfousse | 2005-01-16 15:55:29 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
Systraq is maintained via svn now (commit by Joost).
------------------------------------------------------------------------
r178 | lfousse | 2005-01-16 13:31:25 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/TODO
Another bug (commit for Joost).
------------------------------------------------------------------------
r174 | joostvb | 2004-11-18 21:20:58 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041118
------------------------------------------------------------------------
r173 | joostvb | 2004-11-18 21:12:17 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/TODO
another gotcha for packagers
------------------------------------------------------------------------
r172 | joostvb | 2004-11-18 21:09:24 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
refer to installed example config files
------------------------------------------------------------------------
r171 | joostvb | 2004-11-18 21:01:46 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
install filetraq.conf; install snapshot_ listfiles in doc/systraq/examples, not etc/
------------------------------------------------------------------------
r170 | joostvb | 2004-10-25 08:51:29 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
more notes for upgraders
------------------------------------------------------------------------
r169 | joostvb | 2004-10-25 08:51:16 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_pub.list.in
honor new locations of systraq scripts
------------------------------------------------------------------------
r168 | joostvb | 2004-10-22 09:41:13 +0200 (Fri, 22 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/doc/manual.dbx
added some notes on upgrading
------------------------------------------------------------------------
r167 | joostvb | 2004-10-21 17:52:53 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.9
------------------------------------------------------------------------
r166 | joostvb | 2004-10-21 17:51:14 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
new file locations documented
------------------------------------------------------------------------
r165 | joostvb | 2004-10-21 17:44:11 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r164 | joostvb | 2004-10-21 17:43:00 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
another developers hack documented
------------------------------------------------------------------------
r163 | joostvb | 2004-10-21 17:42:29 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
M /trunk/setversion
automagically expand time and version
------------------------------------------------------------------------
r162 | joostvb | 2004-10-21 17:02:30 +0200 (Thu, 21 Oct 2004) | 3 lines
Changed paths:
M /trunk/lib/Makefile.am
fixed bug which caused symlinks in systraq.d
to point to /*
------------------------------------------------------------------------
r161 | joostvb | 2004-10-17 18:17:21 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.ent.in
*** empty log message ***
------------------------------------------------------------------------
r160 | joostvb | 2004-10-17 17:34:01 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r159 | joostvb | 2004-10-17 14:10:09 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r158 | joostvb | 2004-10-17 14:08:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version version 20041015-cvs.8
------------------------------------------------------------------------
r157 | joostvb | 2004-10-17 14:05:20 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r156 | joostvb | 2004-10-17 14:04:38 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
find run-parts, and give advice if we fail
------------------------------------------------------------------------
r155 | joostvb | 2004-10-17 14:03:56 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
M /trunk/script/Makefile.am
install systraq and st_snapshot in sbindir, not bindir: do not polute all users PATHs: in most common scenarios, people wont run these commands themselves
------------------------------------------------------------------------
r154 | joostvb | 2004-10-17 13:36:34 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.7
------------------------------------------------------------------------
r153 | joostvb | 2004-10-17 13:35:07 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
systraq redesign done, documentation pending
------------------------------------------------------------------------
r152 | joostvb | 2004-10-17 13:34:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/lib/rr-localdigest
ST_LMD5SUMS renamed to ST_LDIGESTS
------------------------------------------------------------------------
r151 | joostvb | 2004-10-17 13:33:57 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
systraq no longer needs ST_LMD5SUMS environment variable
------------------------------------------------------------------------
r150 | joostvb | 2004-10-17 13:33:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
started documenting new systraq script interface
------------------------------------------------------------------------
r149 | joostvb | 2004-10-17 13:00:53 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script
M /trunk/script/.cvsignore
systraq is now generated from systraq.in
------------------------------------------------------------------------
r148 | joostvb | 2004-10-17 13:00:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/TODO
M /trunk/lib
A /trunk/lib/.cvsignore
M /trunk/lib/ww-signature
*** empty log message ***
------------------------------------------------------------------------
r147 | joostvb | 2004-10-17 12:59:27 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
ship new file LICENSE
------------------------------------------------------------------------
r146 | joostvb | 2004-10-17 12:57:23 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
A /trunk/lib/Makefile.am
added infrastructure for stuff in lib/
------------------------------------------------------------------------
r145 | joostvb | 2004-10-17 12:37:40 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq redone: run scripts in specific directory, offer nice environment to these scripts
------------------------------------------------------------------------
r144 | joostvb | 2004-10-17 12:24:42 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq renamed to systraq.in
------------------------------------------------------------------------
r143 | joostvb | 2004-10-17 12:22:29 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
D /trunk/lib/aa-uptime
A /trunk/lib/ak-uptime
A /trunk/lib/ii-shellrc
A /trunk/lib/nn-debsums
A /trunk/lib/rr-localdigest
A /trunk/lib/ww-signature
ripped out of systraq script: configurable now
------------------------------------------------------------------------
r142 | joostvb | 2004-10-16 23:56:04 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r141 | joostvb | 2004-10-16 17:07:15 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
ripping out all configurable bits: phase one
------------------------------------------------------------------------
r140 | joostvb | 2004-10-16 17:06:27 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/lib
A /trunk/lib/aa-uptime
A /trunk/lib/bb-free
A /trunk/lib/cc-df
A /trunk/lib/dd-last
A /trunk/lib/ee-lastlog
A /trunk/lib/ff-netstat
A /trunk/lib/gg-ps
transforming systraq to a run-parts style script
------------------------------------------------------------------------
r139 | joostvb | 2004-10-16 16:48:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
one done
------------------------------------------------------------------------
r138 | joostvb | 2004-10-16 16:44:44 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/LICENSE
M /trunk/Makefile.am
M /trunk/README
M /trunk/THANKS
M /trunk/configure.ac
M /trunk/doc/Makefile.am
M /trunk/doc/html.dsl
M /trunk/doc/print.dsl
M /trunk/etc/Makefile.am
M /trunk/man/st_snapshot.pod
clarified copyright ownership. LICENSE file, listing holders, added
------------------------------------------------------------------------
r137 | joostvb | 2004-10-16 13:52:09 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more TODO
------------------------------------------------------------------------
r136 | joostvb | 2004-10-16 12:06:21 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.6
------------------------------------------------------------------------
r135 | joostvb | 2004-10-16 12:06:07 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
some things are done
------------------------------------------------------------------------
r134 | joostvb | 2004-10-16 12:02:46 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
and the SGML declaration: another build dependency
------------------------------------------------------------------------
r133 | joostvb | 2004-10-16 12:00:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
document build-dependencies: w3m or lynx, openjade or jade, JadeTeX, teTeX
------------------------------------------------------------------------
r132 | joostvb | 2004-10-16 11:54:10 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
use pdfjadetex. somewhat more compliant with non-gnu makes
------------------------------------------------------------------------
r131 | joostvb | 2004-10-16 11:53:26 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
generate pdf directly from tex: do not use ps2pdf, but use pdfjadetex
------------------------------------------------------------------------
r130 | joostvb | 2004-10-16 00:28:45 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
*** empty log message ***
------------------------------------------------------------------------
r129 | joostvb | 2004-10-16 00:26:06 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.5
------------------------------------------------------------------------
r128 | joostvb | 2004-10-16 00:17:24 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r127 | joostvb | 2004-10-16 00:16:49 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/doc/Makefile.am
./configure now fails if needed tools are not found. optionally uses lynx (not w3m) and openjade (not jade) for building. thanks LogReport for inspiration.
------------------------------------------------------------------------
r126 | joostvb | 2004-10-15 21:25:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r125 | joostvb | 2004-10-15 20:59:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.4
------------------------------------------------------------------------
r124 | joostvb | 2004-10-15 20:56:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/configure.ac
M /trunk/doc/manual.ent.in
M /trunk/etc/Makefile.am
M /trunk/man/Makefile.am
some cleanup of copyright statements: the files on which Stichting LogReport Foundation was listed as copyright holder were just trivial and not copyrightable
------------------------------------------------------------------------
r123 | joostvb | 2004-10-15 20:51:02 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/bootstrap
sign and publish targets added, for maintainer
------------------------------------------------------------------------
r122 | joostvb | 2004-10-15 18:22:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.3
------------------------------------------------------------------------
r121 | joostvb | 2004-10-15 18:18:58 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/script/systraq.in
the systraq command no longer uses hardcoded pathnames: pathnames moved to environment variable, cronjob and manual adjusted
------------------------------------------------------------------------
r120 | joostvb | 2004-10-15 17:00:46 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.2
------------------------------------------------------------------------
r119 | joostvb | 2004-10-15 16:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r118 | joostvb | 2004-10-15 16:55:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
st_snapshot is now no longer dependent on ./configure settings: got rid of hardcoded pathnames in the script itself, moved to cronjob invocation
------------------------------------------------------------------------
r117 | joostvb | 2004-10-15 14:59:50 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
oops, do distribute manual.dbx of course
------------------------------------------------------------------------
r116 | joostvb | 2004-10-15 14:59:29 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more ideas
------------------------------------------------------------------------
r115 | joostvb | 2004-10-15 13:46:00 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.1
------------------------------------------------------------------------
r114 | joostvb | 2004-10-15 13:40:25 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
some cleanup of unused variables
------------------------------------------------------------------------
r113 | joostvb | 2004-10-15 13:40:04 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on Jade stuff requirements added
------------------------------------------------------------------------
r112 | joostvb | 2004-10-15 13:05:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
manual.dbx is now fixed: uses flexible path names
------------------------------------------------------------------------
r111 | joostvb | 2004-10-15 13:04:53 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/etc/filetraq.conf.in
M /trunk/etc/snapshot_pub.list.in
M /trunk/etc/systraq.in
@SYSCONF_PATH@ and friends now have a more useful content
------------------------------------------------------------------------
r110 | joostvb | 2004-10-15 12:58:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r109 | joostvb | 2004-10-15 12:40:52 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r108 | joostvb | 2004-10-15 12:40:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
A /trunk/doc/manual.ent.in
generate entities from ./configure
------------------------------------------------------------------------
r107 | joostvb | 2004-10-15 12:39:37 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
use entities as generated by ./configure
------------------------------------------------------------------------
r106 | joostvb | 2004-10-15 12:34:24 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
do not say twice what to do after completion of this script
------------------------------------------------------------------------
r105 | joostvb | 2004-10-15 12:29:10 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
doc_DATA no longer in EXTRA_DIST: more robust during build
------------------------------------------------------------------------
r104 | joostvb | 2004-10-15 10:27:57 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015
------------------------------------------------------------------------
r103 | joostvb | 2004-10-15 10:27:38 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r102 | joostvb | 2004-10-15 10:17:14 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
added section about hacking on systraq
------------------------------------------------------------------------
r101 | joostvb | 2004-10-15 09:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/COPYING
D /trunk/INSTALL
M /trunk/README
use autotools generic INSTALL file
------------------------------------------------------------------------
r100 | joostvb | 2004-10-15 09:54:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/NEWS
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
be consistent about my email address
------------------------------------------------------------------------
r98 | joostvb | 2004-10-15 09:45:11 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more revamping to be done
------------------------------------------------------------------------
r97 | joostvb | 2004-10-15 09:30:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/NEWS
M /trunk/etc
M /trunk/etc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r96 | joostvb | 2004-10-15 09:30:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
now parseable by cvs2cl
------------------------------------------------------------------------
r95 | joostvb | 2004-10-15 09:28:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
no C code: no autoheader needed
------------------------------------------------------------------------
r94 | joostvb | 2004-10-15 09:27:55 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
config files now know about ./configure's sysconfdir
------------------------------------------------------------------------
r93 | joostvb | 2004-10-15 08:50:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/etc/filetraq.conf
A /trunk/etc/filetraq.conf.in
D /trunk/etc/snapshot_pub.list
A /trunk/etc/snapshot_pub.list.in
D /trunk/etc/systraq
A /trunk/etc/systraq.in
get rid of hardcoded /usr/local, but use ./configure setting
------------------------------------------------------------------------
r92 | joostvb | 2004-10-15 08:49:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
use ac_define_dir.m4 which supplies AC_DEFINE_DIR autoconf macro
------------------------------------------------------------------------
r90 | joostvb | 2004-10-15 00:10:06 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r88 | joostvb | 2004-10-15 00:05:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/setversion
A /trunk/users
current autotools features
------------------------------------------------------------------------
r87 | joostvb | 2004-10-15 00:04:22 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
added documentation. force current autotools
------------------------------------------------------------------------
r86 | joostvb | 2004-10-15 00:02:36 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/ChangeLog
M /trunk/NEWS
ChangeLog now autogenerated. NEWS now actually has contents: old ChangeLog
------------------------------------------------------------------------
r85 | joostvb | 2004-10-14 23:38:53 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
A /trunk/configure.ac
D /trunk/configure.in
new autotools naming style
------------------------------------------------------------------------
r84 | joostvb | 2004-10-14 11:50:50 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r83 | joostvb | 2004-10-12 18:11:13 +0200 (Tue, 12 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
another idea
------------------------------------------------------------------------
r82 | joostvb | 2004-08-04 15:33:59 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/script/st_snapshot
partially revert back: get rid of silly OWNEDHOMES: I was missing the point. duh
------------------------------------------------------------------------
r81 | joostvb | 2004-08-04 14:04:40 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
another bugfix. duh.
------------------------------------------------------------------------
r80 | joostvb | 2004-08-04 13:51:35 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r79 | joostvb | 2004-08-04 13:41:26 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r78 | joostvb | 2004-08-04 13:40:48 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
fixed bug in OWNEDHOMES variable setting. introduced sloppy tmpfile handling
------------------------------------------------------------------------
r77 | joostvb | 2004-08-04 13:16:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r76 | joostvb | 2004-08-04 12:59:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/ChangeLog
*** empty log message ***
------------------------------------------------------------------------
r75 | joostvb | 2004-08-04 12:53:00 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/Makefile.am
D /trunk/script/filetraq
D /trunk/script/filetraq.patch
we no longer ship filetraq, but require it
------------------------------------------------------------------------
r74 | joostvb | 2004-08-04 12:13:18 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
fixed stupid wrong comment
------------------------------------------------------------------------
r73 | joostvb | 2004-08-04 12:10:12 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
differ between homedirs owned by user occupying this dir, and those not. on systems were / is a hoemdir for lots of users, systraq was behaving bad.
------------------------------------------------------------------------
r72 | joostvb | 2004-08-04 12:08:20 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.homelist
change .procmail to .procmailrc: the last file is what we want to monitor, not .procmail/log, of course. Thanks Lionel Elie Mamane for bugreport
------------------------------------------------------------------------
r71 | joostvb | 2004-06-30 10:42:53 +0200 (Wed, 30 Jun 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
more alternative packages
------------------------------------------------------------------------
r70 | joostvb | 2004-05-27 06:15:46 +0200 (Thu, 27 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r69 | joostvb | 2004-05-26 12:34:09 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r68 | joostvb | 2004-05-26 12:33:48 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r67 | joostvb | 2004-05-26 11:33:15 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_root.homelist
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r66 | joostvb | 2004-05-26 11:19:30 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r65 | joostvb | 2004-05-26 11:17:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/Makefile.am
A /trunk/etc/filetraq.default
*** empty log message ***
------------------------------------------------------------------------
r64 | joostvb | 2004-05-26 11:13:23 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
note on troubles with some cron versions
------------------------------------------------------------------------
r63 | joostvb | 2004-05-26 11:09:37 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq
M /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r62 | joostvb | 2004-05-26 11:05:06 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq.patch
updated patch, now should fix hassle with changes in binary files too
------------------------------------------------------------------------
r61 | joostvb | 2004-05-26 10:33:50 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.homelist
M /trunk/etc/snapshot_root.homelist
~/.procmail and ~/.maildrop
------------------------------------------------------------------------
r60 | joostvb | 2004-05-26 10:29:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
*** empty log message ***
------------------------------------------------------------------------
r59 | joostvb | 2004-05-26 10:28:53 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on fam and diffmon
------------------------------------------------------------------------
r58 | joostvb | 2003-09-08 11:53:28 +0200 (Mon, 08 Sep 2003) | 2 lines
Changed paths:
M /trunk/TODO
reported cron issue
------------------------------------------------------------------------
r56 | joostvb | 2003-02-23 14:01:24 +0100 (Sun, 23 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r55 | joostvb | 2003-02-09 16:15:18 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r54 | joostvb | 2003-02-09 16:04:20 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r52 | joostvb | 2003-02-09 15:36:16 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r51 | joostvb | 2003-02-06 19:40:30 +0100 (Thu, 06 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/etc/snapshot_pub.homelist
*** empty log message ***
------------------------------------------------------------------------
r49 | joostvb | 2003-01-17 22:34:56 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/etc/systraq
grr. binary diff hassle
------------------------------------------------------------------------
r48 | joostvb | 2003-01-17 22:16:57 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r47 | joostvb | 2002-11-28 21:00:12 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r46 | joostvb | 2002-11-28 20:25:17 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r45 | joostvb | 2002-11-28 20:18:11 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r44 | joostvb | 2002-11-25 23:58:31 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r42 | joostvb | 2002-11-25 23:29:39 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc
M /trunk/doc/.cvsignore
M /trunk/etc
A /trunk/etc/.cvsignore
M /trunk/man
M /trunk/man/.cvsignore
M /trunk/script
A /trunk/script/.cvsignore
D /trunk/script/Makefile
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r41 | joostvb | 2002-10-19 16:41:05 +0200 (Sat, 19 Oct 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r40 | joostvb | 2002-10-14 10:46:39 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r39 | joostvb | 2002-10-14 10:40:51 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/etc/systraq
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r38 | joostvb | 2002-09-01 14:02:26 +0200 (Sun, 01 Sep 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r37 | joostvb | 2002-04-11 11:20:42 +0200 (Thu, 11 Apr 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r36 | joostvb | 2002-03-07 12:12:35 +0100 (Thu, 07 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r35 | joostvb | 2002-03-06 10:29:14 +0100 (Wed, 06 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r33 | joostvb | 2002-02-28 21:19:33 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/Makefile.am
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r32 | joostvb | 2002-02-28 21:02:30 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r31 | joostvb | 2002-02-26 20:13:14 +0100 (Tue, 26 Feb 2002) | 2 lines
Changed paths:
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r30 | joostvb | 2002-02-23 09:47:21 +0100 (Sat, 23 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r29 | joostvb | 2002-01-13 22:00:34 +0100 (Sun, 13 Jan 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/etc/snapshot_pub.list
M /trunk/etc/systraq
M /trunk/script/systraq.in
minor bugfix release
------------------------------------------------------------------------
r28 | joostvb | 2001-12-08 21:57:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r27 | joostvb | 2001-12-08 21:41:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r26 | joostvb | 2001-12-08 20:36:55 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
A /trunk/INSTALL
M /trunk/Makefile.am
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r24 | joostvb | 2001-12-08 20:16:51 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk
A /trunk/.cvsignore
D /trunk/doc/Makefile
D /trunk/etc/Makefile
A /trunk/etc/Makefile.am
M /trunk/man
A /trunk/man/.cvsignore
A /trunk/man/Makefile.am
A /trunk/script/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r23 | joostvb | 2001-12-08 20:15:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/Makefile.am
A /trunk/NEWS
M /trunk/TODO
A /trunk/bootstrap
A /trunk/configure.in
M /trunk/doc/Makefile
A /trunk/doc/Makefile.am
M /trunk/etc/Makefile
M /trunk/script/Makefile
A /trunk/setversion
*** empty log message ***
------------------------------------------------------------------------
r22 | joostvb | 2001-12-08 19:32:36 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r21 | joostvb | 2001-12-08 15:26:27 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r20 | joostvb | 2001-12-08 15:15:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/filetraq
A /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r19 | joostvb | 2001-12-08 14:31:56 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/AUTHORS
A /trunk/COPYING
A /trunk/ChangeLog
A /trunk/README
A /trunk/THANKS
M /trunk/TODO
M /trunk/doc
A /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r18 | joostvb | 2001-12-07 17:20:44 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
A /trunk/etc/Makefile
*** empty log message ***
------------------------------------------------------------------------
r17 | joostvb | 2001-12-07 17:13:23 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r16 | joostvb | 2001-12-07 17:11:17 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.list
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r15 | joostvb | 2001-12-07 16:36:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r14 | joostvb | 2001-12-07 16:26:38 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r13 | joostvb | 2001-12-07 15:29:02 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
*** empty log message ***
------------------------------------------------------------------------
r12 | joostvb | 2001-12-07 15:20:06 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/snapshot_root.homelist
*** empty log message ***
------------------------------------------------------------------------
r11 | joostvb | 2001-12-07 15:13:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.homelist
A /trunk/etc/snapshot_root.list
*** empty log message ***
------------------------------------------------------------------------
r10 | joostvb | 2001-12-07 15:02:25 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc
A /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r9 | joostvb | 2001-12-07 14:29:57 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r8 | joostvb | 2001-12-07 14:05:30 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r7 | joostvb | 2001-12-06 19:11:14 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r6 | joostvb | 2001-12-06 19:08:24 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc/Makefile
A /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
A /trunk/doc/print.dsl
*** empty log message ***
------------------------------------------------------------------------
r5 | joostvb | 2001-12-06 15:18:20 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
A /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r4 | joostvb | 2001-12-06 12:45:25 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc
A /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r3 | joostvb | 2001-12-06 12:26:18 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/script
A /trunk/script/Makefile
A /trunk/script/filetraq
A /trunk/script/st_snapshot
moved from tools/
------------------------------------------------------------------------
r2 | joostvb | 2001-12-06 12:25:17 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/man
A /trunk/man/st_snapshot.pod
*** empty log message ***
------------------------------------------------------------------------
r226 | joostvb | 2005-02-13 15:21:59 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/configure.ac
M /trunk/systraq/man/Makefile.am
deal with lacking xsltproc and manpage stylesheets on build host
------------------------------------------------------------------------
r224 | joostvb | 2005-02-13 14:59:23 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
D /trunk/systraq/doc/manual.ent.in
manual.ent.in moved to ../man.ent.in
------------------------------------------------------------------------
r223 | joostvb | 2005-02-13 14:55:38 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/bootstrap
make sure ChangeLog looks nice
------------------------------------------------------------------------
r222 | joostvb | 2005-02-13 14:54:52 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/man/st_snapshot.hourly.dbx
manpage finished
------------------------------------------------------------------------
r221 | joostvb | 2005-02-13 14:52:33 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
refer to st_snapshot.hourly manpage
------------------------------------------------------------------------
r220 | joostvb | 2005-02-13 13:11:49 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r219 | joostvb | 2005-02-13 13:10:55 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r218 | joostvb | 2005-02-13 13:10:45 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/script/st_snapshot.hourly.in
be even more user-friendly
------------------------------------------------------------------------
r217 | joostvb | 2005-02-13 13:10:10 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/man/st_snapshot.hourly.dbx
completing manpage
------------------------------------------------------------------------
r216 | joostvb | 2005-02-13 12:43:45 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/bootstrap
M /trunk/systraq/configure.ac
M /trunk/systraq/doc/Makefile.am
M /trunk/systraq/doc/manual.dbx
M /trunk/systraq/man/Makefile.am
both manpage and manual want to use same configure-expanded variable: dbx build system overhaul
------------------------------------------------------------------------
r215 | joostvb | 2005-02-12 23:40:22 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/man/Makefile.am
------------------------------------------------------------------------
r214 | joostvb | 2005-02-12 23:35:44 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/man/st_snapshot.hourly.dbx
need to finish manpage
------------------------------------------------------------------------
r213 | joostvb | 2005-02-12 23:31:08 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/man/Makefile.am
A /trunk/systraq/man/st_snapshot.hourly.dbx
st_snapshot.hourly manpage, first shot
------------------------------------------------------------------------
r212 | joostvb | 2005-02-12 21:57:51 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r211 | joostvb | 2005-02-12 21:39:39 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/systraq_is_unconfigured
do not install systraq_is_unconfigured: this tarball behaves just fine.
------------------------------------------------------------------------
r210 | joostvb | 2005-02-12 21:38:55 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
some stuff is done
------------------------------------------------------------------------
r209 | joostvb | 2005-02-12 21:30:59 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/Makefile.am
rumours about Debian Bug#291619 turned out to be just that
------------------------------------------------------------------------
r207 | joostvb | 2005-02-12 17:29:40 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/LICENSE
it is 2005
------------------------------------------------------------------------
r206 | joostvb | 2005-02-12 17:27:41 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
commit mailing list created
------------------------------------------------------------------------
r204 | joostvb | 2005-02-11 20:00:51 +0100 (Fri, 11 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/etc/systraq_is_unconfigured
more stuff to do with etc/systraq_is_unconfigured
------------------------------------------------------------------------
r203 | joostvb | 2005-02-09 22:25:20 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/NEWS
------------------------------------------------------------------------
r202 | joostvb | 2005-02-09 22:15:48 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/configure.ac
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/systraq.in
M /trunk/systraq/script/Makefile.am
A /trunk/systraq/script/st_snapshot.hourly.in
wrapper for st_snapshot cronjob
------------------------------------------------------------------------
r201 | joostvb | 2005-02-09 22:14:39 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/etc/systraq_is_unconfigured
be nice to people doing a fresh install: supply a helpful note to them, instead of an ugly hourly error message from cron
------------------------------------------------------------------------
r200 | joostvb | 2005-02-09 21:37:31 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/Makefile.am
revert back to not using openjade -c catalogfile: it does not solve the network access problem, and introduced another problem
------------------------------------------------------------------------
r199 | joostvb | 2005-02-09 18:59:33 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
------------------------------------------------------------------------
r198 | joostvb | 2005-02-09 18:56:17 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
we use examplepath too
------------------------------------------------------------------------
r197 | joostvb | 2005-02-05 16:30:01 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
more tips for maintaining filetraq.conf, including caspar integration tips
------------------------------------------------------------------------
r196 | joostvb | 2005-02-05 16:23:29 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
more earlier reported bugs/ideas
------------------------------------------------------------------------
r195 | joostvb | 2005-02-05 16:20:47 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ii-shellrc
M /trunk/systraq/lib/nn-debsums
M /trunk/systraq/lib/rr-localdigest
M /trunk/systraq/lib/ww-signature
svn tags
------------------------------------------------------------------------
r194 | joostvb | 2005-02-05 16:17:34 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ff-netstat
list ipv6 connections too
------------------------------------------------------------------------
r193 | joostvb | 2005-02-05 16:12:35 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/rr-localdigest
fixed typo
------------------------------------------------------------------------
r192 | joostvb | 2005-02-03 08:59:02 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
D /trunk/systraq/doc/ChangeLog.2004
M /trunk/systraq/doc/Makefile.am
worked around svn2cl issues. just run raw "svn log"
------------------------------------------------------------------------
r191 | joostvb | 2005-02-03 08:52:19 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
a commit mailing list would be nice
------------------------------------------------------------------------
r190 | joostvb | 2005-02-03 08:26:00 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
another idea about svn2cl
------------------------------------------------------------------------
r189 | joostvb | 2005-02-02 21:59:28 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
svn2cl hassle
------------------------------------------------------------------------
r188 | joostvb | 2005-02-02 21:27:51 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
M /trunk/systraq/doc/Makefile.am
no longer user cvs2cl, but use svn2cl
------------------------------------------------------------------------
r187 | joostvb | 2005-02-02 21:26:11 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/doc/ChangeLog.2004
ChangeLog from the CVS era. Our svn2cl chokes on drastically moved files, so just keep this one here
------------------------------------------------------------------------
r186 | joostvb | 2005-02-02 20:57:31 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/dd-last
last is not that dumb: use -n
------------------------------------------------------------------------
r185 | lfousse | 2005-02-02 16:45:26 +0100 (Wed, 02 Feb 2005) | 2 lines
Changed paths:
M /trunk/systraq/TODO
Commit emails should work now.
------------------------------------------------------------------------
r184 | joostvb | 2005-02-01 06:57:32 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r183 | joostvb | 2005-02-01 06:54:25 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r182 | joostvb | 2005-02-01 06:50:35 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/THANKS
------------------------------------------------------------------------
r181 | lfousse | 2005-01-23 18:55:27 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /trunk/doc
A /trunk/systraq/doc (from /trunk/doc:179)
R /trunk/systraq/doc/Makefile.am (from /trunk/doc/Makefile.am:180)
M /trunk/systraq/doc/html.dsl
M /trunk/systraq/doc/manual.ent.in
M /trunk/systraq/doc/print.dsl
Forgot to move `doc'.
------------------------------------------------------------------------
r180 | lfousse | 2005-01-23 18:54:03 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /debian
D /trunk/.cvsignore
D /trunk/AUTHORS
D /trunk/LICENSE
D /trunk/Makefile.am
D /trunk/NEWS
D /trunk/README
D /trunk/THANKS
D /trunk/TODO
D /trunk/bootstrap
D /trunk/configure.ac
A /trunk/debian (from /debian:175)
R /trunk/debian/README.Debian (from /debian/README.Debian:179)
R /trunk/debian/changelog (from /debian/changelog:179)
R /trunk/debian/control (from /debian/control:179)
R /trunk/debian/rules (from /debian/rules:179)
A /trunk/debian/snapshot_pub.homelist (from /debian/snapshot_pub.homelist:179)
A /trunk/debian/snapshot_pub.list (from /debian/snapshot_pub.list:179)
A /trunk/debian/snapshot_root.homelist (from /debian/snapshot_root.homelist:179)
A /trunk/debian/snapshot_root.list (from /debian/snapshot_root.list:179)
M /trunk/doc/Makefile.am
D /trunk/etc
D /trunk/lib
D /trunk/man
D /trunk/script
D /trunk/setversion
A /trunk/systraq
A /trunk/systraq/.cvsignore (from /trunk/.cvsignore:178)
A /trunk/systraq/AUTHORS (from /trunk/AUTHORS:178)
A /trunk/systraq/LICENSE (from /trunk/LICENSE:178)
A /trunk/systraq/Makefile.am (from /trunk/Makefile.am:178)
A /trunk/systraq/NEWS (from /trunk/NEWS:178)
A /trunk/systraq/README (from /trunk/README:178)
A /trunk/systraq/THANKS (from /trunk/THANKS:178)
A /trunk/systraq/TODO (from /trunk/TODO:178)
A /trunk/systraq/bootstrap (from /trunk/bootstrap:178)
A /trunk/systraq/configure.ac (from /trunk/configure.ac:178)
A /trunk/systraq/etc (from /trunk/etc:178)
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/filetraq.conf.in
M /trunk/systraq/etc/filetraq.default
M /trunk/systraq/etc/snapshot_pub.homelist
M /trunk/systraq/etc/snapshot_pub.list.in
M /trunk/systraq/etc/snapshot_root.homelist
M /trunk/systraq/etc/snapshot_root.list
M /trunk/systraq/etc/systraq.in
A /trunk/systraq/lib (from /trunk/lib:178)
M /trunk/systraq/lib/Makefile.am
M /trunk/systraq/lib/ak-uptime
M /trunk/systraq/lib/bb-free
M /trunk/systraq/lib/cc-df
M /trunk/systraq/lib/dd-last
M /trunk/systraq/lib/ee-lastlog
M /trunk/systraq/lib/ff-netstat
M /trunk/systraq/lib/gg-ps
A /trunk/systraq/man (from /trunk/man:178)
M /trunk/systraq/man/Makefile.am
M /trunk/systraq/man/st_snapshot.pod
A /trunk/systraq/script (from /trunk/script:178)
M /trunk/systraq/script/Makefile.am
M /trunk/systraq/script/st_snapshot
A /trunk/systraq/setversion (from /trunk/setversion:178)
Move files around to match the intented hierarchy.
------------------------------------------------------------------------
r179 | lfousse | 2005-01-16 15:55:29 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
Systraq is maintained via svn now (commit by Joost).
------------------------------------------------------------------------
r178 | lfousse | 2005-01-16 13:31:25 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/TODO
Another bug (commit for Joost).
------------------------------------------------------------------------
r174 | joostvb | 2004-11-18 21:20:58 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041118
------------------------------------------------------------------------
r173 | joostvb | 2004-11-18 21:12:17 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/TODO
another gotcha for packagers
------------------------------------------------------------------------
r172 | joostvb | 2004-11-18 21:09:24 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
refer to installed example config files
------------------------------------------------------------------------
r171 | joostvb | 2004-11-18 21:01:46 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
install filetraq.conf; install snapshot_ listfiles in doc/systraq/examples, not etc/
------------------------------------------------------------------------
r170 | joostvb | 2004-10-25 08:51:29 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
more notes for upgraders
------------------------------------------------------------------------
r169 | joostvb | 2004-10-25 08:51:16 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_pub.list.in
honor new locations of systraq scripts
------------------------------------------------------------------------
r168 | joostvb | 2004-10-22 09:41:13 +0200 (Fri, 22 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/doc/manual.dbx
added some notes on upgrading
------------------------------------------------------------------------
r167 | joostvb | 2004-10-21 17:52:53 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.9
------------------------------------------------------------------------
r166 | joostvb | 2004-10-21 17:51:14 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
new file locations documented
------------------------------------------------------------------------
r165 | joostvb | 2004-10-21 17:44:11 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r164 | joostvb | 2004-10-21 17:43:00 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
another developers hack documented
------------------------------------------------------------------------
r163 | joostvb | 2004-10-21 17:42:29 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
M /trunk/setversion
automagically expand time and version
------------------------------------------------------------------------
r162 | joostvb | 2004-10-21 17:02:30 +0200 (Thu, 21 Oct 2004) | 3 lines
Changed paths:
M /trunk/lib/Makefile.am
fixed bug which caused symlinks in systraq.d
to point to /*
------------------------------------------------------------------------
r161 | joostvb | 2004-10-17 18:17:21 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.ent.in
*** empty log message ***
------------------------------------------------------------------------
r160 | joostvb | 2004-10-17 17:34:01 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r159 | joostvb | 2004-10-17 14:10:09 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r158 | joostvb | 2004-10-17 14:08:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version version 20041015-cvs.8
------------------------------------------------------------------------
r157 | joostvb | 2004-10-17 14:05:20 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r156 | joostvb | 2004-10-17 14:04:38 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
find run-parts, and give advice if we fail
------------------------------------------------------------------------
r155 | joostvb | 2004-10-17 14:03:56 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
M /trunk/script/Makefile.am
install systraq and st_snapshot in sbindir, not bindir: do not polute all users PATHs: in most common scenarios, people wont run these commands themselves
------------------------------------------------------------------------
r154 | joostvb | 2004-10-17 13:36:34 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.7
------------------------------------------------------------------------
r153 | joostvb | 2004-10-17 13:35:07 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
systraq redesign done, documentation pending
------------------------------------------------------------------------
r152 | joostvb | 2004-10-17 13:34:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/lib/rr-localdigest
ST_LMD5SUMS renamed to ST_LDIGESTS
------------------------------------------------------------------------
r151 | joostvb | 2004-10-17 13:33:57 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
systraq no longer needs ST_LMD5SUMS environment variable
------------------------------------------------------------------------
r150 | joostvb | 2004-10-17 13:33:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
started documenting new systraq script interface
------------------------------------------------------------------------
r149 | joostvb | 2004-10-17 13:00:53 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script
M /trunk/script/.cvsignore
systraq is now generated from systraq.in
------------------------------------------------------------------------
r148 | joostvb | 2004-10-17 13:00:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/TODO
M /trunk/lib
A /trunk/lib/.cvsignore
M /trunk/lib/ww-signature
*** empty log message ***
------------------------------------------------------------------------
r147 | joostvb | 2004-10-17 12:59:27 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
ship new file LICENSE
------------------------------------------------------------------------
r146 | joostvb | 2004-10-17 12:57:23 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
A /trunk/lib/Makefile.am
added infrastructure for stuff in lib/
------------------------------------------------------------------------
r145 | joostvb | 2004-10-17 12:37:40 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq redone: run scripts in specific directory, offer nice environment to these scripts
------------------------------------------------------------------------
r144 | joostvb | 2004-10-17 12:24:42 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq renamed to systraq.in
------------------------------------------------------------------------
r143 | joostvb | 2004-10-17 12:22:29 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
D /trunk/lib/aa-uptime
A /trunk/lib/ak-uptime
A /trunk/lib/ii-shellrc
A /trunk/lib/nn-debsums
A /trunk/lib/rr-localdigest
A /trunk/lib/ww-signature
ripped out of systraq script: configurable now
------------------------------------------------------------------------
r142 | joostvb | 2004-10-16 23:56:04 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r141 | joostvb | 2004-10-16 17:07:15 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
ripping out all configurable bits: phase one
------------------------------------------------------------------------
r140 | joostvb | 2004-10-16 17:06:27 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/lib
A /trunk/lib/aa-uptime
A /trunk/lib/bb-free
A /trunk/lib/cc-df
A /trunk/lib/dd-last
A /trunk/lib/ee-lastlog
A /trunk/lib/ff-netstat
A /trunk/lib/gg-ps
transforming systraq to a run-parts style script
------------------------------------------------------------------------
r139 | joostvb | 2004-10-16 16:48:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
one done
------------------------------------------------------------------------
r138 | joostvb | 2004-10-16 16:44:44 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/LICENSE
M /trunk/Makefile.am
M /trunk/README
M /trunk/THANKS
M /trunk/configure.ac
M /trunk/doc/Makefile.am
M /trunk/doc/html.dsl
M /trunk/doc/print.dsl
M /trunk/etc/Makefile.am
M /trunk/man/st_snapshot.pod
clarified copyright ownership. LICENSE file, listing holders, added
------------------------------------------------------------------------
r137 | joostvb | 2004-10-16 13:52:09 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more TODO
------------------------------------------------------------------------
r136 | joostvb | 2004-10-16 12:06:21 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.6
------------------------------------------------------------------------
r135 | joostvb | 2004-10-16 12:06:07 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
some things are done
------------------------------------------------------------------------
r134 | joostvb | 2004-10-16 12:02:46 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
and the SGML declaration: another build dependency
------------------------------------------------------------------------
r133 | joostvb | 2004-10-16 12:00:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
document build-dependencies: w3m or lynx, openjade or jade, JadeTeX, teTeX
------------------------------------------------------------------------
r132 | joostvb | 2004-10-16 11:54:10 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
use pdfjadetex. somewhat more compliant with non-gnu makes
------------------------------------------------------------------------
r131 | joostvb | 2004-10-16 11:53:26 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
generate pdf directly from tex: do not use ps2pdf, but use pdfjadetex
------------------------------------------------------------------------
r130 | joostvb | 2004-10-16 00:28:45 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
*** empty log message ***
------------------------------------------------------------------------
r129 | joostvb | 2004-10-16 00:26:06 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.5
------------------------------------------------------------------------
r128 | joostvb | 2004-10-16 00:17:24 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r127 | joostvb | 2004-10-16 00:16:49 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/doc/Makefile.am
./configure now fails if needed tools are not found. optionally uses lynx (not w3m) and openjade (not jade) for building. thanks LogReport for inspiration.
------------------------------------------------------------------------
r126 | joostvb | 2004-10-15 21:25:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r125 | joostvb | 2004-10-15 20:59:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.4
------------------------------------------------------------------------
r124 | joostvb | 2004-10-15 20:56:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/configure.ac
M /trunk/doc/manual.ent.in
M /trunk/etc/Makefile.am
M /trunk/man/Makefile.am
some cleanup of copyright statements: the files on which Stichting LogReport Foundation was listed as copyright holder were just trivial and not copyrightable
------------------------------------------------------------------------
r123 | joostvb | 2004-10-15 20:51:02 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/bootstrap
sign and publish targets added, for maintainer
------------------------------------------------------------------------
r122 | joostvb | 2004-10-15 18:22:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.3
------------------------------------------------------------------------
r121 | joostvb | 2004-10-15 18:18:58 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/script/systraq.in
the systraq command no longer uses hardcoded pathnames: pathnames moved to environment variable, cronjob and manual adjusted
------------------------------------------------------------------------
r120 | joostvb | 2004-10-15 17:00:46 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.2
------------------------------------------------------------------------
r119 | joostvb | 2004-10-15 16:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r118 | joostvb | 2004-10-15 16:55:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
st_snapshot is now no longer dependent on ./configure settings: got rid of hardcoded pathnames in the script itself, moved to cronjob invocation
------------------------------------------------------------------------
r117 | joostvb | 2004-10-15 14:59:50 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
oops, do distribute manual.dbx of course
------------------------------------------------------------------------
r116 | joostvb | 2004-10-15 14:59:29 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more ideas
------------------------------------------------------------------------
r115 | joostvb | 2004-10-15 13:46:00 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.1
------------------------------------------------------------------------
r114 | joostvb | 2004-10-15 13:40:25 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
some cleanup of unused variables
------------------------------------------------------------------------
r113 | joostvb | 2004-10-15 13:40:04 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on Jade stuff requirements added
------------------------------------------------------------------------
r112 | joostvb | 2004-10-15 13:05:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
manual.dbx is now fixed: uses flexible path names
------------------------------------------------------------------------
r111 | joostvb | 2004-10-15 13:04:53 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/etc/filetraq.conf.in
M /trunk/etc/snapshot_pub.list.in
M /trunk/etc/systraq.in
@SYSCONF_PATH@ and friends now have a more useful content
------------------------------------------------------------------------
r110 | joostvb | 2004-10-15 12:58:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r109 | joostvb | 2004-10-15 12:40:52 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r108 | joostvb | 2004-10-15 12:40:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
A /trunk/doc/manual.ent.in
generate entities from ./configure
------------------------------------------------------------------------
r107 | joostvb | 2004-10-15 12:39:37 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
use entities as generated by ./configure
------------------------------------------------------------------------
r106 | joostvb | 2004-10-15 12:34:24 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
do not say twice what to do after completion of this script
------------------------------------------------------------------------
r105 | joostvb | 2004-10-15 12:29:10 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
doc_DATA no longer in EXTRA_DIST: more robust during build
------------------------------------------------------------------------
r104 | joostvb | 2004-10-15 10:27:57 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015
------------------------------------------------------------------------
r103 | joostvb | 2004-10-15 10:27:38 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r102 | joostvb | 2004-10-15 10:17:14 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
added section about hacking on systraq
------------------------------------------------------------------------
r101 | joostvb | 2004-10-15 09:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/COPYING
D /trunk/INSTALL
M /trunk/README
use autotools generic INSTALL file
------------------------------------------------------------------------
r100 | joostvb | 2004-10-15 09:54:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/NEWS
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
be consistent about my email address
------------------------------------------------------------------------
r98 | joostvb | 2004-10-15 09:45:11 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more revamping to be done
------------------------------------------------------------------------
r97 | joostvb | 2004-10-15 09:30:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/NEWS
M /trunk/etc
M /trunk/etc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r96 | joostvb | 2004-10-15 09:30:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
now parseable by cvs2cl
------------------------------------------------------------------------
r95 | joostvb | 2004-10-15 09:28:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
no C code: no autoheader needed
------------------------------------------------------------------------
r94 | joostvb | 2004-10-15 09:27:55 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
config files now know about ./configure's sysconfdir
------------------------------------------------------------------------
r93 | joostvb | 2004-10-15 08:50:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/etc/filetraq.conf
A /trunk/etc/filetraq.conf.in
D /trunk/etc/snapshot_pub.list
A /trunk/etc/snapshot_pub.list.in
D /trunk/etc/systraq
A /trunk/etc/systraq.in
get rid of hardcoded /usr/local, but use ./configure setting
------------------------------------------------------------------------
r92 | joostvb | 2004-10-15 08:49:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
use ac_define_dir.m4 which supplies AC_DEFINE_DIR autoconf macro
------------------------------------------------------------------------
r90 | joostvb | 2004-10-15 00:10:06 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r88 | joostvb | 2004-10-15 00:05:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/setversion
A /trunk/users
current autotools features
------------------------------------------------------------------------
r87 | joostvb | 2004-10-15 00:04:22 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
added documentation. force current autotools
------------------------------------------------------------------------
r86 | joostvb | 2004-10-15 00:02:36 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/ChangeLog
M /trunk/NEWS
ChangeLog now autogenerated. NEWS now actually has contents: old ChangeLog
------------------------------------------------------------------------
r85 | joostvb | 2004-10-14 23:38:53 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
A /trunk/configure.ac
D /trunk/configure.in
new autotools naming style
------------------------------------------------------------------------
r84 | joostvb | 2004-10-14 11:50:50 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r83 | joostvb | 2004-10-12 18:11:13 +0200 (Tue, 12 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
another idea
------------------------------------------------------------------------
r82 | joostvb | 2004-08-04 15:33:59 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/script/st_snapshot
partially revert back: get rid of silly OWNEDHOMES: I was missing the point. duh
------------------------------------------------------------------------
r81 | joostvb | 2004-08-04 14:04:40 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
another bugfix. duh.
------------------------------------------------------------------------
r80 | joostvb | 2004-08-04 13:51:35 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r79 | joostvb | 2004-08-04 13:41:26 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r78 | joostvb | 2004-08-04 13:40:48 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
fixed bug in OWNEDHOMES variable setting. introduced sloppy tmpfile handling
------------------------------------------------------------------------
r77 | joostvb | 2004-08-04 13:16:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r76 | joostvb | 2004-08-04 12:59:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/ChangeLog
*** empty log message ***
------------------------------------------------------------------------
r75 | joostvb | 2004-08-04 12:53:00 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/Makefile.am
D /trunk/script/filetraq
D /trunk/script/filetraq.patch
we no longer ship filetraq, but require it
------------------------------------------------------------------------
r74 | joostvb | 2004-08-04 12:13:18 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
fixed stupid wrong comment
------------------------------------------------------------------------
r73 | joostvb | 2004-08-04 12:10:12 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
differ between homedirs owned by user occupying this dir, and those not. on systems were / is a hoemdir for lots of users, systraq was behaving bad.
------------------------------------------------------------------------
r72 | joostvb | 2004-08-04 12:08:20 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.homelist
change .procmail to .procmailrc: the last file is what we want to monitor, not .procmail/log, of course. Thanks Lionel Elie Mamane for bugreport
------------------------------------------------------------------------
r71 | joostvb | 2004-06-30 10:42:53 +0200 (Wed, 30 Jun 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
more alternative packages
------------------------------------------------------------------------
r70 | joostvb | 2004-05-27 06:15:46 +0200 (Thu, 27 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r69 | joostvb | 2004-05-26 12:34:09 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r68 | joostvb | 2004-05-26 12:33:48 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r67 | joostvb | 2004-05-26 11:33:15 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_root.homelist
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r66 | joostvb | 2004-05-26 11:19:30 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r65 | joostvb | 2004-05-26 11:17:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/Makefile.am
A /trunk/etc/filetraq.default
*** empty log message ***
------------------------------------------------------------------------
r64 | joostvb | 2004-05-26 11:13:23 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
note on troubles with some cron versions
------------------------------------------------------------------------
r63 | joostvb | 2004-05-26 11:09:37 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq
M /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r62 | joostvb | 2004-05-26 11:05:06 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq.patch
updated patch, now should fix hassle with changes in binary files too
------------------------------------------------------------------------
r61 | joostvb | 2004-05-26 10:33:50 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.homelist
M /trunk/etc/snapshot_root.homelist
~/.procmail and ~/.maildrop
------------------------------------------------------------------------
r60 | joostvb | 2004-05-26 10:29:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
*** empty log message ***
------------------------------------------------------------------------
r59 | joostvb | 2004-05-26 10:28:53 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on fam and diffmon
------------------------------------------------------------------------
r58 | joostvb | 2003-09-08 11:53:28 +0200 (Mon, 08 Sep 2003) | 2 lines
Changed paths:
M /trunk/TODO
reported cron issue
------------------------------------------------------------------------
r56 | joostvb | 2003-02-23 14:01:24 +0100 (Sun, 23 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r55 | joostvb | 2003-02-09 16:15:18 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r54 | joostvb | 2003-02-09 16:04:20 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r52 | joostvb | 2003-02-09 15:36:16 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r51 | joostvb | 2003-02-06 19:40:30 +0100 (Thu, 06 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/etc/snapshot_pub.homelist
*** empty log message ***
------------------------------------------------------------------------
r49 | joostvb | 2003-01-17 22:34:56 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/etc/systraq
grr. binary diff hassle
------------------------------------------------------------------------
r48 | joostvb | 2003-01-17 22:16:57 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r47 | joostvb | 2002-11-28 21:00:12 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r46 | joostvb | 2002-11-28 20:25:17 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r45 | joostvb | 2002-11-28 20:18:11 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r44 | joostvb | 2002-11-25 23:58:31 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r42 | joostvb | 2002-11-25 23:29:39 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc
M /trunk/doc/.cvsignore
M /trunk/etc
A /trunk/etc/.cvsignore
M /trunk/man
M /trunk/man/.cvsignore
M /trunk/script
A /trunk/script/.cvsignore
D /trunk/script/Makefile
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r41 | joostvb | 2002-10-19 16:41:05 +0200 (Sat, 19 Oct 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r40 | joostvb | 2002-10-14 10:46:39 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r39 | joostvb | 2002-10-14 10:40:51 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/etc/systraq
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r38 | joostvb | 2002-09-01 14:02:26 +0200 (Sun, 01 Sep 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r37 | joostvb | 2002-04-11 11:20:42 +0200 (Thu, 11 Apr 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r36 | joostvb | 2002-03-07 12:12:35 +0100 (Thu, 07 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r35 | joostvb | 2002-03-06 10:29:14 +0100 (Wed, 06 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r33 | joostvb | 2002-02-28 21:19:33 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/Makefile.am
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r32 | joostvb | 2002-02-28 21:02:30 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r31 | joostvb | 2002-02-26 20:13:14 +0100 (Tue, 26 Feb 2002) | 2 lines
Changed paths:
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r30 | joostvb | 2002-02-23 09:47:21 +0100 (Sat, 23 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r29 | joostvb | 2002-01-13 22:00:34 +0100 (Sun, 13 Jan 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/etc/snapshot_pub.list
M /trunk/etc/systraq
M /trunk/script/systraq.in
minor bugfix release
------------------------------------------------------------------------
r28 | joostvb | 2001-12-08 21:57:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r27 | joostvb | 2001-12-08 21:41:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r26 | joostvb | 2001-12-08 20:36:55 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
A /trunk/INSTALL
M /trunk/Makefile.am
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r24 | joostvb | 2001-12-08 20:16:51 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk
A /trunk/.cvsignore
D /trunk/doc/Makefile
D /trunk/etc/Makefile
A /trunk/etc/Makefile.am
M /trunk/man
A /trunk/man/.cvsignore
A /trunk/man/Makefile.am
A /trunk/script/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r23 | joostvb | 2001-12-08 20:15:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/Makefile.am
A /trunk/NEWS
M /trunk/TODO
A /trunk/bootstrap
A /trunk/configure.in
M /trunk/doc/Makefile
A /trunk/doc/Makefile.am
M /trunk/etc/Makefile
M /trunk/script/Makefile
A /trunk/setversion
*** empty log message ***
------------------------------------------------------------------------
r22 | joostvb | 2001-12-08 19:32:36 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r21 | joostvb | 2001-12-08 15:26:27 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r20 | joostvb | 2001-12-08 15:15:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/filetraq
A /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r19 | joostvb | 2001-12-08 14:31:56 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/AUTHORS
A /trunk/COPYING
A /trunk/ChangeLog
A /trunk/README
A /trunk/THANKS
M /trunk/TODO
M /trunk/doc
A /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r18 | joostvb | 2001-12-07 17:20:44 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
A /trunk/etc/Makefile
*** empty log message ***
------------------------------------------------------------------------
r17 | joostvb | 2001-12-07 17:13:23 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r16 | joostvb | 2001-12-07 17:11:17 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.list
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r15 | joostvb | 2001-12-07 16:36:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r14 | joostvb | 2001-12-07 16:26:38 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r13 | joostvb | 2001-12-07 15:29:02 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
*** empty log message ***
------------------------------------------------------------------------
r12 | joostvb | 2001-12-07 15:20:06 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/snapshot_root.homelist
*** empty log message ***
------------------------------------------------------------------------
r11 | joostvb | 2001-12-07 15:13:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.homelist
A /trunk/etc/snapshot_root.list
*** empty log message ***
------------------------------------------------------------------------
r10 | joostvb | 2001-12-07 15:02:25 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc
A /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r9 | joostvb | 2001-12-07 14:29:57 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r8 | joostvb | 2001-12-07 14:05:30 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r7 | joostvb | 2001-12-06 19:11:14 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r6 | joostvb | 2001-12-06 19:08:24 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc/Makefile
A /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
A /trunk/doc/print.dsl
*** empty log message ***
------------------------------------------------------------------------
r5 | joostvb | 2001-12-06 15:18:20 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
A /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r4 | joostvb | 2001-12-06 12:45:25 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc
A /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r3 | joostvb | 2001-12-06 12:26:18 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/script
A /trunk/script/Makefile
A /trunk/script/filetraq
A /trunk/script/st_snapshot
moved from tools/
------------------------------------------------------------------------
r2 | joostvb | 2001-12-06 12:25:17 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/man
A /trunk/man/st_snapshot.pod
*** empty log message ***
------------------------------------------------------------------------
r204 | joostvb | 2005-02-11 20:00:51 +0100 (Fri, 11 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/etc/systraq_is_unconfigured
more stuff to do with etc/systraq_is_unconfigured
------------------------------------------------------------------------
r203 | joostvb | 2005-02-09 22:25:20 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/NEWS
------------------------------------------------------------------------
r202 | joostvb | 2005-02-09 22:15:48 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/configure.ac
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/systraq.in
M /trunk/systraq/script/Makefile.am
A /trunk/systraq/script/st_snapshot.hourly.in
wrapper for st_snapshot cronjob
------------------------------------------------------------------------
r201 | joostvb | 2005-02-09 22:14:39 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/etc/systraq_is_unconfigured
be nice to people doing a fresh install: supply a helpful note to them, instead of an ugly hourly error message from cron
------------------------------------------------------------------------
r200 | joostvb | 2005-02-09 21:37:31 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/Makefile.am
revert back to not using openjade -c catalogfile: it does not solve the network access problem, and introduced another problem
------------------------------------------------------------------------
r199 | joostvb | 2005-02-09 18:59:33 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
------------------------------------------------------------------------
r198 | joostvb | 2005-02-09 18:56:17 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
we use examplepath too
------------------------------------------------------------------------
r197 | joostvb | 2005-02-05 16:30:01 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
more tips for maintaining filetraq.conf, including caspar integration tips
------------------------------------------------------------------------
r196 | joostvb | 2005-02-05 16:23:29 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
more earlier reported bugs/ideas
------------------------------------------------------------------------
r195 | joostvb | 2005-02-05 16:20:47 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ii-shellrc
M /trunk/systraq/lib/nn-debsums
M /trunk/systraq/lib/rr-localdigest
M /trunk/systraq/lib/ww-signature
svn tags
------------------------------------------------------------------------
r194 | joostvb | 2005-02-05 16:17:34 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ff-netstat
list ipv6 connections too
------------------------------------------------------------------------
r193 | joostvb | 2005-02-05 16:12:35 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/rr-localdigest
fixed typo
------------------------------------------------------------------------
r192 | joostvb | 2005-02-03 08:59:02 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
D /trunk/systraq/doc/ChangeLog.2004
M /trunk/systraq/doc/Makefile.am
worked around svn2cl issues. just run raw "svn log"
------------------------------------------------------------------------
r191 | joostvb | 2005-02-03 08:52:19 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
a commit mailing list would be nice
------------------------------------------------------------------------
r190 | joostvb | 2005-02-03 08:26:00 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
another idea about svn2cl
------------------------------------------------------------------------
r189 | joostvb | 2005-02-02 21:59:28 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
svn2cl hassle
------------------------------------------------------------------------
r188 | joostvb | 2005-02-02 21:27:51 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
M /trunk/systraq/doc/Makefile.am
no longer user cvs2cl, but use svn2cl
------------------------------------------------------------------------
r187 | joostvb | 2005-02-02 21:26:11 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/doc/ChangeLog.2004
ChangeLog from the CVS era. Our svn2cl chokes on drastically moved files, so just keep this one here
------------------------------------------------------------------------
r186 | joostvb | 2005-02-02 20:57:31 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/dd-last
last is not that dumb: use -n
------------------------------------------------------------------------
r185 | lfousse | 2005-02-02 16:45:26 +0100 (Wed, 02 Feb 2005) | 2 lines
Changed paths:
M /trunk/systraq/TODO
Commit emails should work now.
------------------------------------------------------------------------
r184 | joostvb | 2005-02-01 06:57:32 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r183 | joostvb | 2005-02-01 06:54:25 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r182 | joostvb | 2005-02-01 06:50:35 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/THANKS
------------------------------------------------------------------------
r181 | lfousse | 2005-01-23 18:55:27 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /trunk/doc
A /trunk/systraq/doc (from /trunk/doc:179)
R /trunk/systraq/doc/Makefile.am (from /trunk/doc/Makefile.am:180)
M /trunk/systraq/doc/html.dsl
M /trunk/systraq/doc/manual.ent.in
M /trunk/systraq/doc/print.dsl
Forgot to move `doc'.
------------------------------------------------------------------------
r180 | lfousse | 2005-01-23 18:54:03 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /debian
D /trunk/.cvsignore
D /trunk/AUTHORS
D /trunk/LICENSE
D /trunk/Makefile.am
D /trunk/NEWS
D /trunk/README
D /trunk/THANKS
D /trunk/TODO
D /trunk/bootstrap
D /trunk/configure.ac
A /trunk/debian (from /debian:175)
R /trunk/debian/README.Debian (from /debian/README.Debian:179)
R /trunk/debian/changelog (from /debian/changelog:179)
R /trunk/debian/control (from /debian/control:179)
R /trunk/debian/rules (from /debian/rules:179)
A /trunk/debian/snapshot_pub.homelist (from /debian/snapshot_pub.homelist:179)
A /trunk/debian/snapshot_pub.list (from /debian/snapshot_pub.list:179)
A /trunk/debian/snapshot_root.homelist (from /debian/snapshot_root.homelist:179)
A /trunk/debian/snapshot_root.list (from /debian/snapshot_root.list:179)
M /trunk/doc/Makefile.am
D /trunk/etc
D /trunk/lib
D /trunk/man
D /trunk/script
D /trunk/setversion
A /trunk/systraq
A /trunk/systraq/.cvsignore (from /trunk/.cvsignore:178)
A /trunk/systraq/AUTHORS (from /trunk/AUTHORS:178)
A /trunk/systraq/LICENSE (from /trunk/LICENSE:178)
A /trunk/systraq/Makefile.am (from /trunk/Makefile.am:178)
A /trunk/systraq/NEWS (from /trunk/NEWS:178)
A /trunk/systraq/README (from /trunk/README:178)
A /trunk/systraq/THANKS (from /trunk/THANKS:178)
A /trunk/systraq/TODO (from /trunk/TODO:178)
A /trunk/systraq/bootstrap (from /trunk/bootstrap:178)
A /trunk/systraq/configure.ac (from /trunk/configure.ac:178)
A /trunk/systraq/etc (from /trunk/etc:178)
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/filetraq.conf.in
M /trunk/systraq/etc/filetraq.default
M /trunk/systraq/etc/snapshot_pub.homelist
M /trunk/systraq/etc/snapshot_pub.list.in
M /trunk/systraq/etc/snapshot_root.homelist
M /trunk/systraq/etc/snapshot_root.list
M /trunk/systraq/etc/systraq.in
A /trunk/systraq/lib (from /trunk/lib:178)
M /trunk/systraq/lib/Makefile.am
M /trunk/systraq/lib/ak-uptime
M /trunk/systraq/lib/bb-free
M /trunk/systraq/lib/cc-df
M /trunk/systraq/lib/dd-last
M /trunk/systraq/lib/ee-lastlog
M /trunk/systraq/lib/ff-netstat
M /trunk/systraq/lib/gg-ps
A /trunk/systraq/man (from /trunk/man:178)
M /trunk/systraq/man/Makefile.am
M /trunk/systraq/man/st_snapshot.pod
A /trunk/systraq/script (from /trunk/script:178)
M /trunk/systraq/script/Makefile.am
M /trunk/systraq/script/st_snapshot
A /trunk/systraq/setversion (from /trunk/setversion:178)
Move files around to match the intented hierarchy.
------------------------------------------------------------------------
r179 | lfousse | 2005-01-16 15:55:29 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
Systraq is maintained via svn now (commit by Joost).
------------------------------------------------------------------------
r178 | lfousse | 2005-01-16 13:31:25 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/TODO
Another bug (commit for Joost).
------------------------------------------------------------------------
r174 | joostvb | 2004-11-18 21:20:58 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041118
------------------------------------------------------------------------
r173 | joostvb | 2004-11-18 21:12:17 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/TODO
another gotcha for packagers
------------------------------------------------------------------------
r172 | joostvb | 2004-11-18 21:09:24 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
refer to installed example config files
------------------------------------------------------------------------
r171 | joostvb | 2004-11-18 21:01:46 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
install filetraq.conf; install snapshot_ listfiles in doc/systraq/examples, not etc/
------------------------------------------------------------------------
r170 | joostvb | 2004-10-25 08:51:29 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
more notes for upgraders
------------------------------------------------------------------------
r169 | joostvb | 2004-10-25 08:51:16 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_pub.list.in
honor new locations of systraq scripts
------------------------------------------------------------------------
r168 | joostvb | 2004-10-22 09:41:13 +0200 (Fri, 22 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/doc/manual.dbx
added some notes on upgrading
------------------------------------------------------------------------
r167 | joostvb | 2004-10-21 17:52:53 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.9
------------------------------------------------------------------------
r166 | joostvb | 2004-10-21 17:51:14 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
new file locations documented
------------------------------------------------------------------------
r165 | joostvb | 2004-10-21 17:44:11 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r164 | joostvb | 2004-10-21 17:43:00 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
another developers hack documented
------------------------------------------------------------------------
r163 | joostvb | 2004-10-21 17:42:29 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
M /trunk/setversion
automagically expand time and version
------------------------------------------------------------------------
r162 | joostvb | 2004-10-21 17:02:30 +0200 (Thu, 21 Oct 2004) | 3 lines
Changed paths:
M /trunk/lib/Makefile.am
fixed bug which caused symlinks in systraq.d
to point to /*
------------------------------------------------------------------------
r161 | joostvb | 2004-10-17 18:17:21 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.ent.in
*** empty log message ***
------------------------------------------------------------------------
r160 | joostvb | 2004-10-17 17:34:01 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r159 | joostvb | 2004-10-17 14:10:09 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r158 | joostvb | 2004-10-17 14:08:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version version 20041015-cvs.8
------------------------------------------------------------------------
r157 | joostvb | 2004-10-17 14:05:20 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r156 | joostvb | 2004-10-17 14:04:38 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
find run-parts, and give advice if we fail
------------------------------------------------------------------------
r155 | joostvb | 2004-10-17 14:03:56 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
M /trunk/script/Makefile.am
install systraq and st_snapshot in sbindir, not bindir: do not polute all users PATHs: in most common scenarios, people wont run these commands themselves
------------------------------------------------------------------------
r154 | joostvb | 2004-10-17 13:36:34 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.7
------------------------------------------------------------------------
r153 | joostvb | 2004-10-17 13:35:07 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
systraq redesign done, documentation pending
------------------------------------------------------------------------
r152 | joostvb | 2004-10-17 13:34:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/lib/rr-localdigest
ST_LMD5SUMS renamed to ST_LDIGESTS
------------------------------------------------------------------------
r151 | joostvb | 2004-10-17 13:33:57 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
systraq no longer needs ST_LMD5SUMS environment variable
------------------------------------------------------------------------
r150 | joostvb | 2004-10-17 13:33:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
started documenting new systraq script interface
------------------------------------------------------------------------
r149 | joostvb | 2004-10-17 13:00:53 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script
M /trunk/script/.cvsignore
systraq is now generated from systraq.in
------------------------------------------------------------------------
r148 | joostvb | 2004-10-17 13:00:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/TODO
M /trunk/lib
A /trunk/lib/.cvsignore
M /trunk/lib/ww-signature
*** empty log message ***
------------------------------------------------------------------------
r147 | joostvb | 2004-10-17 12:59:27 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
ship new file LICENSE
------------------------------------------------------------------------
r146 | joostvb | 2004-10-17 12:57:23 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
A /trunk/lib/Makefile.am
added infrastructure for stuff in lib/
------------------------------------------------------------------------
r145 | joostvb | 2004-10-17 12:37:40 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq redone: run scripts in specific directory, offer nice environment to these scripts
------------------------------------------------------------------------
r144 | joostvb | 2004-10-17 12:24:42 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq renamed to systraq.in
------------------------------------------------------------------------
r143 | joostvb | 2004-10-17 12:22:29 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
D /trunk/lib/aa-uptime
A /trunk/lib/ak-uptime
A /trunk/lib/ii-shellrc
A /trunk/lib/nn-debsums
A /trunk/lib/rr-localdigest
A /trunk/lib/ww-signature
ripped out of systraq script: configurable now
------------------------------------------------------------------------
r142 | joostvb | 2004-10-16 23:56:04 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r141 | joostvb | 2004-10-16 17:07:15 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
ripping out all configurable bits: phase one
------------------------------------------------------------------------
r140 | joostvb | 2004-10-16 17:06:27 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/lib
A /trunk/lib/aa-uptime
A /trunk/lib/bb-free
A /trunk/lib/cc-df
A /trunk/lib/dd-last
A /trunk/lib/ee-lastlog
A /trunk/lib/ff-netstat
A /trunk/lib/gg-ps
transforming systraq to a run-parts style script
------------------------------------------------------------------------
r139 | joostvb | 2004-10-16 16:48:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
one done
------------------------------------------------------------------------
r138 | joostvb | 2004-10-16 16:44:44 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/LICENSE
M /trunk/Makefile.am
M /trunk/README
M /trunk/THANKS
M /trunk/configure.ac
M /trunk/doc/Makefile.am
M /trunk/doc/html.dsl
M /trunk/doc/print.dsl
M /trunk/etc/Makefile.am
M /trunk/man/st_snapshot.pod
clarified copyright ownership. LICENSE file, listing holders, added
------------------------------------------------------------------------
r137 | joostvb | 2004-10-16 13:52:09 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more TODO
------------------------------------------------------------------------
r136 | joostvb | 2004-10-16 12:06:21 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.6
------------------------------------------------------------------------
r135 | joostvb | 2004-10-16 12:06:07 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
some things are done
------------------------------------------------------------------------
r134 | joostvb | 2004-10-16 12:02:46 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
and the SGML declaration: another build dependency
------------------------------------------------------------------------
r133 | joostvb | 2004-10-16 12:00:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
document build-dependencies: w3m or lynx, openjade or jade, JadeTeX, teTeX
------------------------------------------------------------------------
r132 | joostvb | 2004-10-16 11:54:10 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
use pdfjadetex. somewhat more compliant with non-gnu makes
------------------------------------------------------------------------
r131 | joostvb | 2004-10-16 11:53:26 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
generate pdf directly from tex: do not use ps2pdf, but use pdfjadetex
------------------------------------------------------------------------
r130 | joostvb | 2004-10-16 00:28:45 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
*** empty log message ***
------------------------------------------------------------------------
r129 | joostvb | 2004-10-16 00:26:06 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.5
------------------------------------------------------------------------
r128 | joostvb | 2004-10-16 00:17:24 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r127 | joostvb | 2004-10-16 00:16:49 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/doc/Makefile.am
./configure now fails if needed tools are not found. optionally uses lynx (not w3m) and openjade (not jade) for building. thanks LogReport for inspiration.
------------------------------------------------------------------------
r126 | joostvb | 2004-10-15 21:25:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r125 | joostvb | 2004-10-15 20:59:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.4
------------------------------------------------------------------------
r124 | joostvb | 2004-10-15 20:56:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/configure.ac
M /trunk/doc/manual.ent.in
M /trunk/etc/Makefile.am
M /trunk/man/Makefile.am
some cleanup of copyright statements: the files on which Stichting LogReport Foundation was listed as copyright holder were just trivial and not copyrightable
------------------------------------------------------------------------
r123 | joostvb | 2004-10-15 20:51:02 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/bootstrap
sign and publish targets added, for maintainer
------------------------------------------------------------------------
r122 | joostvb | 2004-10-15 18:22:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.3
------------------------------------------------------------------------
r121 | joostvb | 2004-10-15 18:18:58 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/script/systraq.in
the systraq command no longer uses hardcoded pathnames: pathnames moved to environment variable, cronjob and manual adjusted
------------------------------------------------------------------------
r120 | joostvb | 2004-10-15 17:00:46 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.2
------------------------------------------------------------------------
r119 | joostvb | 2004-10-15 16:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r118 | joostvb | 2004-10-15 16:55:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
st_snapshot is now no longer dependent on ./configure settings: got rid of hardcoded pathnames in the script itself, moved to cronjob invocation
------------------------------------------------------------------------
r117 | joostvb | 2004-10-15 14:59:50 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
oops, do distribute manual.dbx of course
------------------------------------------------------------------------
r116 | joostvb | 2004-10-15 14:59:29 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more ideas
------------------------------------------------------------------------
r115 | joostvb | 2004-10-15 13:46:00 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.1
------------------------------------------------------------------------
r114 | joostvb | 2004-10-15 13:40:25 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
some cleanup of unused variables
------------------------------------------------------------------------
r113 | joostvb | 2004-10-15 13:40:04 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on Jade stuff requirements added
------------------------------------------------------------------------
r112 | joostvb | 2004-10-15 13:05:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
manual.dbx is now fixed: uses flexible path names
------------------------------------------------------------------------
r111 | joostvb | 2004-10-15 13:04:53 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/etc/filetraq.conf.in
M /trunk/etc/snapshot_pub.list.in
M /trunk/etc/systraq.in
@SYSCONF_PATH@ and friends now have a more useful content
------------------------------------------------------------------------
r110 | joostvb | 2004-10-15 12:58:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r109 | joostvb | 2004-10-15 12:40:52 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r108 | joostvb | 2004-10-15 12:40:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
A /trunk/doc/manual.ent.in
generate entities from ./configure
------------------------------------------------------------------------
r107 | joostvb | 2004-10-15 12:39:37 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
use entities as generated by ./configure
------------------------------------------------------------------------
r106 | joostvb | 2004-10-15 12:34:24 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
do not say twice what to do after completion of this script
------------------------------------------------------------------------
r105 | joostvb | 2004-10-15 12:29:10 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
doc_DATA no longer in EXTRA_DIST: more robust during build
------------------------------------------------------------------------
r104 | joostvb | 2004-10-15 10:27:57 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015
------------------------------------------------------------------------
r103 | joostvb | 2004-10-15 10:27:38 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r102 | joostvb | 2004-10-15 10:17:14 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
added section about hacking on systraq
------------------------------------------------------------------------
r101 | joostvb | 2004-10-15 09:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/COPYING
D /trunk/INSTALL
M /trunk/README
use autotools generic INSTALL file
------------------------------------------------------------------------
r100 | joostvb | 2004-10-15 09:54:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/NEWS
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
be consistent about my email address
------------------------------------------------------------------------
r98 | joostvb | 2004-10-15 09:45:11 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more revamping to be done
------------------------------------------------------------------------
r97 | joostvb | 2004-10-15 09:30:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/NEWS
M /trunk/etc
M /trunk/etc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r96 | joostvb | 2004-10-15 09:30:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
now parseable by cvs2cl
------------------------------------------------------------------------
r95 | joostvb | 2004-10-15 09:28:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
no C code: no autoheader needed
------------------------------------------------------------------------
r94 | joostvb | 2004-10-15 09:27:55 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
config files now know about ./configure's sysconfdir
------------------------------------------------------------------------
r93 | joostvb | 2004-10-15 08:50:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/etc/filetraq.conf
A /trunk/etc/filetraq.conf.in
D /trunk/etc/snapshot_pub.list
A /trunk/etc/snapshot_pub.list.in
D /trunk/etc/systraq
A /trunk/etc/systraq.in
get rid of hardcoded /usr/local, but use ./configure setting
------------------------------------------------------------------------
r92 | joostvb | 2004-10-15 08:49:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
use ac_define_dir.m4 which supplies AC_DEFINE_DIR autoconf macro
------------------------------------------------------------------------
r90 | joostvb | 2004-10-15 00:10:06 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r88 | joostvb | 2004-10-15 00:05:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/setversion
A /trunk/users
current autotools features
------------------------------------------------------------------------
r87 | joostvb | 2004-10-15 00:04:22 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
added documentation. force current autotools
------------------------------------------------------------------------
r86 | joostvb | 2004-10-15 00:02:36 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/ChangeLog
M /trunk/NEWS
ChangeLog now autogenerated. NEWS now actually has contents: old ChangeLog
------------------------------------------------------------------------
r85 | joostvb | 2004-10-14 23:38:53 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
A /trunk/configure.ac
D /trunk/configure.in
new autotools naming style
------------------------------------------------------------------------
r84 | joostvb | 2004-10-14 11:50:50 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r83 | joostvb | 2004-10-12 18:11:13 +0200 (Tue, 12 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
another idea
------------------------------------------------------------------------
r82 | joostvb | 2004-08-04 15:33:59 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/script/st_snapshot
partially revert back: get rid of silly OWNEDHOMES: I was missing the point. duh
------------------------------------------------------------------------
r81 | joostvb | 2004-08-04 14:04:40 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
another bugfix. duh.
------------------------------------------------------------------------
r80 | joostvb | 2004-08-04 13:51:35 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r79 | joostvb | 2004-08-04 13:41:26 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r78 | joostvb | 2004-08-04 13:40:48 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
fixed bug in OWNEDHOMES variable setting. introduced sloppy tmpfile handling
------------------------------------------------------------------------
r77 | joostvb | 2004-08-04 13:16:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r76 | joostvb | 2004-08-04 12:59:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/ChangeLog
*** empty log message ***
------------------------------------------------------------------------
r75 | joostvb | 2004-08-04 12:53:00 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/Makefile.am
D /trunk/script/filetraq
D /trunk/script/filetraq.patch
we no longer ship filetraq, but require it
------------------------------------------------------------------------
r74 | joostvb | 2004-08-04 12:13:18 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
fixed stupid wrong comment
------------------------------------------------------------------------
r73 | joostvb | 2004-08-04 12:10:12 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
differ between homedirs owned by user occupying this dir, and those not. on systems were / is a hoemdir for lots of users, systraq was behaving bad.
------------------------------------------------------------------------
r72 | joostvb | 2004-08-04 12:08:20 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.homelist
change .procmail to .procmailrc: the last file is what we want to monitor, not .procmail/log, of course. Thanks Lionel Elie Mamane for bugreport
------------------------------------------------------------------------
r71 | joostvb | 2004-06-30 10:42:53 +0200 (Wed, 30 Jun 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
more alternative packages
------------------------------------------------------------------------
r70 | joostvb | 2004-05-27 06:15:46 +0200 (Thu, 27 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r69 | joostvb | 2004-05-26 12:34:09 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r68 | joostvb | 2004-05-26 12:33:48 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r67 | joostvb | 2004-05-26 11:33:15 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_root.homelist
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r66 | joostvb | 2004-05-26 11:19:30 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r65 | joostvb | 2004-05-26 11:17:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/Makefile.am
A /trunk/etc/filetraq.default
*** empty log message ***
------------------------------------------------------------------------
r64 | joostvb | 2004-05-26 11:13:23 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
note on troubles with some cron versions
------------------------------------------------------------------------
r63 | joostvb | 2004-05-26 11:09:37 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq
M /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r62 | joostvb | 2004-05-26 11:05:06 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq.patch
updated patch, now should fix hassle with changes in binary files too
------------------------------------------------------------------------
r61 | joostvb | 2004-05-26 10:33:50 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.homelist
M /trunk/etc/snapshot_root.homelist
~/.procmail and ~/.maildrop
------------------------------------------------------------------------
r60 | joostvb | 2004-05-26 10:29:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
*** empty log message ***
------------------------------------------------------------------------
r59 | joostvb | 2004-05-26 10:28:53 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on fam and diffmon
------------------------------------------------------------------------
r58 | joostvb | 2003-09-08 11:53:28 +0200 (Mon, 08 Sep 2003) | 2 lines
Changed paths:
M /trunk/TODO
reported cron issue
------------------------------------------------------------------------
r56 | joostvb | 2003-02-23 14:01:24 +0100 (Sun, 23 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r55 | joostvb | 2003-02-09 16:15:18 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r54 | joostvb | 2003-02-09 16:04:20 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r52 | joostvb | 2003-02-09 15:36:16 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r51 | joostvb | 2003-02-06 19:40:30 +0100 (Thu, 06 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/etc/snapshot_pub.homelist
*** empty log message ***
------------------------------------------------------------------------
r49 | joostvb | 2003-01-17 22:34:56 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/etc/systraq
grr. binary diff hassle
------------------------------------------------------------------------
r48 | joostvb | 2003-01-17 22:16:57 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r47 | joostvb | 2002-11-28 21:00:12 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r46 | joostvb | 2002-11-28 20:25:17 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r45 | joostvb | 2002-11-28 20:18:11 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r44 | joostvb | 2002-11-25 23:58:31 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r42 | joostvb | 2002-11-25 23:29:39 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc
M /trunk/doc/.cvsignore
M /trunk/etc
A /trunk/etc/.cvsignore
M /trunk/man
M /trunk/man/.cvsignore
M /trunk/script
A /trunk/script/.cvsignore
D /trunk/script/Makefile
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r41 | joostvb | 2002-10-19 16:41:05 +0200 (Sat, 19 Oct 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r40 | joostvb | 2002-10-14 10:46:39 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r39 | joostvb | 2002-10-14 10:40:51 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/etc/systraq
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r38 | joostvb | 2002-09-01 14:02:26 +0200 (Sun, 01 Sep 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r37 | joostvb | 2002-04-11 11:20:42 +0200 (Thu, 11 Apr 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r36 | joostvb | 2002-03-07 12:12:35 +0100 (Thu, 07 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r35 | joostvb | 2002-03-06 10:29:14 +0100 (Wed, 06 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r33 | joostvb | 2002-02-28 21:19:33 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/Makefile.am
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r32 | joostvb | 2002-02-28 21:02:30 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r31 | joostvb | 2002-02-26 20:13:14 +0100 (Tue, 26 Feb 2002) | 2 lines
Changed paths:
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r30 | joostvb | 2002-02-23 09:47:21 +0100 (Sat, 23 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r29 | joostvb | 2002-01-13 22:00:34 +0100 (Sun, 13 Jan 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/etc/snapshot_pub.list
M /trunk/etc/systraq
M /trunk/script/systraq.in
minor bugfix release
------------------------------------------------------------------------
r28 | joostvb | 2001-12-08 21:57:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r27 | joostvb | 2001-12-08 21:41:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r26 | joostvb | 2001-12-08 20:36:55 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
A /trunk/INSTALL
M /trunk/Makefile.am
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r24 | joostvb | 2001-12-08 20:16:51 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk
A /trunk/.cvsignore
D /trunk/doc/Makefile
D /trunk/etc/Makefile
A /trunk/etc/Makefile.am
M /trunk/man
A /trunk/man/.cvsignore
A /trunk/man/Makefile.am
A /trunk/script/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r23 | joostvb | 2001-12-08 20:15:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/Makefile.am
A /trunk/NEWS
M /trunk/TODO
A /trunk/bootstrap
A /trunk/configure.in
M /trunk/doc/Makefile
A /trunk/doc/Makefile.am
M /trunk/etc/Makefile
M /trunk/script/Makefile
A /trunk/setversion
*** empty log message ***
------------------------------------------------------------------------
r22 | joostvb | 2001-12-08 19:32:36 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r21 | joostvb | 2001-12-08 15:26:27 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r20 | joostvb | 2001-12-08 15:15:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/filetraq
A /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r19 | joostvb | 2001-12-08 14:31:56 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/AUTHORS
A /trunk/COPYING
A /trunk/ChangeLog
A /trunk/README
A /trunk/THANKS
M /trunk/TODO
M /trunk/doc
A /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r18 | joostvb | 2001-12-07 17:20:44 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
A /trunk/etc/Makefile
*** empty log message ***
------------------------------------------------------------------------
r17 | joostvb | 2001-12-07 17:13:23 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r16 | joostvb | 2001-12-07 17:11:17 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.list
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r15 | joostvb | 2001-12-07 16:36:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r14 | joostvb | 2001-12-07 16:26:38 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r13 | joostvb | 2001-12-07 15:29:02 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
*** empty log message ***
------------------------------------------------------------------------
r12 | joostvb | 2001-12-07 15:20:06 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/snapshot_root.homelist
*** empty log message ***
------------------------------------------------------------------------
r11 | joostvb | 2001-12-07 15:13:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.homelist
A /trunk/etc/snapshot_root.list
*** empty log message ***
------------------------------------------------------------------------
r10 | joostvb | 2001-12-07 15:02:25 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc
A /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r9 | joostvb | 2001-12-07 14:29:57 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r8 | joostvb | 2001-12-07 14:05:30 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r7 | joostvb | 2001-12-06 19:11:14 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r6 | joostvb | 2001-12-06 19:08:24 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc/Makefile
A /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
A /trunk/doc/print.dsl
*** empty log message ***
------------------------------------------------------------------------
r5 | joostvb | 2001-12-06 15:18:20 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
A /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r4 | joostvb | 2001-12-06 12:45:25 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc
A /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r3 | joostvb | 2001-12-06 12:26:18 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/script
A /trunk/script/Makefile
A /trunk/script/filetraq
A /trunk/script/st_snapshot
moved from tools/
------------------------------------------------------------------------
r2 | joostvb | 2001-12-06 12:25:17 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/man
A /trunk/man/st_snapshot.pod
*** empty log message ***
------------------------------------------------------------------------
r204 | joostvb | 2005-02-11 20:00:51 +0100 (Fri, 11 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/etc/systraq_is_unconfigured
more stuff to do with etc/systraq_is_unconfigured
------------------------------------------------------------------------
r203 | joostvb | 2005-02-09 22:25:20 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/NEWS
------------------------------------------------------------------------
r202 | joostvb | 2005-02-09 22:15:48 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/configure.ac
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/systraq.in
M /trunk/systraq/script/Makefile.am
A /trunk/systraq/script/st_snapshot.hourly.in
wrapper for st_snapshot cronjob
------------------------------------------------------------------------
r201 | joostvb | 2005-02-09 22:14:39 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/etc/systraq_is_unconfigured
be nice to people doing a fresh install: supply a helpful note to them, instead of an ugly hourly error message from cron
------------------------------------------------------------------------
r200 | joostvb | 2005-02-09 21:37:31 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/Makefile.am
revert back to not using openjade -c catalogfile: it does not solve the network access problem, and introduced another problem
------------------------------------------------------------------------
r199 | joostvb | 2005-02-09 18:59:33 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
------------------------------------------------------------------------
r198 | joostvb | 2005-02-09 18:56:17 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
we use examplepath too
------------------------------------------------------------------------
r197 | joostvb | 2005-02-05 16:30:01 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
more tips for maintaining filetraq.conf, including caspar integration tips
------------------------------------------------------------------------
r196 | joostvb | 2005-02-05 16:23:29 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
more earlier reported bugs/ideas
------------------------------------------------------------------------
r195 | joostvb | 2005-02-05 16:20:47 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ii-shellrc
M /trunk/systraq/lib/nn-debsums
M /trunk/systraq/lib/rr-localdigest
M /trunk/systraq/lib/ww-signature
svn tags
------------------------------------------------------------------------
r194 | joostvb | 2005-02-05 16:17:34 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ff-netstat
list ipv6 connections too
------------------------------------------------------------------------
r193 | joostvb | 2005-02-05 16:12:35 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/rr-localdigest
fixed typo
------------------------------------------------------------------------
r192 | joostvb | 2005-02-03 08:59:02 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
D /trunk/systraq/doc/ChangeLog.2004
M /trunk/systraq/doc/Makefile.am
worked around svn2cl issues. just run raw "svn log"
------------------------------------------------------------------------
r191 | joostvb | 2005-02-03 08:52:19 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
a commit mailing list would be nice
------------------------------------------------------------------------
r190 | joostvb | 2005-02-03 08:26:00 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
another idea about svn2cl
------------------------------------------------------------------------
r189 | joostvb | 2005-02-02 21:59:28 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
svn2cl hassle
------------------------------------------------------------------------
r188 | joostvb | 2005-02-02 21:27:51 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
M /trunk/systraq/doc/Makefile.am
no longer user cvs2cl, but use svn2cl
------------------------------------------------------------------------
r187 | joostvb | 2005-02-02 21:26:11 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/doc/ChangeLog.2004
ChangeLog from the CVS era. Our svn2cl chokes on drastically moved files, so just keep this one here
------------------------------------------------------------------------
r186 | joostvb | 2005-02-02 20:57:31 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/dd-last
last is not that dumb: use -n
------------------------------------------------------------------------
r185 | lfousse | 2005-02-02 16:45:26 +0100 (Wed, 02 Feb 2005) | 2 lines
Changed paths:
M /trunk/systraq/TODO
Commit emails should work now.
------------------------------------------------------------------------
r184 | joostvb | 2005-02-01 06:57:32 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r183 | joostvb | 2005-02-01 06:54:25 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r182 | joostvb | 2005-02-01 06:50:35 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/THANKS
------------------------------------------------------------------------
r181 | lfousse | 2005-01-23 18:55:27 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /trunk/doc
A /trunk/systraq/doc (from /trunk/doc:179)
R /trunk/systraq/doc/Makefile.am (from /trunk/doc/Makefile.am:180)
M /trunk/systraq/doc/html.dsl
M /trunk/systraq/doc/manual.ent.in
M /trunk/systraq/doc/print.dsl
Forgot to move `doc'.
------------------------------------------------------------------------
r180 | lfousse | 2005-01-23 18:54:03 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /debian
D /trunk/.cvsignore
D /trunk/AUTHORS
D /trunk/LICENSE
D /trunk/Makefile.am
D /trunk/NEWS
D /trunk/README
D /trunk/THANKS
D /trunk/TODO
D /trunk/bootstrap
D /trunk/configure.ac
A /trunk/debian (from /debian:175)
R /trunk/debian/README.Debian (from /debian/README.Debian:179)
R /trunk/debian/changelog (from /debian/changelog:179)
R /trunk/debian/control (from /debian/control:179)
R /trunk/debian/rules (from /debian/rules:179)
A /trunk/debian/snapshot_pub.homelist (from /debian/snapshot_pub.homelist:179)
A /trunk/debian/snapshot_pub.list (from /debian/snapshot_pub.list:179)
A /trunk/debian/snapshot_root.homelist (from /debian/snapshot_root.homelist:179)
A /trunk/debian/snapshot_root.list (from /debian/snapshot_root.list:179)
M /trunk/doc/Makefile.am
D /trunk/etc
D /trunk/lib
D /trunk/man
D /trunk/script
D /trunk/setversion
A /trunk/systraq
A /trunk/systraq/.cvsignore (from /trunk/.cvsignore:178)
A /trunk/systraq/AUTHORS (from /trunk/AUTHORS:178)
A /trunk/systraq/LICENSE (from /trunk/LICENSE:178)
A /trunk/systraq/Makefile.am (from /trunk/Makefile.am:178)
A /trunk/systraq/NEWS (from /trunk/NEWS:178)
A /trunk/systraq/README (from /trunk/README:178)
A /trunk/systraq/THANKS (from /trunk/THANKS:178)
A /trunk/systraq/TODO (from /trunk/TODO:178)
A /trunk/systraq/bootstrap (from /trunk/bootstrap:178)
A /trunk/systraq/configure.ac (from /trunk/configure.ac:178)
A /trunk/systraq/etc (from /trunk/etc:178)
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/filetraq.conf.in
M /trunk/systraq/etc/filetraq.default
M /trunk/systraq/etc/snapshot_pub.homelist
M /trunk/systraq/etc/snapshot_pub.list.in
M /trunk/systraq/etc/snapshot_root.homelist
M /trunk/systraq/etc/snapshot_root.list
M /trunk/systraq/etc/systraq.in
A /trunk/systraq/lib (from /trunk/lib:178)
M /trunk/systraq/lib/Makefile.am
M /trunk/systraq/lib/ak-uptime
M /trunk/systraq/lib/bb-free
M /trunk/systraq/lib/cc-df
M /trunk/systraq/lib/dd-last
M /trunk/systraq/lib/ee-lastlog
M /trunk/systraq/lib/ff-netstat
M /trunk/systraq/lib/gg-ps
A /trunk/systraq/man (from /trunk/man:178)
M /trunk/systraq/man/Makefile.am
M /trunk/systraq/man/st_snapshot.pod
A /trunk/systraq/script (from /trunk/script:178)
M /trunk/systraq/script/Makefile.am
M /trunk/systraq/script/st_snapshot
A /trunk/systraq/setversion (from /trunk/setversion:178)
Move files around to match the intented hierarchy.
------------------------------------------------------------------------
r179 | lfousse | 2005-01-16 15:55:29 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
Systraq is maintained via svn now (commit by Joost).
------------------------------------------------------------------------
r178 | lfousse | 2005-01-16 13:31:25 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/TODO
Another bug (commit for Joost).
------------------------------------------------------------------------
r174 | joostvb | 2004-11-18 21:20:58 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041118
------------------------------------------------------------------------
r173 | joostvb | 2004-11-18 21:12:17 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/TODO
another gotcha for packagers
------------------------------------------------------------------------
r172 | joostvb | 2004-11-18 21:09:24 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
refer to installed example config files
------------------------------------------------------------------------
r171 | joostvb | 2004-11-18 21:01:46 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
install filetraq.conf; install snapshot_ listfiles in doc/systraq/examples, not etc/
------------------------------------------------------------------------
r170 | joostvb | 2004-10-25 08:51:29 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
more notes for upgraders
------------------------------------------------------------------------
r169 | joostvb | 2004-10-25 08:51:16 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_pub.list.in
honor new locations of systraq scripts
------------------------------------------------------------------------
r168 | joostvb | 2004-10-22 09:41:13 +0200 (Fri, 22 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/doc/manual.dbx
added some notes on upgrading
------------------------------------------------------------------------
r167 | joostvb | 2004-10-21 17:52:53 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.9
------------------------------------------------------------------------
r166 | joostvb | 2004-10-21 17:51:14 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
new file locations documented
------------------------------------------------------------------------
r165 | joostvb | 2004-10-21 17:44:11 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r164 | joostvb | 2004-10-21 17:43:00 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
another developers hack documented
------------------------------------------------------------------------
r163 | joostvb | 2004-10-21 17:42:29 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
M /trunk/setversion
automagically expand time and version
------------------------------------------------------------------------
r162 | joostvb | 2004-10-21 17:02:30 +0200 (Thu, 21 Oct 2004) | 3 lines
Changed paths:
M /trunk/lib/Makefile.am
fixed bug which caused symlinks in systraq.d
to point to /*
------------------------------------------------------------------------
r161 | joostvb | 2004-10-17 18:17:21 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.ent.in
*** empty log message ***
------------------------------------------------------------------------
r160 | joostvb | 2004-10-17 17:34:01 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r159 | joostvb | 2004-10-17 14:10:09 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r158 | joostvb | 2004-10-17 14:08:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version version 20041015-cvs.8
------------------------------------------------------------------------
r157 | joostvb | 2004-10-17 14:05:20 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r156 | joostvb | 2004-10-17 14:04:38 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
find run-parts, and give advice if we fail
------------------------------------------------------------------------
r155 | joostvb | 2004-10-17 14:03:56 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
M /trunk/script/Makefile.am
install systraq and st_snapshot in sbindir, not bindir: do not polute all users PATHs: in most common scenarios, people wont run these commands themselves
------------------------------------------------------------------------
r154 | joostvb | 2004-10-17 13:36:34 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.7
------------------------------------------------------------------------
r153 | joostvb | 2004-10-17 13:35:07 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
systraq redesign done, documentation pending
------------------------------------------------------------------------
r152 | joostvb | 2004-10-17 13:34:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/lib/rr-localdigest
ST_LMD5SUMS renamed to ST_LDIGESTS
------------------------------------------------------------------------
r151 | joostvb | 2004-10-17 13:33:57 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
systraq no longer needs ST_LMD5SUMS environment variable
------------------------------------------------------------------------
r150 | joostvb | 2004-10-17 13:33:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
started documenting new systraq script interface
------------------------------------------------------------------------
r149 | joostvb | 2004-10-17 13:00:53 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script
M /trunk/script/.cvsignore
systraq is now generated from systraq.in
------------------------------------------------------------------------
r148 | joostvb | 2004-10-17 13:00:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/TODO
M /trunk/lib
A /trunk/lib/.cvsignore
M /trunk/lib/ww-signature
*** empty log message ***
------------------------------------------------------------------------
r147 | joostvb | 2004-10-17 12:59:27 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
ship new file LICENSE
------------------------------------------------------------------------
r146 | joostvb | 2004-10-17 12:57:23 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
A /trunk/lib/Makefile.am
added infrastructure for stuff in lib/
------------------------------------------------------------------------
r145 | joostvb | 2004-10-17 12:37:40 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq redone: run scripts in specific directory, offer nice environment to these scripts
------------------------------------------------------------------------
r144 | joostvb | 2004-10-17 12:24:42 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq renamed to systraq.in
------------------------------------------------------------------------
r143 | joostvb | 2004-10-17 12:22:29 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
D /trunk/lib/aa-uptime
A /trunk/lib/ak-uptime
A /trunk/lib/ii-shellrc
A /trunk/lib/nn-debsums
A /trunk/lib/rr-localdigest
A /trunk/lib/ww-signature
ripped out of systraq script: configurable now
------------------------------------------------------------------------
r142 | joostvb | 2004-10-16 23:56:04 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r141 | joostvb | 2004-10-16 17:07:15 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
ripping out all configurable bits: phase one
------------------------------------------------------------------------
r140 | joostvb | 2004-10-16 17:06:27 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/lib
A /trunk/lib/aa-uptime
A /trunk/lib/bb-free
A /trunk/lib/cc-df
A /trunk/lib/dd-last
A /trunk/lib/ee-lastlog
A /trunk/lib/ff-netstat
A /trunk/lib/gg-ps
transforming systraq to a run-parts style script
------------------------------------------------------------------------
r139 | joostvb | 2004-10-16 16:48:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
one done
------------------------------------------------------------------------
r138 | joostvb | 2004-10-16 16:44:44 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/LICENSE
M /trunk/Makefile.am
M /trunk/README
M /trunk/THANKS
M /trunk/configure.ac
M /trunk/doc/Makefile.am
M /trunk/doc/html.dsl
M /trunk/doc/print.dsl
M /trunk/etc/Makefile.am
M /trunk/man/st_snapshot.pod
clarified copyright ownership. LICENSE file, listing holders, added
------------------------------------------------------------------------
r137 | joostvb | 2004-10-16 13:52:09 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more TODO
------------------------------------------------------------------------
r136 | joostvb | 2004-10-16 12:06:21 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.6
------------------------------------------------------------------------
r135 | joostvb | 2004-10-16 12:06:07 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
some things are done
------------------------------------------------------------------------
r134 | joostvb | 2004-10-16 12:02:46 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
and the SGML declaration: another build dependency
------------------------------------------------------------------------
r133 | joostvb | 2004-10-16 12:00:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
document build-dependencies: w3m or lynx, openjade or jade, JadeTeX, teTeX
------------------------------------------------------------------------
r132 | joostvb | 2004-10-16 11:54:10 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
use pdfjadetex. somewhat more compliant with non-gnu makes
------------------------------------------------------------------------
r131 | joostvb | 2004-10-16 11:53:26 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
generate pdf directly from tex: do not use ps2pdf, but use pdfjadetex
------------------------------------------------------------------------
r130 | joostvb | 2004-10-16 00:28:45 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
*** empty log message ***
------------------------------------------------------------------------
r129 | joostvb | 2004-10-16 00:26:06 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.5
------------------------------------------------------------------------
r128 | joostvb | 2004-10-16 00:17:24 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r127 | joostvb | 2004-10-16 00:16:49 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/doc/Makefile.am
./configure now fails if needed tools are not found. optionally uses lynx (not w3m) and openjade (not jade) for building. thanks LogReport for inspiration.
------------------------------------------------------------------------
r126 | joostvb | 2004-10-15 21:25:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r125 | joostvb | 2004-10-15 20:59:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.4
------------------------------------------------------------------------
r124 | joostvb | 2004-10-15 20:56:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/configure.ac
M /trunk/doc/manual.ent.in
M /trunk/etc/Makefile.am
M /trunk/man/Makefile.am
some cleanup of copyright statements: the files on which Stichting LogReport Foundation was listed as copyright holder were just trivial and not copyrightable
------------------------------------------------------------------------
r123 | joostvb | 2004-10-15 20:51:02 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/bootstrap
sign and publish targets added, for maintainer
------------------------------------------------------------------------
r122 | joostvb | 2004-10-15 18:22:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.3
------------------------------------------------------------------------
r121 | joostvb | 2004-10-15 18:18:58 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/script/systraq.in
the systraq command no longer uses hardcoded pathnames: pathnames moved to environment variable, cronjob and manual adjusted
------------------------------------------------------------------------
r120 | joostvb | 2004-10-15 17:00:46 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.2
------------------------------------------------------------------------
r119 | joostvb | 2004-10-15 16:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r118 | joostvb | 2004-10-15 16:55:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
st_snapshot is now no longer dependent on ./configure settings: got rid of hardcoded pathnames in the script itself, moved to cronjob invocation
------------------------------------------------------------------------
r117 | joostvb | 2004-10-15 14:59:50 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
oops, do distribute manual.dbx of course
------------------------------------------------------------------------
r116 | joostvb | 2004-10-15 14:59:29 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more ideas
------------------------------------------------------------------------
r115 | joostvb | 2004-10-15 13:46:00 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.1
------------------------------------------------------------------------
r114 | joostvb | 2004-10-15 13:40:25 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
some cleanup of unused variables
------------------------------------------------------------------------
r113 | joostvb | 2004-10-15 13:40:04 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on Jade stuff requirements added
------------------------------------------------------------------------
r112 | joostvb | 2004-10-15 13:05:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
manual.dbx is now fixed: uses flexible path names
------------------------------------------------------------------------
r111 | joostvb | 2004-10-15 13:04:53 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/etc/filetraq.conf.in
M /trunk/etc/snapshot_pub.list.in
M /trunk/etc/systraq.in
@SYSCONF_PATH@ and friends now have a more useful content
------------------------------------------------------------------------
r110 | joostvb | 2004-10-15 12:58:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r109 | joostvb | 2004-10-15 12:40:52 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r108 | joostvb | 2004-10-15 12:40:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
A /trunk/doc/manual.ent.in
generate entities from ./configure
------------------------------------------------------------------------
r107 | joostvb | 2004-10-15 12:39:37 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
use entities as generated by ./configure
------------------------------------------------------------------------
r106 | joostvb | 2004-10-15 12:34:24 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
do not say twice what to do after completion of this script
------------------------------------------------------------------------
r105 | joostvb | 2004-10-15 12:29:10 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
doc_DATA no longer in EXTRA_DIST: more robust during build
------------------------------------------------------------------------
r104 | joostvb | 2004-10-15 10:27:57 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015
------------------------------------------------------------------------
r103 | joostvb | 2004-10-15 10:27:38 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r102 | joostvb | 2004-10-15 10:17:14 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
added section about hacking on systraq
------------------------------------------------------------------------
r101 | joostvb | 2004-10-15 09:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/COPYING
D /trunk/INSTALL
M /trunk/README
use autotools generic INSTALL file
------------------------------------------------------------------------
r100 | joostvb | 2004-10-15 09:54:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/NEWS
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
be consistent about my email address
------------------------------------------------------------------------
r98 | joostvb | 2004-10-15 09:45:11 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more revamping to be done
------------------------------------------------------------------------
r97 | joostvb | 2004-10-15 09:30:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/NEWS
M /trunk/etc
M /trunk/etc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r96 | joostvb | 2004-10-15 09:30:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
now parseable by cvs2cl
------------------------------------------------------------------------
r95 | joostvb | 2004-10-15 09:28:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
no C code: no autoheader needed
------------------------------------------------------------------------
r94 | joostvb | 2004-10-15 09:27:55 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
config files now know about ./configure's sysconfdir
------------------------------------------------------------------------
r93 | joostvb | 2004-10-15 08:50:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/etc/filetraq.conf
A /trunk/etc/filetraq.conf.in
D /trunk/etc/snapshot_pub.list
A /trunk/etc/snapshot_pub.list.in
D /trunk/etc/systraq
A /trunk/etc/systraq.in
get rid of hardcoded /usr/local, but use ./configure setting
------------------------------------------------------------------------
r92 | joostvb | 2004-10-15 08:49:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
use ac_define_dir.m4 which supplies AC_DEFINE_DIR autoconf macro
------------------------------------------------------------------------
r90 | joostvb | 2004-10-15 00:10:06 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r88 | joostvb | 2004-10-15 00:05:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/setversion
A /trunk/users
current autotools features
------------------------------------------------------------------------
r87 | joostvb | 2004-10-15 00:04:22 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
added documentation. force current autotools
------------------------------------------------------------------------
r86 | joostvb | 2004-10-15 00:02:36 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/ChangeLog
M /trunk/NEWS
ChangeLog now autogenerated. NEWS now actually has contents: old ChangeLog
------------------------------------------------------------------------
r85 | joostvb | 2004-10-14 23:38:53 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
A /trunk/configure.ac
D /trunk/configure.in
new autotools naming style
------------------------------------------------------------------------
r84 | joostvb | 2004-10-14 11:50:50 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r83 | joostvb | 2004-10-12 18:11:13 +0200 (Tue, 12 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
another idea
------------------------------------------------------------------------
r82 | joostvb | 2004-08-04 15:33:59 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/script/st_snapshot
partially revert back: get rid of silly OWNEDHOMES: I was missing the point. duh
------------------------------------------------------------------------
r81 | joostvb | 2004-08-04 14:04:40 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
another bugfix. duh.
------------------------------------------------------------------------
r80 | joostvb | 2004-08-04 13:51:35 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r79 | joostvb | 2004-08-04 13:41:26 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r78 | joostvb | 2004-08-04 13:40:48 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
fixed bug in OWNEDHOMES variable setting. introduced sloppy tmpfile handling
------------------------------------------------------------------------
r77 | joostvb | 2004-08-04 13:16:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r76 | joostvb | 2004-08-04 12:59:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/ChangeLog
*** empty log message ***
------------------------------------------------------------------------
r75 | joostvb | 2004-08-04 12:53:00 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/Makefile.am
D /trunk/script/filetraq
D /trunk/script/filetraq.patch
we no longer ship filetraq, but require it
------------------------------------------------------------------------
r74 | joostvb | 2004-08-04 12:13:18 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
fixed stupid wrong comment
------------------------------------------------------------------------
r73 | joostvb | 2004-08-04 12:10:12 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
differ between homedirs owned by user occupying this dir, and those not. on systems were / is a hoemdir for lots of users, systraq was behaving bad.
------------------------------------------------------------------------
r72 | joostvb | 2004-08-04 12:08:20 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.homelist
change .procmail to .procmailrc: the last file is what we want to monitor, not .procmail/log, of course. Thanks Lionel Elie Mamane for bugreport
------------------------------------------------------------------------
r71 | joostvb | 2004-06-30 10:42:53 +0200 (Wed, 30 Jun 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
more alternative packages
------------------------------------------------------------------------
r70 | joostvb | 2004-05-27 06:15:46 +0200 (Thu, 27 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r69 | joostvb | 2004-05-26 12:34:09 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r68 | joostvb | 2004-05-26 12:33:48 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r67 | joostvb | 2004-05-26 11:33:15 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_root.homelist
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r66 | joostvb | 2004-05-26 11:19:30 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r65 | joostvb | 2004-05-26 11:17:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/Makefile.am
A /trunk/etc/filetraq.default
*** empty log message ***
------------------------------------------------------------------------
r64 | joostvb | 2004-05-26 11:13:23 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
note on troubles with some cron versions
------------------------------------------------------------------------
r63 | joostvb | 2004-05-26 11:09:37 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq
M /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r62 | joostvb | 2004-05-26 11:05:06 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq.patch
updated patch, now should fix hassle with changes in binary files too
------------------------------------------------------------------------
r61 | joostvb | 2004-05-26 10:33:50 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.homelist
M /trunk/etc/snapshot_root.homelist
~/.procmail and ~/.maildrop
------------------------------------------------------------------------
r60 | joostvb | 2004-05-26 10:29:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
*** empty log message ***
------------------------------------------------------------------------
r59 | joostvb | 2004-05-26 10:28:53 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on fam and diffmon
------------------------------------------------------------------------
r58 | joostvb | 2003-09-08 11:53:28 +0200 (Mon, 08 Sep 2003) | 2 lines
Changed paths:
M /trunk/TODO
reported cron issue
------------------------------------------------------------------------
r56 | joostvb | 2003-02-23 14:01:24 +0100 (Sun, 23 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r55 | joostvb | 2003-02-09 16:15:18 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r54 | joostvb | 2003-02-09 16:04:20 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r52 | joostvb | 2003-02-09 15:36:16 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r51 | joostvb | 2003-02-06 19:40:30 +0100 (Thu, 06 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/etc/snapshot_pub.homelist
*** empty log message ***
------------------------------------------------------------------------
r49 | joostvb | 2003-01-17 22:34:56 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/etc/systraq
grr. binary diff hassle
------------------------------------------------------------------------
r48 | joostvb | 2003-01-17 22:16:57 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r47 | joostvb | 2002-11-28 21:00:12 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r46 | joostvb | 2002-11-28 20:25:17 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r45 | joostvb | 2002-11-28 20:18:11 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r44 | joostvb | 2002-11-25 23:58:31 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r42 | joostvb | 2002-11-25 23:29:39 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc
M /trunk/doc/.cvsignore
M /trunk/etc
A /trunk/etc/.cvsignore
M /trunk/man
M /trunk/man/.cvsignore
M /trunk/script
A /trunk/script/.cvsignore
D /trunk/script/Makefile
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r41 | joostvb | 2002-10-19 16:41:05 +0200 (Sat, 19 Oct 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r40 | joostvb | 2002-10-14 10:46:39 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r39 | joostvb | 2002-10-14 10:40:51 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/etc/systraq
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r38 | joostvb | 2002-09-01 14:02:26 +0200 (Sun, 01 Sep 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r37 | joostvb | 2002-04-11 11:20:42 +0200 (Thu, 11 Apr 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r36 | joostvb | 2002-03-07 12:12:35 +0100 (Thu, 07 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r35 | joostvb | 2002-03-06 10:29:14 +0100 (Wed, 06 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r33 | joostvb | 2002-02-28 21:19:33 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/Makefile.am
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r32 | joostvb | 2002-02-28 21:02:30 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r31 | joostvb | 2002-02-26 20:13:14 +0100 (Tue, 26 Feb 2002) | 2 lines
Changed paths:
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r30 | joostvb | 2002-02-23 09:47:21 +0100 (Sat, 23 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r29 | joostvb | 2002-01-13 22:00:34 +0100 (Sun, 13 Jan 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/etc/snapshot_pub.list
M /trunk/etc/systraq
M /trunk/script/systraq.in
minor bugfix release
------------------------------------------------------------------------
r28 | joostvb | 2001-12-08 21:57:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r27 | joostvb | 2001-12-08 21:41:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r26 | joostvb | 2001-12-08 20:36:55 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
A /trunk/INSTALL
M /trunk/Makefile.am
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r24 | joostvb | 2001-12-08 20:16:51 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk
A /trunk/.cvsignore
D /trunk/doc/Makefile
D /trunk/etc/Makefile
A /trunk/etc/Makefile.am
M /trunk/man
A /trunk/man/.cvsignore
A /trunk/man/Makefile.am
A /trunk/script/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r23 | joostvb | 2001-12-08 20:15:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/Makefile.am
A /trunk/NEWS
M /trunk/TODO
A /trunk/bootstrap
A /trunk/configure.in
M /trunk/doc/Makefile
A /trunk/doc/Makefile.am
M /trunk/etc/Makefile
M /trunk/script/Makefile
A /trunk/setversion
*** empty log message ***
------------------------------------------------------------------------
r22 | joostvb | 2001-12-08 19:32:36 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r21 | joostvb | 2001-12-08 15:26:27 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r20 | joostvb | 2001-12-08 15:15:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/filetraq
A /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r19 | joostvb | 2001-12-08 14:31:56 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/AUTHORS
A /trunk/COPYING
A /trunk/ChangeLog
A /trunk/README
A /trunk/THANKS
M /trunk/TODO
M /trunk/doc
A /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r18 | joostvb | 2001-12-07 17:20:44 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
A /trunk/etc/Makefile
*** empty log message ***
------------------------------------------------------------------------
r17 | joostvb | 2001-12-07 17:13:23 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r16 | joostvb | 2001-12-07 17:11:17 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.list
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r15 | joostvb | 2001-12-07 16:36:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r14 | joostvb | 2001-12-07 16:26:38 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r13 | joostvb | 2001-12-07 15:29:02 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
*** empty log message ***
------------------------------------------------------------------------
r12 | joostvb | 2001-12-07 15:20:06 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/snapshot_root.homelist
*** empty log message ***
------------------------------------------------------------------------
r11 | joostvb | 2001-12-07 15:13:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.homelist
A /trunk/etc/snapshot_root.list
*** empty log message ***
------------------------------------------------------------------------
r10 | joostvb | 2001-12-07 15:02:25 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc
A /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r9 | joostvb | 2001-12-07 14:29:57 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r8 | joostvb | 2001-12-07 14:05:30 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r7 | joostvb | 2001-12-06 19:11:14 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r6 | joostvb | 2001-12-06 19:08:24 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc/Makefile
A /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
A /trunk/doc/print.dsl
*** empty log message ***
------------------------------------------------------------------------
r5 | joostvb | 2001-12-06 15:18:20 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
A /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r4 | joostvb | 2001-12-06 12:45:25 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc
A /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r3 | joostvb | 2001-12-06 12:26:18 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/script
A /trunk/script/Makefile
A /trunk/script/filetraq
A /trunk/script/st_snapshot
moved from tools/
------------------------------------------------------------------------
r2 | joostvb | 2001-12-06 12:25:17 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/man
A /trunk/man/st_snapshot.pod
*** empty log message ***
------------------------------------------------------------------------
r204 | joostvb | 2005-02-11 20:00:51 +0100 (Fri, 11 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/etc/systraq_is_unconfigured
more stuff to do with etc/systraq_is_unconfigured
------------------------------------------------------------------------
r203 | joostvb | 2005-02-09 22:25:20 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/NEWS
------------------------------------------------------------------------
r202 | joostvb | 2005-02-09 22:15:48 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/configure.ac
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/systraq.in
M /trunk/systraq/script/Makefile.am
A /trunk/systraq/script/st_snapshot.hourly.in
wrapper for st_snapshot cronjob
------------------------------------------------------------------------
r201 | joostvb | 2005-02-09 22:14:39 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/etc/systraq_is_unconfigured
be nice to people doing a fresh install: supply a helpful note to them, instead of an ugly hourly error message from cron
------------------------------------------------------------------------
r200 | joostvb | 2005-02-09 21:37:31 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/Makefile.am
revert back to not using openjade -c catalogfile: it does not solve the network access problem, and introduced another problem
------------------------------------------------------------------------
r199 | joostvb | 2005-02-09 18:59:33 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
------------------------------------------------------------------------
r198 | joostvb | 2005-02-09 18:56:17 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
we use examplepath too
------------------------------------------------------------------------
r197 | joostvb | 2005-02-05 16:30:01 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
more tips for maintaining filetraq.conf, including caspar integration tips
------------------------------------------------------------------------
r196 | joostvb | 2005-02-05 16:23:29 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
more earlier reported bugs/ideas
------------------------------------------------------------------------
r195 | joostvb | 2005-02-05 16:20:47 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ii-shellrc
M /trunk/systraq/lib/nn-debsums
M /trunk/systraq/lib/rr-localdigest
M /trunk/systraq/lib/ww-signature
svn tags
------------------------------------------------------------------------
r194 | joostvb | 2005-02-05 16:17:34 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ff-netstat
list ipv6 connections too
------------------------------------------------------------------------
r193 | joostvb | 2005-02-05 16:12:35 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/rr-localdigest
fixed typo
------------------------------------------------------------------------
r192 | joostvb | 2005-02-03 08:59:02 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
D /trunk/systraq/doc/ChangeLog.2004
M /trunk/systraq/doc/Makefile.am
worked around svn2cl issues. just run raw "svn log"
------------------------------------------------------------------------
r191 | joostvb | 2005-02-03 08:52:19 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
a commit mailing list would be nice
------------------------------------------------------------------------
r190 | joostvb | 2005-02-03 08:26:00 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
another idea about svn2cl
------------------------------------------------------------------------
r189 | joostvb | 2005-02-02 21:59:28 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
svn2cl hassle
------------------------------------------------------------------------
r188 | joostvb | 2005-02-02 21:27:51 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
M /trunk/systraq/doc/Makefile.am
no longer user cvs2cl, but use svn2cl
------------------------------------------------------------------------
r187 | joostvb | 2005-02-02 21:26:11 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/doc/ChangeLog.2004
ChangeLog from the CVS era. Our svn2cl chokes on drastically moved files, so just keep this one here
------------------------------------------------------------------------
r186 | joostvb | 2005-02-02 20:57:31 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/dd-last
last is not that dumb: use -n
------------------------------------------------------------------------
r185 | lfousse | 2005-02-02 16:45:26 +0100 (Wed, 02 Feb 2005) | 2 lines
Changed paths:
M /trunk/systraq/TODO
Commit emails should work now.
------------------------------------------------------------------------
r184 | joostvb | 2005-02-01 06:57:32 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r183 | joostvb | 2005-02-01 06:54:25 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r182 | joostvb | 2005-02-01 06:50:35 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/THANKS
------------------------------------------------------------------------
r181 | lfousse | 2005-01-23 18:55:27 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /trunk/doc
A /trunk/systraq/doc (from /trunk/doc:179)
R /trunk/systraq/doc/Makefile.am (from /trunk/doc/Makefile.am:180)
M /trunk/systraq/doc/html.dsl
M /trunk/systraq/doc/manual.ent.in
M /trunk/systraq/doc/print.dsl
Forgot to move `doc'.
------------------------------------------------------------------------
r180 | lfousse | 2005-01-23 18:54:03 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /debian
D /trunk/.cvsignore
D /trunk/AUTHORS
D /trunk/LICENSE
D /trunk/Makefile.am
D /trunk/NEWS
D /trunk/README
D /trunk/THANKS
D /trunk/TODO
D /trunk/bootstrap
D /trunk/configure.ac
A /trunk/debian (from /debian:175)
R /trunk/debian/README.Debian (from /debian/README.Debian:179)
R /trunk/debian/changelog (from /debian/changelog:179)
R /trunk/debian/control (from /debian/control:179)
R /trunk/debian/rules (from /debian/rules:179)
A /trunk/debian/snapshot_pub.homelist (from /debian/snapshot_pub.homelist:179)
A /trunk/debian/snapshot_pub.list (from /debian/snapshot_pub.list:179)
A /trunk/debian/snapshot_root.homelist (from /debian/snapshot_root.homelist:179)
A /trunk/debian/snapshot_root.list (from /debian/snapshot_root.list:179)
M /trunk/doc/Makefile.am
D /trunk/etc
D /trunk/lib
D /trunk/man
D /trunk/script
D /trunk/setversion
A /trunk/systraq
A /trunk/systraq/.cvsignore (from /trunk/.cvsignore:178)
A /trunk/systraq/AUTHORS (from /trunk/AUTHORS:178)
A /trunk/systraq/LICENSE (from /trunk/LICENSE:178)
A /trunk/systraq/Makefile.am (from /trunk/Makefile.am:178)
A /trunk/systraq/NEWS (from /trunk/NEWS:178)
A /trunk/systraq/README (from /trunk/README:178)
A /trunk/systraq/THANKS (from /trunk/THANKS:178)
A /trunk/systraq/TODO (from /trunk/TODO:178)
A /trunk/systraq/bootstrap (from /trunk/bootstrap:178)
A /trunk/systraq/configure.ac (from /trunk/configure.ac:178)
A /trunk/systraq/etc (from /trunk/etc:178)
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/filetraq.conf.in
M /trunk/systraq/etc/filetraq.default
M /trunk/systraq/etc/snapshot_pub.homelist
M /trunk/systraq/etc/snapshot_pub.list.in
M /trunk/systraq/etc/snapshot_root.homelist
M /trunk/systraq/etc/snapshot_root.list
M /trunk/systraq/etc/systraq.in
A /trunk/systraq/lib (from /trunk/lib:178)
M /trunk/systraq/lib/Makefile.am
M /trunk/systraq/lib/ak-uptime
M /trunk/systraq/lib/bb-free
M /trunk/systraq/lib/cc-df
M /trunk/systraq/lib/dd-last
M /trunk/systraq/lib/ee-lastlog
M /trunk/systraq/lib/ff-netstat
M /trunk/systraq/lib/gg-ps
A /trunk/systraq/man (from /trunk/man:178)
M /trunk/systraq/man/Makefile.am
M /trunk/systraq/man/st_snapshot.pod
A /trunk/systraq/script (from /trunk/script:178)
M /trunk/systraq/script/Makefile.am
M /trunk/systraq/script/st_snapshot
A /trunk/systraq/setversion (from /trunk/setversion:178)
Move files around to match the intented hierarchy.
------------------------------------------------------------------------
r179 | lfousse | 2005-01-16 15:55:29 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
Systraq is maintained via svn now (commit by Joost).
------------------------------------------------------------------------
r178 | lfousse | 2005-01-16 13:31:25 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/TODO
Another bug (commit for Joost).
------------------------------------------------------------------------
r174 | joostvb | 2004-11-18 21:20:58 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041118
------------------------------------------------------------------------
r173 | joostvb | 2004-11-18 21:12:17 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/TODO
another gotcha for packagers
------------------------------------------------------------------------
r172 | joostvb | 2004-11-18 21:09:24 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
refer to installed example config files
------------------------------------------------------------------------
r171 | joostvb | 2004-11-18 21:01:46 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
install filetraq.conf; install snapshot_ listfiles in doc/systraq/examples, not etc/
------------------------------------------------------------------------
r170 | joostvb | 2004-10-25 08:51:29 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
more notes for upgraders
------------------------------------------------------------------------
r169 | joostvb | 2004-10-25 08:51:16 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_pub.list.in
honor new locations of systraq scripts
------------------------------------------------------------------------
r168 | joostvb | 2004-10-22 09:41:13 +0200 (Fri, 22 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/doc/manual.dbx
added some notes on upgrading
------------------------------------------------------------------------
r167 | joostvb | 2004-10-21 17:52:53 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.9
------------------------------------------------------------------------
r166 | joostvb | 2004-10-21 17:51:14 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
new file locations documented
------------------------------------------------------------------------
r165 | joostvb | 2004-10-21 17:44:11 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r164 | joostvb | 2004-10-21 17:43:00 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
another developers hack documented
------------------------------------------------------------------------
r163 | joostvb | 2004-10-21 17:42:29 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
M /trunk/setversion
automagically expand time and version
------------------------------------------------------------------------
r162 | joostvb | 2004-10-21 17:02:30 +0200 (Thu, 21 Oct 2004) | 3 lines
Changed paths:
M /trunk/lib/Makefile.am
fixed bug which caused symlinks in systraq.d
to point to /*
------------------------------------------------------------------------
r161 | joostvb | 2004-10-17 18:17:21 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.ent.in
*** empty log message ***
------------------------------------------------------------------------
r160 | joostvb | 2004-10-17 17:34:01 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r159 | joostvb | 2004-10-17 14:10:09 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r158 | joostvb | 2004-10-17 14:08:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version version 20041015-cvs.8
------------------------------------------------------------------------
r157 | joostvb | 2004-10-17 14:05:20 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r156 | joostvb | 2004-10-17 14:04:38 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
find run-parts, and give advice if we fail
------------------------------------------------------------------------
r155 | joostvb | 2004-10-17 14:03:56 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
M /trunk/script/Makefile.am
install systraq and st_snapshot in sbindir, not bindir: do not polute all users PATHs: in most common scenarios, people wont run these commands themselves
------------------------------------------------------------------------
r154 | joostvb | 2004-10-17 13:36:34 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.7
------------------------------------------------------------------------
r153 | joostvb | 2004-10-17 13:35:07 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
systraq redesign done, documentation pending
------------------------------------------------------------------------
r152 | joostvb | 2004-10-17 13:34:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/lib/rr-localdigest
ST_LMD5SUMS renamed to ST_LDIGESTS
------------------------------------------------------------------------
r151 | joostvb | 2004-10-17 13:33:57 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
systraq no longer needs ST_LMD5SUMS environment variable
------------------------------------------------------------------------
r150 | joostvb | 2004-10-17 13:33:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
started documenting new systraq script interface
------------------------------------------------------------------------
r149 | joostvb | 2004-10-17 13:00:53 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script
M /trunk/script/.cvsignore
systraq is now generated from systraq.in
------------------------------------------------------------------------
r148 | joostvb | 2004-10-17 13:00:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/TODO
M /trunk/lib
A /trunk/lib/.cvsignore
M /trunk/lib/ww-signature
*** empty log message ***
------------------------------------------------------------------------
r147 | joostvb | 2004-10-17 12:59:27 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
ship new file LICENSE
------------------------------------------------------------------------
r146 | joostvb | 2004-10-17 12:57:23 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
A /trunk/lib/Makefile.am
added infrastructure for stuff in lib/
------------------------------------------------------------------------
r145 | joostvb | 2004-10-17 12:37:40 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq redone: run scripts in specific directory, offer nice environment to these scripts
------------------------------------------------------------------------
r144 | joostvb | 2004-10-17 12:24:42 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq renamed to systraq.in
------------------------------------------------------------------------
r143 | joostvb | 2004-10-17 12:22:29 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
D /trunk/lib/aa-uptime
A /trunk/lib/ak-uptime
A /trunk/lib/ii-shellrc
A /trunk/lib/nn-debsums
A /trunk/lib/rr-localdigest
A /trunk/lib/ww-signature
ripped out of systraq script: configurable now
------------------------------------------------------------------------
r142 | joostvb | 2004-10-16 23:56:04 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r141 | joostvb | 2004-10-16 17:07:15 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
ripping out all configurable bits: phase one
------------------------------------------------------------------------
r140 | joostvb | 2004-10-16 17:06:27 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/lib
A /trunk/lib/aa-uptime
A /trunk/lib/bb-free
A /trunk/lib/cc-df
A /trunk/lib/dd-last
A /trunk/lib/ee-lastlog
A /trunk/lib/ff-netstat
A /trunk/lib/gg-ps
transforming systraq to a run-parts style script
------------------------------------------------------------------------
r139 | joostvb | 2004-10-16 16:48:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
one done
------------------------------------------------------------------------
r138 | joostvb | 2004-10-16 16:44:44 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/LICENSE
M /trunk/Makefile.am
M /trunk/README
M /trunk/THANKS
M /trunk/configure.ac
M /trunk/doc/Makefile.am
M /trunk/doc/html.dsl
M /trunk/doc/print.dsl
M /trunk/etc/Makefile.am
M /trunk/man/st_snapshot.pod
clarified copyright ownership. LICENSE file, listing holders, added
------------------------------------------------------------------------
r137 | joostvb | 2004-10-16 13:52:09 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more TODO
------------------------------------------------------------------------
r136 | joostvb | 2004-10-16 12:06:21 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.6
------------------------------------------------------------------------
r135 | joostvb | 2004-10-16 12:06:07 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
some things are done
------------------------------------------------------------------------
r134 | joostvb | 2004-10-16 12:02:46 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
and the SGML declaration: another build dependency
------------------------------------------------------------------------
r133 | joostvb | 2004-10-16 12:00:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
document build-dependencies: w3m or lynx, openjade or jade, JadeTeX, teTeX
------------------------------------------------------------------------
r132 | joostvb | 2004-10-16 11:54:10 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
use pdfjadetex. somewhat more compliant with non-gnu makes
------------------------------------------------------------------------
r131 | joostvb | 2004-10-16 11:53:26 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
generate pdf directly from tex: do not use ps2pdf, but use pdfjadetex
------------------------------------------------------------------------
r130 | joostvb | 2004-10-16 00:28:45 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
*** empty log message ***
------------------------------------------------------------------------
r129 | joostvb | 2004-10-16 00:26:06 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.5
------------------------------------------------------------------------
r128 | joostvb | 2004-10-16 00:17:24 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r127 | joostvb | 2004-10-16 00:16:49 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/doc/Makefile.am
./configure now fails if needed tools are not found. optionally uses lynx (not w3m) and openjade (not jade) for building. thanks LogReport for inspiration.
------------------------------------------------------------------------
r126 | joostvb | 2004-10-15 21:25:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r125 | joostvb | 2004-10-15 20:59:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.4
------------------------------------------------------------------------
r124 | joostvb | 2004-10-15 20:56:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/configure.ac
M /trunk/doc/manual.ent.in
M /trunk/etc/Makefile.am
M /trunk/man/Makefile.am
some cleanup of copyright statements: the files on which Stichting LogReport Foundation was listed as copyright holder were just trivial and not copyrightable
------------------------------------------------------------------------
r123 | joostvb | 2004-10-15 20:51:02 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/bootstrap
sign and publish targets added, for maintainer
------------------------------------------------------------------------
r122 | joostvb | 2004-10-15 18:22:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.3
------------------------------------------------------------------------
r121 | joostvb | 2004-10-15 18:18:58 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/script/systraq.in
the systraq command no longer uses hardcoded pathnames: pathnames moved to environment variable, cronjob and manual adjusted
------------------------------------------------------------------------
r120 | joostvb | 2004-10-15 17:00:46 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.2
------------------------------------------------------------------------
r119 | joostvb | 2004-10-15 16:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r118 | joostvb | 2004-10-15 16:55:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
st_snapshot is now no longer dependent on ./configure settings: got rid of hardcoded pathnames in the script itself, moved to cronjob invocation
------------------------------------------------------------------------
r117 | joostvb | 2004-10-15 14:59:50 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
oops, do distribute manual.dbx of course
------------------------------------------------------------------------
r116 | joostvb | 2004-10-15 14:59:29 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more ideas
------------------------------------------------------------------------
r115 | joostvb | 2004-10-15 13:46:00 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.1
------------------------------------------------------------------------
r114 | joostvb | 2004-10-15 13:40:25 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
some cleanup of unused variables
------------------------------------------------------------------------
r113 | joostvb | 2004-10-15 13:40:04 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on Jade stuff requirements added
------------------------------------------------------------------------
r112 | joostvb | 2004-10-15 13:05:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
manual.dbx is now fixed: uses flexible path names
------------------------------------------------------------------------
r111 | joostvb | 2004-10-15 13:04:53 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/etc/filetraq.conf.in
M /trunk/etc/snapshot_pub.list.in
M /trunk/etc/systraq.in
@SYSCONF_PATH@ and friends now have a more useful content
------------------------------------------------------------------------
r110 | joostvb | 2004-10-15 12:58:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r109 | joostvb | 2004-10-15 12:40:52 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r108 | joostvb | 2004-10-15 12:40:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
A /trunk/doc/manual.ent.in
generate entities from ./configure
------------------------------------------------------------------------
r107 | joostvb | 2004-10-15 12:39:37 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
use entities as generated by ./configure
------------------------------------------------------------------------
r106 | joostvb | 2004-10-15 12:34:24 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
do not say twice what to do after completion of this script
------------------------------------------------------------------------
r105 | joostvb | 2004-10-15 12:29:10 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
doc_DATA no longer in EXTRA_DIST: more robust during build
------------------------------------------------------------------------
r104 | joostvb | 2004-10-15 10:27:57 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015
------------------------------------------------------------------------
r103 | joostvb | 2004-10-15 10:27:38 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r102 | joostvb | 2004-10-15 10:17:14 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
added section about hacking on systraq
------------------------------------------------------------------------
r101 | joostvb | 2004-10-15 09:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/COPYING
D /trunk/INSTALL
M /trunk/README
use autotools generic INSTALL file
------------------------------------------------------------------------
r100 | joostvb | 2004-10-15 09:54:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/NEWS
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
be consistent about my email address
------------------------------------------------------------------------
r98 | joostvb | 2004-10-15 09:45:11 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more revamping to be done
------------------------------------------------------------------------
r97 | joostvb | 2004-10-15 09:30:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/NEWS
M /trunk/etc
M /trunk/etc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r96 | joostvb | 2004-10-15 09:30:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
now parseable by cvs2cl
------------------------------------------------------------------------
r95 | joostvb | 2004-10-15 09:28:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
no C code: no autoheader needed
------------------------------------------------------------------------
r94 | joostvb | 2004-10-15 09:27:55 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
config files now know about ./configure's sysconfdir
------------------------------------------------------------------------
r93 | joostvb | 2004-10-15 08:50:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/etc/filetraq.conf
A /trunk/etc/filetraq.conf.in
D /trunk/etc/snapshot_pub.list
A /trunk/etc/snapshot_pub.list.in
D /trunk/etc/systraq
A /trunk/etc/systraq.in
get rid of hardcoded /usr/local, but use ./configure setting
------------------------------------------------------------------------
r92 | joostvb | 2004-10-15 08:49:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
use ac_define_dir.m4 which supplies AC_DEFINE_DIR autoconf macro
------------------------------------------------------------------------
r90 | joostvb | 2004-10-15 00:10:06 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r88 | joostvb | 2004-10-15 00:05:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/setversion
A /trunk/users
current autotools features
------------------------------------------------------------------------
r87 | joostvb | 2004-10-15 00:04:22 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
added documentation. force current autotools
------------------------------------------------------------------------
r86 | joostvb | 2004-10-15 00:02:36 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/ChangeLog
M /trunk/NEWS
ChangeLog now autogenerated. NEWS now actually has contents: old ChangeLog
------------------------------------------------------------------------
r85 | joostvb | 2004-10-14 23:38:53 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
A /trunk/configure.ac
D /trunk/configure.in
new autotools naming style
------------------------------------------------------------------------
r84 | joostvb | 2004-10-14 11:50:50 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r83 | joostvb | 2004-10-12 18:11:13 +0200 (Tue, 12 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
another idea
------------------------------------------------------------------------
r82 | joostvb | 2004-08-04 15:33:59 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/script/st_snapshot
partially revert back: get rid of silly OWNEDHOMES: I was missing the point. duh
------------------------------------------------------------------------
r81 | joostvb | 2004-08-04 14:04:40 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
another bugfix. duh.
------------------------------------------------------------------------
r80 | joostvb | 2004-08-04 13:51:35 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r79 | joostvb | 2004-08-04 13:41:26 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r78 | joostvb | 2004-08-04 13:40:48 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
fixed bug in OWNEDHOMES variable setting. introduced sloppy tmpfile handling
------------------------------------------------------------------------
r77 | joostvb | 2004-08-04 13:16:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r76 | joostvb | 2004-08-04 12:59:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/ChangeLog
*** empty log message ***
------------------------------------------------------------------------
r75 | joostvb | 2004-08-04 12:53:00 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/Makefile.am
D /trunk/script/filetraq
D /trunk/script/filetraq.patch
we no longer ship filetraq, but require it
------------------------------------------------------------------------
r74 | joostvb | 2004-08-04 12:13:18 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
fixed stupid wrong comment
------------------------------------------------------------------------
r73 | joostvb | 2004-08-04 12:10:12 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
differ between homedirs owned by user occupying this dir, and those not. on systems were / is a hoemdir for lots of users, systraq was behaving bad.
------------------------------------------------------------------------
r72 | joostvb | 2004-08-04 12:08:20 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.homelist
change .procmail to .procmailrc: the last file is what we want to monitor, not .procmail/log, of course. Thanks Lionel Elie Mamane for bugreport
------------------------------------------------------------------------
r71 | joostvb | 2004-06-30 10:42:53 +0200 (Wed, 30 Jun 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
more alternative packages
------------------------------------------------------------------------
r70 | joostvb | 2004-05-27 06:15:46 +0200 (Thu, 27 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r69 | joostvb | 2004-05-26 12:34:09 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r68 | joostvb | 2004-05-26 12:33:48 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r67 | joostvb | 2004-05-26 11:33:15 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_root.homelist
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r66 | joostvb | 2004-05-26 11:19:30 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r65 | joostvb | 2004-05-26 11:17:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/Makefile.am
A /trunk/etc/filetraq.default
*** empty log message ***
------------------------------------------------------------------------
r64 | joostvb | 2004-05-26 11:13:23 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
note on troubles with some cron versions
------------------------------------------------------------------------
r63 | joostvb | 2004-05-26 11:09:37 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq
M /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r62 | joostvb | 2004-05-26 11:05:06 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq.patch
updated patch, now should fix hassle with changes in binary files too
------------------------------------------------------------------------
r61 | joostvb | 2004-05-26 10:33:50 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.homelist
M /trunk/etc/snapshot_root.homelist
~/.procmail and ~/.maildrop
------------------------------------------------------------------------
r60 | joostvb | 2004-05-26 10:29:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
*** empty log message ***
------------------------------------------------------------------------
r59 | joostvb | 2004-05-26 10:28:53 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on fam and diffmon
------------------------------------------------------------------------
r58 | joostvb | 2003-09-08 11:53:28 +0200 (Mon, 08 Sep 2003) | 2 lines
Changed paths:
M /trunk/TODO
reported cron issue
------------------------------------------------------------------------
r56 | joostvb | 2003-02-23 14:01:24 +0100 (Sun, 23 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r55 | joostvb | 2003-02-09 16:15:18 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r54 | joostvb | 2003-02-09 16:04:20 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r52 | joostvb | 2003-02-09 15:36:16 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r51 | joostvb | 2003-02-06 19:40:30 +0100 (Thu, 06 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/etc/snapshot_pub.homelist
*** empty log message ***
------------------------------------------------------------------------
r49 | joostvb | 2003-01-17 22:34:56 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/etc/systraq
grr. binary diff hassle
------------------------------------------------------------------------
r48 | joostvb | 2003-01-17 22:16:57 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r47 | joostvb | 2002-11-28 21:00:12 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r46 | joostvb | 2002-11-28 20:25:17 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r45 | joostvb | 2002-11-28 20:18:11 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r44 | joostvb | 2002-11-25 23:58:31 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r42 | joostvb | 2002-11-25 23:29:39 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc
M /trunk/doc/.cvsignore
M /trunk/etc
A /trunk/etc/.cvsignore
M /trunk/man
M /trunk/man/.cvsignore
M /trunk/script
A /trunk/script/.cvsignore
D /trunk/script/Makefile
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r41 | joostvb | 2002-10-19 16:41:05 +0200 (Sat, 19 Oct 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r40 | joostvb | 2002-10-14 10:46:39 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r39 | joostvb | 2002-10-14 10:40:51 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/etc/systraq
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r38 | joostvb | 2002-09-01 14:02:26 +0200 (Sun, 01 Sep 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r37 | joostvb | 2002-04-11 11:20:42 +0200 (Thu, 11 Apr 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r36 | joostvb | 2002-03-07 12:12:35 +0100 (Thu, 07 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r35 | joostvb | 2002-03-06 10:29:14 +0100 (Wed, 06 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r33 | joostvb | 2002-02-28 21:19:33 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/Makefile.am
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r32 | joostvb | 2002-02-28 21:02:30 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r31 | joostvb | 2002-02-26 20:13:14 +0100 (Tue, 26 Feb 2002) | 2 lines
Changed paths:
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r30 | joostvb | 2002-02-23 09:47:21 +0100 (Sat, 23 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r29 | joostvb | 2002-01-13 22:00:34 +0100 (Sun, 13 Jan 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/etc/snapshot_pub.list
M /trunk/etc/systraq
M /trunk/script/systraq.in
minor bugfix release
------------------------------------------------------------------------
r28 | joostvb | 2001-12-08 21:57:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r27 | joostvb | 2001-12-08 21:41:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r26 | joostvb | 2001-12-08 20:36:55 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
A /trunk/INSTALL
M /trunk/Makefile.am
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r24 | joostvb | 2001-12-08 20:16:51 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk
A /trunk/.cvsignore
D /trunk/doc/Makefile
D /trunk/etc/Makefile
A /trunk/etc/Makefile.am
M /trunk/man
A /trunk/man/.cvsignore
A /trunk/man/Makefile.am
A /trunk/script/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r23 | joostvb | 2001-12-08 20:15:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/Makefile.am
A /trunk/NEWS
M /trunk/TODO
A /trunk/bootstrap
A /trunk/configure.in
M /trunk/doc/Makefile
A /trunk/doc/Makefile.am
M /trunk/etc/Makefile
M /trunk/script/Makefile
A /trunk/setversion
*** empty log message ***
------------------------------------------------------------------------
r22 | joostvb | 2001-12-08 19:32:36 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r21 | joostvb | 2001-12-08 15:26:27 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r20 | joostvb | 2001-12-08 15:15:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/filetraq
A /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r19 | joostvb | 2001-12-08 14:31:56 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/AUTHORS
A /trunk/COPYING
A /trunk/ChangeLog
A /trunk/README
A /trunk/THANKS
M /trunk/TODO
M /trunk/doc
A /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r18 | joostvb | 2001-12-07 17:20:44 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
A /trunk/etc/Makefile
*** empty log message ***
------------------------------------------------------------------------
r17 | joostvb | 2001-12-07 17:13:23 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r16 | joostvb | 2001-12-07 17:11:17 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.list
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r15 | joostvb | 2001-12-07 16:36:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r14 | joostvb | 2001-12-07 16:26:38 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r13 | joostvb | 2001-12-07 15:29:02 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
*** empty log message ***
------------------------------------------------------------------------
r12 | joostvb | 2001-12-07 15:20:06 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/snapshot_root.homelist
*** empty log message ***
------------------------------------------------------------------------
r11 | joostvb | 2001-12-07 15:13:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.homelist
A /trunk/etc/snapshot_root.list
*** empty log message ***
------------------------------------------------------------------------
r10 | joostvb | 2001-12-07 15:02:25 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc
A /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r9 | joostvb | 2001-12-07 14:29:57 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r8 | joostvb | 2001-12-07 14:05:30 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r7 | joostvb | 2001-12-06 19:11:14 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r6 | joostvb | 2001-12-06 19:08:24 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc/Makefile
A /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
A /trunk/doc/print.dsl
*** empty log message ***
------------------------------------------------------------------------
r5 | joostvb | 2001-12-06 15:18:20 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
A /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r4 | joostvb | 2001-12-06 12:45:25 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc
A /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r3 | joostvb | 2001-12-06 12:26:18 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/script
A /trunk/script/Makefile
A /trunk/script/filetraq
A /trunk/script/st_snapshot
moved from tools/
------------------------------------------------------------------------
r2 | joostvb | 2001-12-06 12:25:17 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/man
A /trunk/man/st_snapshot.pod
*** empty log message ***
------------------------------------------------------------------------
r207 | joostvb | 2005-02-12 17:29:40 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/LICENSE
it is 2005
------------------------------------------------------------------------
r206 | joostvb | 2005-02-12 17:27:41 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
commit mailing list created
------------------------------------------------------------------------
r204 | joostvb | 2005-02-11 20:00:51 +0100 (Fri, 11 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/etc/systraq_is_unconfigured
more stuff to do with etc/systraq_is_unconfigured
------------------------------------------------------------------------
r203 | joostvb | 2005-02-09 22:25:20 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/NEWS
------------------------------------------------------------------------
r202 | joostvb | 2005-02-09 22:15:48 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/configure.ac
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/systraq.in
M /trunk/systraq/script/Makefile.am
A /trunk/systraq/script/st_snapshot.hourly.in
wrapper for st_snapshot cronjob
------------------------------------------------------------------------
r201 | joostvb | 2005-02-09 22:14:39 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/etc/systraq_is_unconfigured
be nice to people doing a fresh install: supply a helpful note to them, instead of an ugly hourly error message from cron
------------------------------------------------------------------------
r200 | joostvb | 2005-02-09 21:37:31 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/Makefile.am
revert back to not using openjade -c catalogfile: it does not solve the network access problem, and introduced another problem
------------------------------------------------------------------------
r199 | joostvb | 2005-02-09 18:59:33 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
------------------------------------------------------------------------
r198 | joostvb | 2005-02-09 18:56:17 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
we use examplepath too
------------------------------------------------------------------------
r197 | joostvb | 2005-02-05 16:30:01 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
more tips for maintaining filetraq.conf, including caspar integration tips
------------------------------------------------------------------------
r196 | joostvb | 2005-02-05 16:23:29 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
more earlier reported bugs/ideas
------------------------------------------------------------------------
r195 | joostvb | 2005-02-05 16:20:47 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ii-shellrc
M /trunk/systraq/lib/nn-debsums
M /trunk/systraq/lib/rr-localdigest
M /trunk/systraq/lib/ww-signature
svn tags
------------------------------------------------------------------------
r194 | joostvb | 2005-02-05 16:17:34 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ff-netstat
list ipv6 connections too
------------------------------------------------------------------------
r193 | joostvb | 2005-02-05 16:12:35 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/rr-localdigest
fixed typo
------------------------------------------------------------------------
r192 | joostvb | 2005-02-03 08:59:02 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
D /trunk/systraq/doc/ChangeLog.2004
M /trunk/systraq/doc/Makefile.am
worked around svn2cl issues. just run raw "svn log"
------------------------------------------------------------------------
r191 | joostvb | 2005-02-03 08:52:19 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
a commit mailing list would be nice
------------------------------------------------------------------------
r190 | joostvb | 2005-02-03 08:26:00 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
another idea about svn2cl
------------------------------------------------------------------------
r189 | joostvb | 2005-02-02 21:59:28 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
svn2cl hassle
------------------------------------------------------------------------
r188 | joostvb | 2005-02-02 21:27:51 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
M /trunk/systraq/doc/Makefile.am
no longer user cvs2cl, but use svn2cl
------------------------------------------------------------------------
r187 | joostvb | 2005-02-02 21:26:11 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/doc/ChangeLog.2004
ChangeLog from the CVS era. Our svn2cl chokes on drastically moved files, so just keep this one here
------------------------------------------------------------------------
r186 | joostvb | 2005-02-02 20:57:31 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/dd-last
last is not that dumb: use -n
------------------------------------------------------------------------
r185 | lfousse | 2005-02-02 16:45:26 +0100 (Wed, 02 Feb 2005) | 2 lines
Changed paths:
M /trunk/systraq/TODO
Commit emails should work now.
------------------------------------------------------------------------
r184 | joostvb | 2005-02-01 06:57:32 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r183 | joostvb | 2005-02-01 06:54:25 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r182 | joostvb | 2005-02-01 06:50:35 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/THANKS
------------------------------------------------------------------------
r181 | lfousse | 2005-01-23 18:55:27 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /trunk/doc
A /trunk/systraq/doc (from /trunk/doc:179)
R /trunk/systraq/doc/Makefile.am (from /trunk/doc/Makefile.am:180)
M /trunk/systraq/doc/html.dsl
M /trunk/systraq/doc/manual.ent.in
M /trunk/systraq/doc/print.dsl
Forgot to move `doc'.
------------------------------------------------------------------------
r180 | lfousse | 2005-01-23 18:54:03 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /debian
D /trunk/.cvsignore
D /trunk/AUTHORS
D /trunk/LICENSE
D /trunk/Makefile.am
D /trunk/NEWS
D /trunk/README
D /trunk/THANKS
D /trunk/TODO
D /trunk/bootstrap
D /trunk/configure.ac
A /trunk/debian (from /debian:175)
R /trunk/debian/README.Debian (from /debian/README.Debian:179)
R /trunk/debian/changelog (from /debian/changelog:179)
R /trunk/debian/control (from /debian/control:179)
R /trunk/debian/rules (from /debian/rules:179)
A /trunk/debian/snapshot_pub.homelist (from /debian/snapshot_pub.homelist:179)
A /trunk/debian/snapshot_pub.list (from /debian/snapshot_pub.list:179)
A /trunk/debian/snapshot_root.homelist (from /debian/snapshot_root.homelist:179)
A /trunk/debian/snapshot_root.list (from /debian/snapshot_root.list:179)
M /trunk/doc/Makefile.am
D /trunk/etc
D /trunk/lib
D /trunk/man
D /trunk/script
D /trunk/setversion
A /trunk/systraq
A /trunk/systraq/.cvsignore (from /trunk/.cvsignore:178)
A /trunk/systraq/AUTHORS (from /trunk/AUTHORS:178)
A /trunk/systraq/LICENSE (from /trunk/LICENSE:178)
A /trunk/systraq/Makefile.am (from /trunk/Makefile.am:178)
A /trunk/systraq/NEWS (from /trunk/NEWS:178)
A /trunk/systraq/README (from /trunk/README:178)
A /trunk/systraq/THANKS (from /trunk/THANKS:178)
A /trunk/systraq/TODO (from /trunk/TODO:178)
A /trunk/systraq/bootstrap (from /trunk/bootstrap:178)
A /trunk/systraq/configure.ac (from /trunk/configure.ac:178)
A /trunk/systraq/etc (from /trunk/etc:178)
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/filetraq.conf.in
M /trunk/systraq/etc/filetraq.default
M /trunk/systraq/etc/snapshot_pub.homelist
M /trunk/systraq/etc/snapshot_pub.list.in
M /trunk/systraq/etc/snapshot_root.homelist
M /trunk/systraq/etc/snapshot_root.list
M /trunk/systraq/etc/systraq.in
A /trunk/systraq/lib (from /trunk/lib:178)
M /trunk/systraq/lib/Makefile.am
M /trunk/systraq/lib/ak-uptime
M /trunk/systraq/lib/bb-free
M /trunk/systraq/lib/cc-df
M /trunk/systraq/lib/dd-last
M /trunk/systraq/lib/ee-lastlog
M /trunk/systraq/lib/ff-netstat
M /trunk/systraq/lib/gg-ps
A /trunk/systraq/man (from /trunk/man:178)
M /trunk/systraq/man/Makefile.am
M /trunk/systraq/man/st_snapshot.pod
A /trunk/systraq/script (from /trunk/script:178)
M /trunk/systraq/script/Makefile.am
M /trunk/systraq/script/st_snapshot
A /trunk/systraq/setversion (from /trunk/setversion:178)
Move files around to match the intented hierarchy.
------------------------------------------------------------------------
r179 | lfousse | 2005-01-16 15:55:29 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
Systraq is maintained via svn now (commit by Joost).
------------------------------------------------------------------------
r178 | lfousse | 2005-01-16 13:31:25 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/TODO
Another bug (commit for Joost).
------------------------------------------------------------------------
r174 | joostvb | 2004-11-18 21:20:58 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041118
------------------------------------------------------------------------
r173 | joostvb | 2004-11-18 21:12:17 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/TODO
another gotcha for packagers
------------------------------------------------------------------------
r172 | joostvb | 2004-11-18 21:09:24 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
refer to installed example config files
------------------------------------------------------------------------
r171 | joostvb | 2004-11-18 21:01:46 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
install filetraq.conf; install snapshot_ listfiles in doc/systraq/examples, not etc/
------------------------------------------------------------------------
r170 | joostvb | 2004-10-25 08:51:29 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
more notes for upgraders
------------------------------------------------------------------------
r169 | joostvb | 2004-10-25 08:51:16 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_pub.list.in
honor new locations of systraq scripts
------------------------------------------------------------------------
r168 | joostvb | 2004-10-22 09:41:13 +0200 (Fri, 22 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/doc/manual.dbx
added some notes on upgrading
------------------------------------------------------------------------
r167 | joostvb | 2004-10-21 17:52:53 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.9
------------------------------------------------------------------------
r166 | joostvb | 2004-10-21 17:51:14 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
new file locations documented
------------------------------------------------------------------------
r165 | joostvb | 2004-10-21 17:44:11 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r164 | joostvb | 2004-10-21 17:43:00 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
another developers hack documented
------------------------------------------------------------------------
r163 | joostvb | 2004-10-21 17:42:29 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
M /trunk/setversion
automagically expand time and version
------------------------------------------------------------------------
r162 | joostvb | 2004-10-21 17:02:30 +0200 (Thu, 21 Oct 2004) | 3 lines
Changed paths:
M /trunk/lib/Makefile.am
fixed bug which caused symlinks in systraq.d
to point to /*
------------------------------------------------------------------------
r161 | joostvb | 2004-10-17 18:17:21 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.ent.in
*** empty log message ***
------------------------------------------------------------------------
r160 | joostvb | 2004-10-17 17:34:01 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r159 | joostvb | 2004-10-17 14:10:09 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r158 | joostvb | 2004-10-17 14:08:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version version 20041015-cvs.8
------------------------------------------------------------------------
r157 | joostvb | 2004-10-17 14:05:20 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r156 | joostvb | 2004-10-17 14:04:38 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
find run-parts, and give advice if we fail
------------------------------------------------------------------------
r155 | joostvb | 2004-10-17 14:03:56 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
M /trunk/script/Makefile.am
install systraq and st_snapshot in sbindir, not bindir: do not polute all users PATHs: in most common scenarios, people wont run these commands themselves
------------------------------------------------------------------------
r154 | joostvb | 2004-10-17 13:36:34 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.7
------------------------------------------------------------------------
r153 | joostvb | 2004-10-17 13:35:07 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
systraq redesign done, documentation pending
------------------------------------------------------------------------
r152 | joostvb | 2004-10-17 13:34:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/lib/rr-localdigest
ST_LMD5SUMS renamed to ST_LDIGESTS
------------------------------------------------------------------------
r151 | joostvb | 2004-10-17 13:33:57 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
systraq no longer needs ST_LMD5SUMS environment variable
------------------------------------------------------------------------
r150 | joostvb | 2004-10-17 13:33:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
started documenting new systraq script interface
------------------------------------------------------------------------
r149 | joostvb | 2004-10-17 13:00:53 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script
M /trunk/script/.cvsignore
systraq is now generated from systraq.in
------------------------------------------------------------------------
r148 | joostvb | 2004-10-17 13:00:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/TODO
M /trunk/lib
A /trunk/lib/.cvsignore
M /trunk/lib/ww-signature
*** empty log message ***
------------------------------------------------------------------------
r147 | joostvb | 2004-10-17 12:59:27 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
ship new file LICENSE
------------------------------------------------------------------------
r146 | joostvb | 2004-10-17 12:57:23 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
A /trunk/lib/Makefile.am
added infrastructure for stuff in lib/
------------------------------------------------------------------------
r145 | joostvb | 2004-10-17 12:37:40 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq redone: run scripts in specific directory, offer nice environment to these scripts
------------------------------------------------------------------------
r144 | joostvb | 2004-10-17 12:24:42 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq renamed to systraq.in
------------------------------------------------------------------------
r143 | joostvb | 2004-10-17 12:22:29 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
D /trunk/lib/aa-uptime
A /trunk/lib/ak-uptime
A /trunk/lib/ii-shellrc
A /trunk/lib/nn-debsums
A /trunk/lib/rr-localdigest
A /trunk/lib/ww-signature
ripped out of systraq script: configurable now
------------------------------------------------------------------------
r142 | joostvb | 2004-10-16 23:56:04 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r141 | joostvb | 2004-10-16 17:07:15 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
ripping out all configurable bits: phase one
------------------------------------------------------------------------
r140 | joostvb | 2004-10-16 17:06:27 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/lib
A /trunk/lib/aa-uptime
A /trunk/lib/bb-free
A /trunk/lib/cc-df
A /trunk/lib/dd-last
A /trunk/lib/ee-lastlog
A /trunk/lib/ff-netstat
A /trunk/lib/gg-ps
transforming systraq to a run-parts style script
------------------------------------------------------------------------
r139 | joostvb | 2004-10-16 16:48:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
one done
------------------------------------------------------------------------
r138 | joostvb | 2004-10-16 16:44:44 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/LICENSE
M /trunk/Makefile.am
M /trunk/README
M /trunk/THANKS
M /trunk/configure.ac
M /trunk/doc/Makefile.am
M /trunk/doc/html.dsl
M /trunk/doc/print.dsl
M /trunk/etc/Makefile.am
M /trunk/man/st_snapshot.pod
clarified copyright ownership. LICENSE file, listing holders, added
------------------------------------------------------------------------
r137 | joostvb | 2004-10-16 13:52:09 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more TODO
------------------------------------------------------------------------
r136 | joostvb | 2004-10-16 12:06:21 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.6
------------------------------------------------------------------------
r135 | joostvb | 2004-10-16 12:06:07 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
some things are done
------------------------------------------------------------------------
r134 | joostvb | 2004-10-16 12:02:46 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
and the SGML declaration: another build dependency
------------------------------------------------------------------------
r133 | joostvb | 2004-10-16 12:00:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
document build-dependencies: w3m or lynx, openjade or jade, JadeTeX, teTeX
------------------------------------------------------------------------
r132 | joostvb | 2004-10-16 11:54:10 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
use pdfjadetex. somewhat more compliant with non-gnu makes
------------------------------------------------------------------------
r131 | joostvb | 2004-10-16 11:53:26 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
generate pdf directly from tex: do not use ps2pdf, but use pdfjadetex
------------------------------------------------------------------------
r130 | joostvb | 2004-10-16 00:28:45 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
*** empty log message ***
------------------------------------------------------------------------
r129 | joostvb | 2004-10-16 00:26:06 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.5
------------------------------------------------------------------------
r128 | joostvb | 2004-10-16 00:17:24 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r127 | joostvb | 2004-10-16 00:16:49 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/doc/Makefile.am
./configure now fails if needed tools are not found. optionally uses lynx (not w3m) and openjade (not jade) for building. thanks LogReport for inspiration.
------------------------------------------------------------------------
r126 | joostvb | 2004-10-15 21:25:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r125 | joostvb | 2004-10-15 20:59:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.4
------------------------------------------------------------------------
r124 | joostvb | 2004-10-15 20:56:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/configure.ac
M /trunk/doc/manual.ent.in
M /trunk/etc/Makefile.am
M /trunk/man/Makefile.am
some cleanup of copyright statements: the files on which Stichting LogReport Foundation was listed as copyright holder were just trivial and not copyrightable
------------------------------------------------------------------------
r123 | joostvb | 2004-10-15 20:51:02 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/bootstrap
sign and publish targets added, for maintainer
------------------------------------------------------------------------
r122 | joostvb | 2004-10-15 18:22:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.3
------------------------------------------------------------------------
r121 | joostvb | 2004-10-15 18:18:58 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/script/systraq.in
the systraq command no longer uses hardcoded pathnames: pathnames moved to environment variable, cronjob and manual adjusted
------------------------------------------------------------------------
r120 | joostvb | 2004-10-15 17:00:46 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.2
------------------------------------------------------------------------
r119 | joostvb | 2004-10-15 16:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r118 | joostvb | 2004-10-15 16:55:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
st_snapshot is now no longer dependent on ./configure settings: got rid of hardcoded pathnames in the script itself, moved to cronjob invocation
------------------------------------------------------------------------
r117 | joostvb | 2004-10-15 14:59:50 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
oops, do distribute manual.dbx of course
------------------------------------------------------------------------
r116 | joostvb | 2004-10-15 14:59:29 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more ideas
------------------------------------------------------------------------
r115 | joostvb | 2004-10-15 13:46:00 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.1
------------------------------------------------------------------------
r114 | joostvb | 2004-10-15 13:40:25 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
some cleanup of unused variables
------------------------------------------------------------------------
r113 | joostvb | 2004-10-15 13:40:04 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on Jade stuff requirements added
------------------------------------------------------------------------
r112 | joostvb | 2004-10-15 13:05:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
manual.dbx is now fixed: uses flexible path names
------------------------------------------------------------------------
r111 | joostvb | 2004-10-15 13:04:53 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/etc/filetraq.conf.in
M /trunk/etc/snapshot_pub.list.in
M /trunk/etc/systraq.in
@SYSCONF_PATH@ and friends now have a more useful content
------------------------------------------------------------------------
r110 | joostvb | 2004-10-15 12:58:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r109 | joostvb | 2004-10-15 12:40:52 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r108 | joostvb | 2004-10-15 12:40:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
A /trunk/doc/manual.ent.in
generate entities from ./configure
------------------------------------------------------------------------
r107 | joostvb | 2004-10-15 12:39:37 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
use entities as generated by ./configure
------------------------------------------------------------------------
r106 | joostvb | 2004-10-15 12:34:24 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
do not say twice what to do after completion of this script
------------------------------------------------------------------------
r105 | joostvb | 2004-10-15 12:29:10 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
doc_DATA no longer in EXTRA_DIST: more robust during build
------------------------------------------------------------------------
r104 | joostvb | 2004-10-15 10:27:57 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015
------------------------------------------------------------------------
r103 | joostvb | 2004-10-15 10:27:38 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r102 | joostvb | 2004-10-15 10:17:14 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
added section about hacking on systraq
------------------------------------------------------------------------
r101 | joostvb | 2004-10-15 09:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/COPYING
D /trunk/INSTALL
M /trunk/README
use autotools generic INSTALL file
------------------------------------------------------------------------
r100 | joostvb | 2004-10-15 09:54:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/NEWS
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
be consistent about my email address
------------------------------------------------------------------------
r98 | joostvb | 2004-10-15 09:45:11 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more revamping to be done
------------------------------------------------------------------------
r97 | joostvb | 2004-10-15 09:30:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/NEWS
M /trunk/etc
M /trunk/etc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r96 | joostvb | 2004-10-15 09:30:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
now parseable by cvs2cl
------------------------------------------------------------------------
r95 | joostvb | 2004-10-15 09:28:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
no C code: no autoheader needed
------------------------------------------------------------------------
r94 | joostvb | 2004-10-15 09:27:55 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
config files now know about ./configure's sysconfdir
------------------------------------------------------------------------
r93 | joostvb | 2004-10-15 08:50:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/etc/filetraq.conf
A /trunk/etc/filetraq.conf.in
D /trunk/etc/snapshot_pub.list
A /trunk/etc/snapshot_pub.list.in
D /trunk/etc/systraq
A /trunk/etc/systraq.in
get rid of hardcoded /usr/local, but use ./configure setting
------------------------------------------------------------------------
r92 | joostvb | 2004-10-15 08:49:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
use ac_define_dir.m4 which supplies AC_DEFINE_DIR autoconf macro
------------------------------------------------------------------------
r90 | joostvb | 2004-10-15 00:10:06 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r88 | joostvb | 2004-10-15 00:05:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/setversion
A /trunk/users
current autotools features
------------------------------------------------------------------------
r87 | joostvb | 2004-10-15 00:04:22 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
added documentation. force current autotools
------------------------------------------------------------------------
r86 | joostvb | 2004-10-15 00:02:36 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/ChangeLog
M /trunk/NEWS
ChangeLog now autogenerated. NEWS now actually has contents: old ChangeLog
------------------------------------------------------------------------
r85 | joostvb | 2004-10-14 23:38:53 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
A /trunk/configure.ac
D /trunk/configure.in
new autotools naming style
------------------------------------------------------------------------
r84 | joostvb | 2004-10-14 11:50:50 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r83 | joostvb | 2004-10-12 18:11:13 +0200 (Tue, 12 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
another idea
------------------------------------------------------------------------
r82 | joostvb | 2004-08-04 15:33:59 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/script/st_snapshot
partially revert back: get rid of silly OWNEDHOMES: I was missing the point. duh
------------------------------------------------------------------------
r81 | joostvb | 2004-08-04 14:04:40 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
another bugfix. duh.
------------------------------------------------------------------------
r80 | joostvb | 2004-08-04 13:51:35 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r79 | joostvb | 2004-08-04 13:41:26 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r78 | joostvb | 2004-08-04 13:40:48 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
fixed bug in OWNEDHOMES variable setting. introduced sloppy tmpfile handling
------------------------------------------------------------------------
r77 | joostvb | 2004-08-04 13:16:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r76 | joostvb | 2004-08-04 12:59:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/ChangeLog
*** empty log message ***
------------------------------------------------------------------------
r75 | joostvb | 2004-08-04 12:53:00 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/Makefile.am
D /trunk/script/filetraq
D /trunk/script/filetraq.patch
we no longer ship filetraq, but require it
------------------------------------------------------------------------
r74 | joostvb | 2004-08-04 12:13:18 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
fixed stupid wrong comment
------------------------------------------------------------------------
r73 | joostvb | 2004-08-04 12:10:12 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
differ between homedirs owned by user occupying this dir, and those not. on systems were / is a hoemdir for lots of users, systraq was behaving bad.
------------------------------------------------------------------------
r72 | joostvb | 2004-08-04 12:08:20 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.homelist
change .procmail to .procmailrc: the last file is what we want to monitor, not .procmail/log, of course. Thanks Lionel Elie Mamane for bugreport
------------------------------------------------------------------------
r71 | joostvb | 2004-06-30 10:42:53 +0200 (Wed, 30 Jun 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
more alternative packages
------------------------------------------------------------------------
r70 | joostvb | 2004-05-27 06:15:46 +0200 (Thu, 27 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r69 | joostvb | 2004-05-26 12:34:09 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r68 | joostvb | 2004-05-26 12:33:48 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r67 | joostvb | 2004-05-26 11:33:15 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_root.homelist
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r66 | joostvb | 2004-05-26 11:19:30 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r65 | joostvb | 2004-05-26 11:17:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/Makefile.am
A /trunk/etc/filetraq.default
*** empty log message ***
------------------------------------------------------------------------
r64 | joostvb | 2004-05-26 11:13:23 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
note on troubles with some cron versions
------------------------------------------------------------------------
r63 | joostvb | 2004-05-26 11:09:37 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq
M /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r62 | joostvb | 2004-05-26 11:05:06 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq.patch
updated patch, now should fix hassle with changes in binary files too
------------------------------------------------------------------------
r61 | joostvb | 2004-05-26 10:33:50 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.homelist
M /trunk/etc/snapshot_root.homelist
~/.procmail and ~/.maildrop
------------------------------------------------------------------------
r60 | joostvb | 2004-05-26 10:29:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
*** empty log message ***
------------------------------------------------------------------------
r59 | joostvb | 2004-05-26 10:28:53 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on fam and diffmon
------------------------------------------------------------------------
r58 | joostvb | 2003-09-08 11:53:28 +0200 (Mon, 08 Sep 2003) | 2 lines
Changed paths:
M /trunk/TODO
reported cron issue
------------------------------------------------------------------------
r56 | joostvb | 2003-02-23 14:01:24 +0100 (Sun, 23 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r55 | joostvb | 2003-02-09 16:15:18 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r54 | joostvb | 2003-02-09 16:04:20 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r52 | joostvb | 2003-02-09 15:36:16 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r51 | joostvb | 2003-02-06 19:40:30 +0100 (Thu, 06 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/etc/snapshot_pub.homelist
*** empty log message ***
------------------------------------------------------------------------
r49 | joostvb | 2003-01-17 22:34:56 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/etc/systraq
grr. binary diff hassle
------------------------------------------------------------------------
r48 | joostvb | 2003-01-17 22:16:57 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r47 | joostvb | 2002-11-28 21:00:12 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r46 | joostvb | 2002-11-28 20:25:17 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r45 | joostvb | 2002-11-28 20:18:11 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r44 | joostvb | 2002-11-25 23:58:31 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r42 | joostvb | 2002-11-25 23:29:39 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc
M /trunk/doc/.cvsignore
M /trunk/etc
A /trunk/etc/.cvsignore
M /trunk/man
M /trunk/man/.cvsignore
M /trunk/script
A /trunk/script/.cvsignore
D /trunk/script/Makefile
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r41 | joostvb | 2002-10-19 16:41:05 +0200 (Sat, 19 Oct 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r40 | joostvb | 2002-10-14 10:46:39 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r39 | joostvb | 2002-10-14 10:40:51 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/etc/systraq
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r38 | joostvb | 2002-09-01 14:02:26 +0200 (Sun, 01 Sep 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r37 | joostvb | 2002-04-11 11:20:42 +0200 (Thu, 11 Apr 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r36 | joostvb | 2002-03-07 12:12:35 +0100 (Thu, 07 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r35 | joostvb | 2002-03-06 10:29:14 +0100 (Wed, 06 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r33 | joostvb | 2002-02-28 21:19:33 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/Makefile.am
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r32 | joostvb | 2002-02-28 21:02:30 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r31 | joostvb | 2002-02-26 20:13:14 +0100 (Tue, 26 Feb 2002) | 2 lines
Changed paths:
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r30 | joostvb | 2002-02-23 09:47:21 +0100 (Sat, 23 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r29 | joostvb | 2002-01-13 22:00:34 +0100 (Sun, 13 Jan 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/etc/snapshot_pub.list
M /trunk/etc/systraq
M /trunk/script/systraq.in
minor bugfix release
------------------------------------------------------------------------
r28 | joostvb | 2001-12-08 21:57:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r27 | joostvb | 2001-12-08 21:41:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r26 | joostvb | 2001-12-08 20:36:55 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
A /trunk/INSTALL
M /trunk/Makefile.am
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r24 | joostvb | 2001-12-08 20:16:51 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk
A /trunk/.cvsignore
D /trunk/doc/Makefile
D /trunk/etc/Makefile
A /trunk/etc/Makefile.am
M /trunk/man
A /trunk/man/.cvsignore
A /trunk/man/Makefile.am
A /trunk/script/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r23 | joostvb | 2001-12-08 20:15:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/Makefile.am
A /trunk/NEWS
M /trunk/TODO
A /trunk/bootstrap
A /trunk/configure.in
M /trunk/doc/Makefile
A /trunk/doc/Makefile.am
M /trunk/etc/Makefile
M /trunk/script/Makefile
A /trunk/setversion
*** empty log message ***
------------------------------------------------------------------------
r22 | joostvb | 2001-12-08 19:32:36 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r21 | joostvb | 2001-12-08 15:26:27 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r20 | joostvb | 2001-12-08 15:15:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/filetraq
A /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r19 | joostvb | 2001-12-08 14:31:56 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/AUTHORS
A /trunk/COPYING
A /trunk/ChangeLog
A /trunk/README
A /trunk/THANKS
M /trunk/TODO
M /trunk/doc
A /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r18 | joostvb | 2001-12-07 17:20:44 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
A /trunk/etc/Makefile
*** empty log message ***
------------------------------------------------------------------------
r17 | joostvb | 2001-12-07 17:13:23 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r16 | joostvb | 2001-12-07 17:11:17 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.list
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r15 | joostvb | 2001-12-07 16:36:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r14 | joostvb | 2001-12-07 16:26:38 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r13 | joostvb | 2001-12-07 15:29:02 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
*** empty log message ***
------------------------------------------------------------------------
r12 | joostvb | 2001-12-07 15:20:06 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/snapshot_root.homelist
*** empty log message ***
------------------------------------------------------------------------
r11 | joostvb | 2001-12-07 15:13:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.homelist
A /trunk/etc/snapshot_root.list
*** empty log message ***
------------------------------------------------------------------------
r10 | joostvb | 2001-12-07 15:02:25 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc
A /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r9 | joostvb | 2001-12-07 14:29:57 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r8 | joostvb | 2001-12-07 14:05:30 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r7 | joostvb | 2001-12-06 19:11:14 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r6 | joostvb | 2001-12-06 19:08:24 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc/Makefile
A /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
A /trunk/doc/print.dsl
*** empty log message ***
------------------------------------------------------------------------
r5 | joostvb | 2001-12-06 15:18:20 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
A /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r4 | joostvb | 2001-12-06 12:45:25 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc
A /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r3 | joostvb | 2001-12-06 12:26:18 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/script
A /trunk/script/Makefile
A /trunk/script/filetraq
A /trunk/script/st_snapshot
moved from tools/
------------------------------------------------------------------------
r2 | joostvb | 2001-12-06 12:25:17 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/man
A /trunk/man/st_snapshot.pod
*** empty log message ***
------------------------------------------------------------------------
r223 | joostvb | 2005-02-13 14:55:38 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/bootstrap
make sure ChangeLog looks nice
------------------------------------------------------------------------
r222 | joostvb | 2005-02-13 14:54:52 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/man/st_snapshot.hourly.dbx
manpage finished
------------------------------------------------------------------------
r221 | joostvb | 2005-02-13 14:52:33 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
refer to st_snapshot.hourly manpage
------------------------------------------------------------------------
r220 | joostvb | 2005-02-13 13:11:49 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r219 | joostvb | 2005-02-13 13:10:55 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r218 | joostvb | 2005-02-13 13:10:45 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/script/st_snapshot.hourly.in
be even more user-friendly
------------------------------------------------------------------------
r217 | joostvb | 2005-02-13 13:10:10 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/man/st_snapshot.hourly.dbx
completing manpage
------------------------------------------------------------------------
r216 | joostvb | 2005-02-13 12:43:45 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/bootstrap
M /trunk/systraq/configure.ac
M /trunk/systraq/doc/Makefile.am
M /trunk/systraq/doc/manual.dbx
M /trunk/systraq/man/Makefile.am
both manpage and manual want to use same configure-expanded variable: dbx build system overhaul
------------------------------------------------------------------------
r215 | joostvb | 2005-02-12 23:40:22 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/man/Makefile.am
------------------------------------------------------------------------
r214 | joostvb | 2005-02-12 23:35:44 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/man/st_snapshot.hourly.dbx
need to finish manpage
------------------------------------------------------------------------
r213 | joostvb | 2005-02-12 23:31:08 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/man/Makefile.am
A /trunk/systraq/man/st_snapshot.hourly.dbx
st_snapshot.hourly manpage, first shot
------------------------------------------------------------------------
r212 | joostvb | 2005-02-12 21:57:51 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r211 | joostvb | 2005-02-12 21:39:39 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/systraq_is_unconfigured
do not install systraq_is_unconfigured: this tarball behaves just fine.
------------------------------------------------------------------------
r210 | joostvb | 2005-02-12 21:38:55 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
some stuff is done
------------------------------------------------------------------------
r209 | joostvb | 2005-02-12 21:30:59 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/Makefile.am
rumours about Debian Bug#291619 turned out to be just that
------------------------------------------------------------------------
r207 | joostvb | 2005-02-12 17:29:40 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/LICENSE
it is 2005
------------------------------------------------------------------------
r206 | joostvb | 2005-02-12 17:27:41 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
commit mailing list created
------------------------------------------------------------------------
r204 | joostvb | 2005-02-11 20:00:51 +0100 (Fri, 11 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/etc/systraq_is_unconfigured
more stuff to do with etc/systraq_is_unconfigured
------------------------------------------------------------------------
r203 | joostvb | 2005-02-09 22:25:20 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/NEWS
------------------------------------------------------------------------
r202 | joostvb | 2005-02-09 22:15:48 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/configure.ac
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/systraq.in
M /trunk/systraq/script/Makefile.am
A /trunk/systraq/script/st_snapshot.hourly.in
wrapper for st_snapshot cronjob
------------------------------------------------------------------------
r201 | joostvb | 2005-02-09 22:14:39 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/etc/systraq_is_unconfigured
be nice to people doing a fresh install: supply a helpful note to them, instead of an ugly hourly error message from cron
------------------------------------------------------------------------
r200 | joostvb | 2005-02-09 21:37:31 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/Makefile.am
revert back to not using openjade -c catalogfile: it does not solve the network access problem, and introduced another problem
------------------------------------------------------------------------
r199 | joostvb | 2005-02-09 18:59:33 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
------------------------------------------------------------------------
r198 | joostvb | 2005-02-09 18:56:17 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
we use examplepath too
------------------------------------------------------------------------
r197 | joostvb | 2005-02-05 16:30:01 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
more tips for maintaining filetraq.conf, including caspar integration tips
------------------------------------------------------------------------
r196 | joostvb | 2005-02-05 16:23:29 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
more earlier reported bugs/ideas
------------------------------------------------------------------------
r195 | joostvb | 2005-02-05 16:20:47 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ii-shellrc
M /trunk/systraq/lib/nn-debsums
M /trunk/systraq/lib/rr-localdigest
M /trunk/systraq/lib/ww-signature
svn tags
------------------------------------------------------------------------
r194 | joostvb | 2005-02-05 16:17:34 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ff-netstat
list ipv6 connections too
------------------------------------------------------------------------
r193 | joostvb | 2005-02-05 16:12:35 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/rr-localdigest
fixed typo
------------------------------------------------------------------------
r192 | joostvb | 2005-02-03 08:59:02 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
D /trunk/systraq/doc/ChangeLog.2004
M /trunk/systraq/doc/Makefile.am
worked around svn2cl issues. just run raw "svn log"
------------------------------------------------------------------------
r191 | joostvb | 2005-02-03 08:52:19 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
a commit mailing list would be nice
------------------------------------------------------------------------
r190 | joostvb | 2005-02-03 08:26:00 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
another idea about svn2cl
------------------------------------------------------------------------
r189 | joostvb | 2005-02-02 21:59:28 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
svn2cl hassle
------------------------------------------------------------------------
r188 | joostvb | 2005-02-02 21:27:51 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
M /trunk/systraq/doc/Makefile.am
no longer user cvs2cl, but use svn2cl
------------------------------------------------------------------------
r187 | joostvb | 2005-02-02 21:26:11 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/doc/ChangeLog.2004
ChangeLog from the CVS era. Our svn2cl chokes on drastically moved files, so just keep this one here
------------------------------------------------------------------------
r186 | joostvb | 2005-02-02 20:57:31 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/dd-last
last is not that dumb: use -n
------------------------------------------------------------------------
r185 | lfousse | 2005-02-02 16:45:26 +0100 (Wed, 02 Feb 2005) | 2 lines
Changed paths:
M /trunk/systraq/TODO
Commit emails should work now.
------------------------------------------------------------------------
r184 | joostvb | 2005-02-01 06:57:32 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r183 | joostvb | 2005-02-01 06:54:25 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r182 | joostvb | 2005-02-01 06:50:35 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/THANKS
------------------------------------------------------------------------
r181 | lfousse | 2005-01-23 18:55:27 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /trunk/doc
A /trunk/systraq/doc (from /trunk/doc:179)
R /trunk/systraq/doc/Makefile.am (from /trunk/doc/Makefile.am:180)
M /trunk/systraq/doc/html.dsl
M /trunk/systraq/doc/manual.ent.in
M /trunk/systraq/doc/print.dsl
Forgot to move `doc'.
------------------------------------------------------------------------
r180 | lfousse | 2005-01-23 18:54:03 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /debian
D /trunk/.cvsignore
D /trunk/AUTHORS
D /trunk/LICENSE
D /trunk/Makefile.am
D /trunk/NEWS
D /trunk/README
D /trunk/THANKS
D /trunk/TODO
D /trunk/bootstrap
D /trunk/configure.ac
A /trunk/debian (from /debian:175)
R /trunk/debian/README.Debian (from /debian/README.Debian:179)
R /trunk/debian/changelog (from /debian/changelog:179)
R /trunk/debian/control (from /debian/control:179)
R /trunk/debian/rules (from /debian/rules:179)
A /trunk/debian/snapshot_pub.homelist (from /debian/snapshot_pub.homelist:179)
A /trunk/debian/snapshot_pub.list (from /debian/snapshot_pub.list:179)
A /trunk/debian/snapshot_root.homelist (from /debian/snapshot_root.homelist:179)
A /trunk/debian/snapshot_root.list (from /debian/snapshot_root.list:179)
M /trunk/doc/Makefile.am
D /trunk/etc
D /trunk/lib
D /trunk/man
D /trunk/script
D /trunk/setversion
A /trunk/systraq
A /trunk/systraq/.cvsignore (from /trunk/.cvsignore:178)
A /trunk/systraq/AUTHORS (from /trunk/AUTHORS:178)
A /trunk/systraq/LICENSE (from /trunk/LICENSE:178)
A /trunk/systraq/Makefile.am (from /trunk/Makefile.am:178)
A /trunk/systraq/NEWS (from /trunk/NEWS:178)
A /trunk/systraq/README (from /trunk/README:178)
A /trunk/systraq/THANKS (from /trunk/THANKS:178)
A /trunk/systraq/TODO (from /trunk/TODO:178)
A /trunk/systraq/bootstrap (from /trunk/bootstrap:178)
A /trunk/systraq/configure.ac (from /trunk/configure.ac:178)
A /trunk/systraq/etc (from /trunk/etc:178)
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/filetraq.conf.in
M /trunk/systraq/etc/filetraq.default
M /trunk/systraq/etc/snapshot_pub.homelist
M /trunk/systraq/etc/snapshot_pub.list.in
M /trunk/systraq/etc/snapshot_root.homelist
M /trunk/systraq/etc/snapshot_root.list
M /trunk/systraq/etc/systraq.in
A /trunk/systraq/lib (from /trunk/lib:178)
M /trunk/systraq/lib/Makefile.am
M /trunk/systraq/lib/ak-uptime
M /trunk/systraq/lib/bb-free
M /trunk/systraq/lib/cc-df
M /trunk/systraq/lib/dd-last
M /trunk/systraq/lib/ee-lastlog
M /trunk/systraq/lib/ff-netstat
M /trunk/systraq/lib/gg-ps
A /trunk/systraq/man (from /trunk/man:178)
M /trunk/systraq/man/Makefile.am
M /trunk/systraq/man/st_snapshot.pod
A /trunk/systraq/script (from /trunk/script:178)
M /trunk/systraq/script/Makefile.am
M /trunk/systraq/script/st_snapshot
A /trunk/systraq/setversion (from /trunk/setversion:178)
Move files around to match the intented hierarchy.
------------------------------------------------------------------------
r179 | lfousse | 2005-01-16 15:55:29 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
Systraq is maintained via svn now (commit by Joost).
------------------------------------------------------------------------
r178 | lfousse | 2005-01-16 13:31:25 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/TODO
Another bug (commit for Joost).
------------------------------------------------------------------------
r174 | joostvb | 2004-11-18 21:20:58 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041118
------------------------------------------------------------------------
r173 | joostvb | 2004-11-18 21:12:17 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/TODO
another gotcha for packagers
------------------------------------------------------------------------
r172 | joostvb | 2004-11-18 21:09:24 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
refer to installed example config files
------------------------------------------------------------------------
r171 | joostvb | 2004-11-18 21:01:46 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
install filetraq.conf; install snapshot_ listfiles in doc/systraq/examples, not etc/
------------------------------------------------------------------------
r170 | joostvb | 2004-10-25 08:51:29 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
more notes for upgraders
------------------------------------------------------------------------
r169 | joostvb | 2004-10-25 08:51:16 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_pub.list.in
honor new locations of systraq scripts
------------------------------------------------------------------------
r168 | joostvb | 2004-10-22 09:41:13 +0200 (Fri, 22 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/doc/manual.dbx
added some notes on upgrading
------------------------------------------------------------------------
r167 | joostvb | 2004-10-21 17:52:53 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.9
------------------------------------------------------------------------
r166 | joostvb | 2004-10-21 17:51:14 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
new file locations documented
------------------------------------------------------------------------
r165 | joostvb | 2004-10-21 17:44:11 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r164 | joostvb | 2004-10-21 17:43:00 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
another developers hack documented
------------------------------------------------------------------------
r163 | joostvb | 2004-10-21 17:42:29 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
M /trunk/setversion
automagically expand time and version
------------------------------------------------------------------------
r162 | joostvb | 2004-10-21 17:02:30 +0200 (Thu, 21 Oct 2004) | 3 lines
Changed paths:
M /trunk/lib/Makefile.am
fixed bug which caused symlinks in systraq.d
to point to /*
------------------------------------------------------------------------
r161 | joostvb | 2004-10-17 18:17:21 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.ent.in
*** empty log message ***
------------------------------------------------------------------------
r160 | joostvb | 2004-10-17 17:34:01 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r159 | joostvb | 2004-10-17 14:10:09 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r158 | joostvb | 2004-10-17 14:08:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version version 20041015-cvs.8
------------------------------------------------------------------------
r157 | joostvb | 2004-10-17 14:05:20 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r156 | joostvb | 2004-10-17 14:04:38 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
find run-parts, and give advice if we fail
------------------------------------------------------------------------
r155 | joostvb | 2004-10-17 14:03:56 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
M /trunk/script/Makefile.am
install systraq and st_snapshot in sbindir, not bindir: do not polute all users PATHs: in most common scenarios, people wont run these commands themselves
------------------------------------------------------------------------
r154 | joostvb | 2004-10-17 13:36:34 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.7
------------------------------------------------------------------------
r153 | joostvb | 2004-10-17 13:35:07 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
systraq redesign done, documentation pending
------------------------------------------------------------------------
r152 | joostvb | 2004-10-17 13:34:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/lib/rr-localdigest
ST_LMD5SUMS renamed to ST_LDIGESTS
------------------------------------------------------------------------
r151 | joostvb | 2004-10-17 13:33:57 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
systraq no longer needs ST_LMD5SUMS environment variable
------------------------------------------------------------------------
r150 | joostvb | 2004-10-17 13:33:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
started documenting new systraq script interface
------------------------------------------------------------------------
r149 | joostvb | 2004-10-17 13:00:53 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script
M /trunk/script/.cvsignore
systraq is now generated from systraq.in
------------------------------------------------------------------------
r148 | joostvb | 2004-10-17 13:00:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/TODO
M /trunk/lib
A /trunk/lib/.cvsignore
M /trunk/lib/ww-signature
*** empty log message ***
------------------------------------------------------------------------
r147 | joostvb | 2004-10-17 12:59:27 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
ship new file LICENSE
------------------------------------------------------------------------
r146 | joostvb | 2004-10-17 12:57:23 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
A /trunk/lib/Makefile.am
added infrastructure for stuff in lib/
------------------------------------------------------------------------
r145 | joostvb | 2004-10-17 12:37:40 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq redone: run scripts in specific directory, offer nice environment to these scripts
------------------------------------------------------------------------
r144 | joostvb | 2004-10-17 12:24:42 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq renamed to systraq.in
------------------------------------------------------------------------
r143 | joostvb | 2004-10-17 12:22:29 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
D /trunk/lib/aa-uptime
A /trunk/lib/ak-uptime
A /trunk/lib/ii-shellrc
A /trunk/lib/nn-debsums
A /trunk/lib/rr-localdigest
A /trunk/lib/ww-signature
ripped out of systraq script: configurable now
------------------------------------------------------------------------
r142 | joostvb | 2004-10-16 23:56:04 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r141 | joostvb | 2004-10-16 17:07:15 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
ripping out all configurable bits: phase one
------------------------------------------------------------------------
r140 | joostvb | 2004-10-16 17:06:27 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/lib
A /trunk/lib/aa-uptime
A /trunk/lib/bb-free
A /trunk/lib/cc-df
A /trunk/lib/dd-last
A /trunk/lib/ee-lastlog
A /trunk/lib/ff-netstat
A /trunk/lib/gg-ps
transforming systraq to a run-parts style script
------------------------------------------------------------------------
r139 | joostvb | 2004-10-16 16:48:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
one done
------------------------------------------------------------------------
r138 | joostvb | 2004-10-16 16:44:44 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/LICENSE
M /trunk/Makefile.am
M /trunk/README
M /trunk/THANKS
M /trunk/configure.ac
M /trunk/doc/Makefile.am
M /trunk/doc/html.dsl
M /trunk/doc/print.dsl
M /trunk/etc/Makefile.am
M /trunk/man/st_snapshot.pod
clarified copyright ownership. LICENSE file, listing holders, added
------------------------------------------------------------------------
r137 | joostvb | 2004-10-16 13:52:09 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more TODO
------------------------------------------------------------------------
r136 | joostvb | 2004-10-16 12:06:21 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.6
------------------------------------------------------------------------
r135 | joostvb | 2004-10-16 12:06:07 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
some things are done
------------------------------------------------------------------------
r134 | joostvb | 2004-10-16 12:02:46 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
and the SGML declaration: another build dependency
------------------------------------------------------------------------
r133 | joostvb | 2004-10-16 12:00:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
document build-dependencies: w3m or lynx, openjade or jade, JadeTeX, teTeX
------------------------------------------------------------------------
r132 | joostvb | 2004-10-16 11:54:10 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
use pdfjadetex. somewhat more compliant with non-gnu makes
------------------------------------------------------------------------
r131 | joostvb | 2004-10-16 11:53:26 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
generate pdf directly from tex: do not use ps2pdf, but use pdfjadetex
------------------------------------------------------------------------
r130 | joostvb | 2004-10-16 00:28:45 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
*** empty log message ***
------------------------------------------------------------------------
r129 | joostvb | 2004-10-16 00:26:06 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.5
------------------------------------------------------------------------
r128 | joostvb | 2004-10-16 00:17:24 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r127 | joostvb | 2004-10-16 00:16:49 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/doc/Makefile.am
./configure now fails if needed tools are not found. optionally uses lynx (not w3m) and openjade (not jade) for building. thanks LogReport for inspiration.
------------------------------------------------------------------------
r126 | joostvb | 2004-10-15 21:25:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r125 | joostvb | 2004-10-15 20:59:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.4
------------------------------------------------------------------------
r124 | joostvb | 2004-10-15 20:56:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/configure.ac
M /trunk/doc/manual.ent.in
M /trunk/etc/Makefile.am
M /trunk/man/Makefile.am
some cleanup of copyright statements: the files on which Stichting LogReport Foundation was listed as copyright holder were just trivial and not copyrightable
------------------------------------------------------------------------
r123 | joostvb | 2004-10-15 20:51:02 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/bootstrap
sign and publish targets added, for maintainer
------------------------------------------------------------------------
r122 | joostvb | 2004-10-15 18:22:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.3
------------------------------------------------------------------------
r121 | joostvb | 2004-10-15 18:18:58 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/script/systraq.in
the systraq command no longer uses hardcoded pathnames: pathnames moved to environment variable, cronjob and manual adjusted
------------------------------------------------------------------------
r120 | joostvb | 2004-10-15 17:00:46 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.2
------------------------------------------------------------------------
r119 | joostvb | 2004-10-15 16:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r118 | joostvb | 2004-10-15 16:55:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
st_snapshot is now no longer dependent on ./configure settings: got rid of hardcoded pathnames in the script itself, moved to cronjob invocation
------------------------------------------------------------------------
r117 | joostvb | 2004-10-15 14:59:50 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
oops, do distribute manual.dbx of course
------------------------------------------------------------------------
r116 | joostvb | 2004-10-15 14:59:29 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more ideas
------------------------------------------------------------------------
r115 | joostvb | 2004-10-15 13:46:00 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.1
------------------------------------------------------------------------
r114 | joostvb | 2004-10-15 13:40:25 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
some cleanup of unused variables
------------------------------------------------------------------------
r113 | joostvb | 2004-10-15 13:40:04 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on Jade stuff requirements added
------------------------------------------------------------------------
r112 | joostvb | 2004-10-15 13:05:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
manual.dbx is now fixed: uses flexible path names
------------------------------------------------------------------------
r111 | joostvb | 2004-10-15 13:04:53 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/etc/filetraq.conf.in
M /trunk/etc/snapshot_pub.list.in
M /trunk/etc/systraq.in
@SYSCONF_PATH@ and friends now have a more useful content
------------------------------------------------------------------------
r110 | joostvb | 2004-10-15 12:58:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r109 | joostvb | 2004-10-15 12:40:52 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r108 | joostvb | 2004-10-15 12:40:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
A /trunk/doc/manual.ent.in
generate entities from ./configure
------------------------------------------------------------------------
r107 | joostvb | 2004-10-15 12:39:37 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
use entities as generated by ./configure
------------------------------------------------------------------------
r106 | joostvb | 2004-10-15 12:34:24 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
do not say twice what to do after completion of this script
------------------------------------------------------------------------
r105 | joostvb | 2004-10-15 12:29:10 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
doc_DATA no longer in EXTRA_DIST: more robust during build
------------------------------------------------------------------------
r104 | joostvb | 2004-10-15 10:27:57 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015
------------------------------------------------------------------------
r103 | joostvb | 2004-10-15 10:27:38 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r102 | joostvb | 2004-10-15 10:17:14 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
added section about hacking on systraq
------------------------------------------------------------------------
r101 | joostvb | 2004-10-15 09:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/COPYING
D /trunk/INSTALL
M /trunk/README
use autotools generic INSTALL file
------------------------------------------------------------------------
r100 | joostvb | 2004-10-15 09:54:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/NEWS
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
be consistent about my email address
------------------------------------------------------------------------
r98 | joostvb | 2004-10-15 09:45:11 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more revamping to be done
------------------------------------------------------------------------
r97 | joostvb | 2004-10-15 09:30:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/NEWS
M /trunk/etc
M /trunk/etc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r96 | joostvb | 2004-10-15 09:30:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
now parseable by cvs2cl
------------------------------------------------------------------------
r95 | joostvb | 2004-10-15 09:28:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
no C code: no autoheader needed
------------------------------------------------------------------------
r94 | joostvb | 2004-10-15 09:27:55 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
config files now know about ./configure's sysconfdir
------------------------------------------------------------------------
r93 | joostvb | 2004-10-15 08:50:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/etc/filetraq.conf
A /trunk/etc/filetraq.conf.in
D /trunk/etc/snapshot_pub.list
A /trunk/etc/snapshot_pub.list.in
D /trunk/etc/systraq
A /trunk/etc/systraq.in
get rid of hardcoded /usr/local, but use ./configure setting
------------------------------------------------------------------------
r92 | joostvb | 2004-10-15 08:49:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
use ac_define_dir.m4 which supplies AC_DEFINE_DIR autoconf macro
------------------------------------------------------------------------
r90 | joostvb | 2004-10-15 00:10:06 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r88 | joostvb | 2004-10-15 00:05:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/setversion
A /trunk/users
current autotools features
------------------------------------------------------------------------
r87 | joostvb | 2004-10-15 00:04:22 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
added documentation. force current autotools
------------------------------------------------------------------------
r86 | joostvb | 2004-10-15 00:02:36 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/ChangeLog
M /trunk/NEWS
ChangeLog now autogenerated. NEWS now actually has contents: old ChangeLog
------------------------------------------------------------------------
r85 | joostvb | 2004-10-14 23:38:53 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
A /trunk/configure.ac
D /trunk/configure.in
new autotools naming style
------------------------------------------------------------------------
r84 | joostvb | 2004-10-14 11:50:50 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r83 | joostvb | 2004-10-12 18:11:13 +0200 (Tue, 12 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
another idea
------------------------------------------------------------------------
r82 | joostvb | 2004-08-04 15:33:59 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/script/st_snapshot
partially revert back: get rid of silly OWNEDHOMES: I was missing the point. duh
------------------------------------------------------------------------
r81 | joostvb | 2004-08-04 14:04:40 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
another bugfix. duh.
------------------------------------------------------------------------
r80 | joostvb | 2004-08-04 13:51:35 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r79 | joostvb | 2004-08-04 13:41:26 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r78 | joostvb | 2004-08-04 13:40:48 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
fixed bug in OWNEDHOMES variable setting. introduced sloppy tmpfile handling
------------------------------------------------------------------------
r77 | joostvb | 2004-08-04 13:16:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r76 | joostvb | 2004-08-04 12:59:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/ChangeLog
*** empty log message ***
------------------------------------------------------------------------
r75 | joostvb | 2004-08-04 12:53:00 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/Makefile.am
D /trunk/script/filetraq
D /trunk/script/filetraq.patch
we no longer ship filetraq, but require it
------------------------------------------------------------------------
r74 | joostvb | 2004-08-04 12:13:18 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
fixed stupid wrong comment
------------------------------------------------------------------------
r73 | joostvb | 2004-08-04 12:10:12 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
differ between homedirs owned by user occupying this dir, and those not. on systems were / is a hoemdir for lots of users, systraq was behaving bad.
------------------------------------------------------------------------
r72 | joostvb | 2004-08-04 12:08:20 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.homelist
change .procmail to .procmailrc: the last file is what we want to monitor, not .procmail/log, of course. Thanks Lionel Elie Mamane for bugreport
------------------------------------------------------------------------
r71 | joostvb | 2004-06-30 10:42:53 +0200 (Wed, 30 Jun 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
more alternative packages
------------------------------------------------------------------------
r70 | joostvb | 2004-05-27 06:15:46 +0200 (Thu, 27 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r69 | joostvb | 2004-05-26 12:34:09 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r68 | joostvb | 2004-05-26 12:33:48 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r67 | joostvb | 2004-05-26 11:33:15 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_root.homelist
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r66 | joostvb | 2004-05-26 11:19:30 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r65 | joostvb | 2004-05-26 11:17:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/Makefile.am
A /trunk/etc/filetraq.default
*** empty log message ***
------------------------------------------------------------------------
r64 | joostvb | 2004-05-26 11:13:23 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
note on troubles with some cron versions
------------------------------------------------------------------------
r63 | joostvb | 2004-05-26 11:09:37 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq
M /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r62 | joostvb | 2004-05-26 11:05:06 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq.patch
updated patch, now should fix hassle with changes in binary files too
------------------------------------------------------------------------
r61 | joostvb | 2004-05-26 10:33:50 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.homelist
M /trunk/etc/snapshot_root.homelist
~/.procmail and ~/.maildrop
------------------------------------------------------------------------
r60 | joostvb | 2004-05-26 10:29:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
*** empty log message ***
------------------------------------------------------------------------
r59 | joostvb | 2004-05-26 10:28:53 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on fam and diffmon
------------------------------------------------------------------------
r58 | joostvb | 2003-09-08 11:53:28 +0200 (Mon, 08 Sep 2003) | 2 lines
Changed paths:
M /trunk/TODO
reported cron issue
------------------------------------------------------------------------
r56 | joostvb | 2003-02-23 14:01:24 +0100 (Sun, 23 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r55 | joostvb | 2003-02-09 16:15:18 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r54 | joostvb | 2003-02-09 16:04:20 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r52 | joostvb | 2003-02-09 15:36:16 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r51 | joostvb | 2003-02-06 19:40:30 +0100 (Thu, 06 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/etc/snapshot_pub.homelist
*** empty log message ***
------------------------------------------------------------------------
r49 | joostvb | 2003-01-17 22:34:56 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/etc/systraq
grr. binary diff hassle
------------------------------------------------------------------------
r48 | joostvb | 2003-01-17 22:16:57 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r47 | joostvb | 2002-11-28 21:00:12 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r46 | joostvb | 2002-11-28 20:25:17 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r45 | joostvb | 2002-11-28 20:18:11 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r44 | joostvb | 2002-11-25 23:58:31 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r42 | joostvb | 2002-11-25 23:29:39 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc
M /trunk/doc/.cvsignore
M /trunk/etc
A /trunk/etc/.cvsignore
M /trunk/man
M /trunk/man/.cvsignore
M /trunk/script
A /trunk/script/.cvsignore
D /trunk/script/Makefile
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r41 | joostvb | 2002-10-19 16:41:05 +0200 (Sat, 19 Oct 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r40 | joostvb | 2002-10-14 10:46:39 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r39 | joostvb | 2002-10-14 10:40:51 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/etc/systraq
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r38 | joostvb | 2002-09-01 14:02:26 +0200 (Sun, 01 Sep 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r37 | joostvb | 2002-04-11 11:20:42 +0200 (Thu, 11 Apr 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r36 | joostvb | 2002-03-07 12:12:35 +0100 (Thu, 07 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r35 | joostvb | 2002-03-06 10:29:14 +0100 (Wed, 06 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r33 | joostvb | 2002-02-28 21:19:33 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/Makefile.am
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r32 | joostvb | 2002-02-28 21:02:30 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r31 | joostvb | 2002-02-26 20:13:14 +0100 (Tue, 26 Feb 2002) | 2 lines
Changed paths:
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r30 | joostvb | 2002-02-23 09:47:21 +0100 (Sat, 23 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r29 | joostvb | 2002-01-13 22:00:34 +0100 (Sun, 13 Jan 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/etc/snapshot_pub.list
M /trunk/etc/systraq
M /trunk/script/systraq.in
minor bugfix release
------------------------------------------------------------------------
r28 | joostvb | 2001-12-08 21:57:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r27 | joostvb | 2001-12-08 21:41:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r26 | joostvb | 2001-12-08 20:36:55 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
A /trunk/INSTALL
M /trunk/Makefile.am
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r24 | joostvb | 2001-12-08 20:16:51 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk
A /trunk/.cvsignore
D /trunk/doc/Makefile
D /trunk/etc/Makefile
A /trunk/etc/Makefile.am
M /trunk/man
A /trunk/man/.cvsignore
A /trunk/man/Makefile.am
A /trunk/script/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r23 | joostvb | 2001-12-08 20:15:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/Makefile.am
A /trunk/NEWS
M /trunk/TODO
A /trunk/bootstrap
A /trunk/configure.in
M /trunk/doc/Makefile
A /trunk/doc/Makefile.am
M /trunk/etc/Makefile
M /trunk/script/Makefile
A /trunk/setversion
*** empty log message ***
------------------------------------------------------------------------
r22 | joostvb | 2001-12-08 19:32:36 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r21 | joostvb | 2001-12-08 15:26:27 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r20 | joostvb | 2001-12-08 15:15:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/filetraq
A /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r19 | joostvb | 2001-12-08 14:31:56 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/AUTHORS
A /trunk/COPYING
A /trunk/ChangeLog
A /trunk/README
A /trunk/THANKS
M /trunk/TODO
M /trunk/doc
A /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r18 | joostvb | 2001-12-07 17:20:44 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
A /trunk/etc/Makefile
*** empty log message ***
------------------------------------------------------------------------
r17 | joostvb | 2001-12-07 17:13:23 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r16 | joostvb | 2001-12-07 17:11:17 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.list
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r15 | joostvb | 2001-12-07 16:36:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r14 | joostvb | 2001-12-07 16:26:38 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r13 | joostvb | 2001-12-07 15:29:02 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
*** empty log message ***
------------------------------------------------------------------------
r12 | joostvb | 2001-12-07 15:20:06 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/snapshot_root.homelist
*** empty log message ***
------------------------------------------------------------------------
r11 | joostvb | 2001-12-07 15:13:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.homelist
A /trunk/etc/snapshot_root.list
*** empty log message ***
------------------------------------------------------------------------
r10 | joostvb | 2001-12-07 15:02:25 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc
A /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r9 | joostvb | 2001-12-07 14:29:57 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r8 | joostvb | 2001-12-07 14:05:30 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r7 | joostvb | 2001-12-06 19:11:14 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r6 | joostvb | 2001-12-06 19:08:24 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc/Makefile
A /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
A /trunk/doc/print.dsl
*** empty log message ***
------------------------------------------------------------------------
r5 | joostvb | 2001-12-06 15:18:20 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
A /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r4 | joostvb | 2001-12-06 12:45:25 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc
A /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r3 | joostvb | 2001-12-06 12:26:18 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/script
A /trunk/script/Makefile
A /trunk/script/filetraq
A /trunk/script/st_snapshot
moved from tools/
------------------------------------------------------------------------
r2 | joostvb | 2001-12-06 12:25:17 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/man
A /trunk/man/st_snapshot.pod
*** empty log message ***
------------------------------------------------------------------------
r204 | joostvb | 2005-02-11 20:00:51 +0100 (Fri, 11 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/etc/systraq_is_unconfigured
more stuff to do with etc/systraq_is_unconfigured
------------------------------------------------------------------------
r203 | joostvb | 2005-02-09 22:25:20 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/NEWS
------------------------------------------------------------------------
r202 | joostvb | 2005-02-09 22:15:48 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/configure.ac
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/systraq.in
M /trunk/systraq/script/Makefile.am
A /trunk/systraq/script/st_snapshot.hourly.in
wrapper for st_snapshot cronjob
------------------------------------------------------------------------
r201 | joostvb | 2005-02-09 22:14:39 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/etc/systraq_is_unconfigured
be nice to people doing a fresh install: supply a helpful note to them, instead of an ugly hourly error message from cron
------------------------------------------------------------------------
r200 | joostvb | 2005-02-09 21:37:31 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/Makefile.am
revert back to not using openjade -c catalogfile: it does not solve the network access problem, and introduced another problem
------------------------------------------------------------------------
r199 | joostvb | 2005-02-09 18:59:33 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
------------------------------------------------------------------------
r198 | joostvb | 2005-02-09 18:56:17 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
we use examplepath too
------------------------------------------------------------------------
r197 | joostvb | 2005-02-05 16:30:01 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
more tips for maintaining filetraq.conf, including caspar integration tips
------------------------------------------------------------------------
r196 | joostvb | 2005-02-05 16:23:29 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
more earlier reported bugs/ideas
------------------------------------------------------------------------
r195 | joostvb | 2005-02-05 16:20:47 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ii-shellrc
M /trunk/systraq/lib/nn-debsums
M /trunk/systraq/lib/rr-localdigest
M /trunk/systraq/lib/ww-signature
svn tags
------------------------------------------------------------------------
r194 | joostvb | 2005-02-05 16:17:34 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ff-netstat
list ipv6 connections too
------------------------------------------------------------------------
r193 | joostvb | 2005-02-05 16:12:35 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/rr-localdigest
fixed typo
------------------------------------------------------------------------
r192 | joostvb | 2005-02-03 08:59:02 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
D /trunk/systraq/doc/ChangeLog.2004
M /trunk/systraq/doc/Makefile.am
worked around svn2cl issues. just run raw "svn log"
------------------------------------------------------------------------
r191 | joostvb | 2005-02-03 08:52:19 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
a commit mailing list would be nice
------------------------------------------------------------------------
r190 | joostvb | 2005-02-03 08:26:00 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
another idea about svn2cl
------------------------------------------------------------------------
r189 | joostvb | 2005-02-02 21:59:28 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
svn2cl hassle
------------------------------------------------------------------------
r188 | joostvb | 2005-02-02 21:27:51 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
M /trunk/systraq/doc/Makefile.am
no longer user cvs2cl, but use svn2cl
------------------------------------------------------------------------
r187 | joostvb | 2005-02-02 21:26:11 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/doc/ChangeLog.2004
ChangeLog from the CVS era. Our svn2cl chokes on drastically moved files, so just keep this one here
------------------------------------------------------------------------
r186 | joostvb | 2005-02-02 20:57:31 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/dd-last
last is not that dumb: use -n
------------------------------------------------------------------------
r185 | lfousse | 2005-02-02 16:45:26 +0100 (Wed, 02 Feb 2005) | 2 lines
Changed paths:
M /trunk/systraq/TODO
Commit emails should work now.
------------------------------------------------------------------------
r184 | joostvb | 2005-02-01 06:57:32 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r183 | joostvb | 2005-02-01 06:54:25 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r182 | joostvb | 2005-02-01 06:50:35 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/THANKS
------------------------------------------------------------------------
r181 | lfousse | 2005-01-23 18:55:27 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /trunk/doc
A /trunk/systraq/doc (from /trunk/doc:179)
R /trunk/systraq/doc/Makefile.am (from /trunk/doc/Makefile.am:180)
M /trunk/systraq/doc/html.dsl
M /trunk/systraq/doc/manual.ent.in
M /trunk/systraq/doc/print.dsl
Forgot to move `doc'.
------------------------------------------------------------------------
r180 | lfousse | 2005-01-23 18:54:03 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /debian
D /trunk/.cvsignore
D /trunk/AUTHORS
D /trunk/LICENSE
D /trunk/Makefile.am
D /trunk/NEWS
D /trunk/README
D /trunk/THANKS
D /trunk/TODO
D /trunk/bootstrap
D /trunk/configure.ac
A /trunk/debian (from /debian:175)
R /trunk/debian/README.Debian (from /debian/README.Debian:179)
R /trunk/debian/changelog (from /debian/changelog:179)
R /trunk/debian/control (from /debian/control:179)
R /trunk/debian/rules (from /debian/rules:179)
A /trunk/debian/snapshot_pub.homelist (from /debian/snapshot_pub.homelist:179)
A /trunk/debian/snapshot_pub.list (from /debian/snapshot_pub.list:179)
A /trunk/debian/snapshot_root.homelist (from /debian/snapshot_root.homelist:179)
A /trunk/debian/snapshot_root.list (from /debian/snapshot_root.list:179)
M /trunk/doc/Makefile.am
D /trunk/etc
D /trunk/lib
D /trunk/man
D /trunk/script
D /trunk/setversion
A /trunk/systraq
A /trunk/systraq/.cvsignore (from /trunk/.cvsignore:178)
A /trunk/systraq/AUTHORS (from /trunk/AUTHORS:178)
A /trunk/systraq/LICENSE (from /trunk/LICENSE:178)
A /trunk/systraq/Makefile.am (from /trunk/Makefile.am:178)
A /trunk/systraq/NEWS (from /trunk/NEWS:178)
A /trunk/systraq/README (from /trunk/README:178)
A /trunk/systraq/THANKS (from /trunk/THANKS:178)
A /trunk/systraq/TODO (from /trunk/TODO:178)
A /trunk/systraq/bootstrap (from /trunk/bootstrap:178)
A /trunk/systraq/configure.ac (from /trunk/configure.ac:178)
A /trunk/systraq/etc (from /trunk/etc:178)
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/filetraq.conf.in
M /trunk/systraq/etc/filetraq.default
M /trunk/systraq/etc/snapshot_pub.homelist
M /trunk/systraq/etc/snapshot_pub.list.in
M /trunk/systraq/etc/snapshot_root.homelist
M /trunk/systraq/etc/snapshot_root.list
M /trunk/systraq/etc/systraq.in
A /trunk/systraq/lib (from /trunk/lib:178)
M /trunk/systraq/lib/Makefile.am
M /trunk/systraq/lib/ak-uptime
M /trunk/systraq/lib/bb-free
M /trunk/systraq/lib/cc-df
M /trunk/systraq/lib/dd-last
M /trunk/systraq/lib/ee-lastlog
M /trunk/systraq/lib/ff-netstat
M /trunk/systraq/lib/gg-ps
A /trunk/systraq/man (from /trunk/man:178)
M /trunk/systraq/man/Makefile.am
M /trunk/systraq/man/st_snapshot.pod
A /trunk/systraq/script (from /trunk/script:178)
M /trunk/systraq/script/Makefile.am
M /trunk/systraq/script/st_snapshot
A /trunk/systraq/setversion (from /trunk/setversion:178)
Move files around to match the intented hierarchy.
------------------------------------------------------------------------
r179 | lfousse | 2005-01-16 15:55:29 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
Systraq is maintained via svn now (commit by Joost).
------------------------------------------------------------------------
r178 | lfousse | 2005-01-16 13:31:25 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/TODO
Another bug (commit for Joost).
------------------------------------------------------------------------
r174 | joostvb | 2004-11-18 21:20:58 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041118
------------------------------------------------------------------------
r173 | joostvb | 2004-11-18 21:12:17 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/TODO
another gotcha for packagers
------------------------------------------------------------------------
r172 | joostvb | 2004-11-18 21:09:24 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
refer to installed example config files
------------------------------------------------------------------------
r171 | joostvb | 2004-11-18 21:01:46 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
install filetraq.conf; install snapshot_ listfiles in doc/systraq/examples, not etc/
------------------------------------------------------------------------
r170 | joostvb | 2004-10-25 08:51:29 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
more notes for upgraders
------------------------------------------------------------------------
r169 | joostvb | 2004-10-25 08:51:16 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_pub.list.in
honor new locations of systraq scripts
------------------------------------------------------------------------
r168 | joostvb | 2004-10-22 09:41:13 +0200 (Fri, 22 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/doc/manual.dbx
added some notes on upgrading
------------------------------------------------------------------------
r167 | joostvb | 2004-10-21 17:52:53 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.9
------------------------------------------------------------------------
r166 | joostvb | 2004-10-21 17:51:14 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
new file locations documented
------------------------------------------------------------------------
r165 | joostvb | 2004-10-21 17:44:11 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r164 | joostvb | 2004-10-21 17:43:00 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
another developers hack documented
------------------------------------------------------------------------
r163 | joostvb | 2004-10-21 17:42:29 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
M /trunk/setversion
automagically expand time and version
------------------------------------------------------------------------
r162 | joostvb | 2004-10-21 17:02:30 +0200 (Thu, 21 Oct 2004) | 3 lines
Changed paths:
M /trunk/lib/Makefile.am
fixed bug which caused symlinks in systraq.d
to point to /*
------------------------------------------------------------------------
r161 | joostvb | 2004-10-17 18:17:21 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.ent.in
*** empty log message ***
------------------------------------------------------------------------
r160 | joostvb | 2004-10-17 17:34:01 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r159 | joostvb | 2004-10-17 14:10:09 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r158 | joostvb | 2004-10-17 14:08:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version version 20041015-cvs.8
------------------------------------------------------------------------
r157 | joostvb | 2004-10-17 14:05:20 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r156 | joostvb | 2004-10-17 14:04:38 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
find run-parts, and give advice if we fail
------------------------------------------------------------------------
r155 | joostvb | 2004-10-17 14:03:56 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
M /trunk/script/Makefile.am
install systraq and st_snapshot in sbindir, not bindir: do not polute all users PATHs: in most common scenarios, people wont run these commands themselves
------------------------------------------------------------------------
r154 | joostvb | 2004-10-17 13:36:34 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.7
------------------------------------------------------------------------
r153 | joostvb | 2004-10-17 13:35:07 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
systraq redesign done, documentation pending
------------------------------------------------------------------------
r152 | joostvb | 2004-10-17 13:34:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/lib/rr-localdigest
ST_LMD5SUMS renamed to ST_LDIGESTS
------------------------------------------------------------------------
r151 | joostvb | 2004-10-17 13:33:57 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
systraq no longer needs ST_LMD5SUMS environment variable
------------------------------------------------------------------------
r150 | joostvb | 2004-10-17 13:33:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
started documenting new systraq script interface
------------------------------------------------------------------------
r149 | joostvb | 2004-10-17 13:00:53 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script
M /trunk/script/.cvsignore
systraq is now generated from systraq.in
------------------------------------------------------------------------
r148 | joostvb | 2004-10-17 13:00:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/TODO
M /trunk/lib
A /trunk/lib/.cvsignore
M /trunk/lib/ww-signature
*** empty log message ***
------------------------------------------------------------------------
r147 | joostvb | 2004-10-17 12:59:27 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
ship new file LICENSE
------------------------------------------------------------------------
r146 | joostvb | 2004-10-17 12:57:23 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
A /trunk/lib/Makefile.am
added infrastructure for stuff in lib/
------------------------------------------------------------------------
r145 | joostvb | 2004-10-17 12:37:40 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq redone: run scripts in specific directory, offer nice environment to these scripts
------------------------------------------------------------------------
r144 | joostvb | 2004-10-17 12:24:42 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq renamed to systraq.in
------------------------------------------------------------------------
r143 | joostvb | 2004-10-17 12:22:29 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
D /trunk/lib/aa-uptime
A /trunk/lib/ak-uptime
A /trunk/lib/ii-shellrc
A /trunk/lib/nn-debsums
A /trunk/lib/rr-localdigest
A /trunk/lib/ww-signature
ripped out of systraq script: configurable now
------------------------------------------------------------------------
r142 | joostvb | 2004-10-16 23:56:04 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r141 | joostvb | 2004-10-16 17:07:15 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
ripping out all configurable bits: phase one
------------------------------------------------------------------------
r140 | joostvb | 2004-10-16 17:06:27 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/lib
A /trunk/lib/aa-uptime
A /trunk/lib/bb-free
A /trunk/lib/cc-df
A /trunk/lib/dd-last
A /trunk/lib/ee-lastlog
A /trunk/lib/ff-netstat
A /trunk/lib/gg-ps
transforming systraq to a run-parts style script
------------------------------------------------------------------------
r139 | joostvb | 2004-10-16 16:48:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
one done
------------------------------------------------------------------------
r138 | joostvb | 2004-10-16 16:44:44 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/LICENSE
M /trunk/Makefile.am
M /trunk/README
M /trunk/THANKS
M /trunk/configure.ac
M /trunk/doc/Makefile.am
M /trunk/doc/html.dsl
M /trunk/doc/print.dsl
M /trunk/etc/Makefile.am
M /trunk/man/st_snapshot.pod
clarified copyright ownership. LICENSE file, listing holders, added
------------------------------------------------------------------------
r137 | joostvb | 2004-10-16 13:52:09 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more TODO
------------------------------------------------------------------------
r136 | joostvb | 2004-10-16 12:06:21 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.6
------------------------------------------------------------------------
r135 | joostvb | 2004-10-16 12:06:07 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
some things are done
------------------------------------------------------------------------
r134 | joostvb | 2004-10-16 12:02:46 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
and the SGML declaration: another build dependency
------------------------------------------------------------------------
r133 | joostvb | 2004-10-16 12:00:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
document build-dependencies: w3m or lynx, openjade or jade, JadeTeX, teTeX
------------------------------------------------------------------------
r132 | joostvb | 2004-10-16 11:54:10 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
use pdfjadetex. somewhat more compliant with non-gnu makes
------------------------------------------------------------------------
r131 | joostvb | 2004-10-16 11:53:26 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
generate pdf directly from tex: do not use ps2pdf, but use pdfjadetex
------------------------------------------------------------------------
r130 | joostvb | 2004-10-16 00:28:45 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
*** empty log message ***
------------------------------------------------------------------------
r129 | joostvb | 2004-10-16 00:26:06 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.5
------------------------------------------------------------------------
r128 | joostvb | 2004-10-16 00:17:24 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r127 | joostvb | 2004-10-16 00:16:49 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/doc/Makefile.am
./configure now fails if needed tools are not found. optionally uses lynx (not w3m) and openjade (not jade) for building. thanks LogReport for inspiration.
------------------------------------------------------------------------
r126 | joostvb | 2004-10-15 21:25:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r125 | joostvb | 2004-10-15 20:59:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.4
------------------------------------------------------------------------
r124 | joostvb | 2004-10-15 20:56:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/configure.ac
M /trunk/doc/manual.ent.in
M /trunk/etc/Makefile.am
M /trunk/man/Makefile.am
some cleanup of copyright statements: the files on which Stichting LogReport Foundation was listed as copyright holder were just trivial and not copyrightable
------------------------------------------------------------------------
r123 | joostvb | 2004-10-15 20:51:02 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/bootstrap
sign and publish targets added, for maintainer
------------------------------------------------------------------------
r122 | joostvb | 2004-10-15 18:22:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.3
------------------------------------------------------------------------
r121 | joostvb | 2004-10-15 18:18:58 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/script/systraq.in
the systraq command no longer uses hardcoded pathnames: pathnames moved to environment variable, cronjob and manual adjusted
------------------------------------------------------------------------
r120 | joostvb | 2004-10-15 17:00:46 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.2
------------------------------------------------------------------------
r119 | joostvb | 2004-10-15 16:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r118 | joostvb | 2004-10-15 16:55:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
st_snapshot is now no longer dependent on ./configure settings: got rid of hardcoded pathnames in the script itself, moved to cronjob invocation
------------------------------------------------------------------------
r117 | joostvb | 2004-10-15 14:59:50 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
oops, do distribute manual.dbx of course
------------------------------------------------------------------------
r116 | joostvb | 2004-10-15 14:59:29 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more ideas
------------------------------------------------------------------------
r115 | joostvb | 2004-10-15 13:46:00 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.1
------------------------------------------------------------------------
r114 | joostvb | 2004-10-15 13:40:25 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
some cleanup of unused variables
------------------------------------------------------------------------
r113 | joostvb | 2004-10-15 13:40:04 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on Jade stuff requirements added
------------------------------------------------------------------------
r112 | joostvb | 2004-10-15 13:05:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
manual.dbx is now fixed: uses flexible path names
------------------------------------------------------------------------
r111 | joostvb | 2004-10-15 13:04:53 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/etc/filetraq.conf.in
M /trunk/etc/snapshot_pub.list.in
M /trunk/etc/systraq.in
@SYSCONF_PATH@ and friends now have a more useful content
------------------------------------------------------------------------
r110 | joostvb | 2004-10-15 12:58:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r109 | joostvb | 2004-10-15 12:40:52 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r108 | joostvb | 2004-10-15 12:40:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
A /trunk/doc/manual.ent.in
generate entities from ./configure
------------------------------------------------------------------------
r107 | joostvb | 2004-10-15 12:39:37 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
use entities as generated by ./configure
------------------------------------------------------------------------
r106 | joostvb | 2004-10-15 12:34:24 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
do not say twice what to do after completion of this script
------------------------------------------------------------------------
r105 | joostvb | 2004-10-15 12:29:10 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
doc_DATA no longer in EXTRA_DIST: more robust during build
------------------------------------------------------------------------
r104 | joostvb | 2004-10-15 10:27:57 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015
------------------------------------------------------------------------
r103 | joostvb | 2004-10-15 10:27:38 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r102 | joostvb | 2004-10-15 10:17:14 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
added section about hacking on systraq
------------------------------------------------------------------------
r101 | joostvb | 2004-10-15 09:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/COPYING
D /trunk/INSTALL
M /trunk/README
use autotools generic INSTALL file
------------------------------------------------------------------------
r100 | joostvb | 2004-10-15 09:54:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/NEWS
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
be consistent about my email address
------------------------------------------------------------------------
r98 | joostvb | 2004-10-15 09:45:11 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more revamping to be done
------------------------------------------------------------------------
r97 | joostvb | 2004-10-15 09:30:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/NEWS
M /trunk/etc
M /trunk/etc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r96 | joostvb | 2004-10-15 09:30:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
now parseable by cvs2cl
------------------------------------------------------------------------
r95 | joostvb | 2004-10-15 09:28:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
no C code: no autoheader needed
------------------------------------------------------------------------
r94 | joostvb | 2004-10-15 09:27:55 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
config files now know about ./configure's sysconfdir
------------------------------------------------------------------------
r93 | joostvb | 2004-10-15 08:50:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/etc/filetraq.conf
A /trunk/etc/filetraq.conf.in
D /trunk/etc/snapshot_pub.list
A /trunk/etc/snapshot_pub.list.in
D /trunk/etc/systraq
A /trunk/etc/systraq.in
get rid of hardcoded /usr/local, but use ./configure setting
------------------------------------------------------------------------
r92 | joostvb | 2004-10-15 08:49:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
use ac_define_dir.m4 which supplies AC_DEFINE_DIR autoconf macro
------------------------------------------------------------------------
r90 | joostvb | 2004-10-15 00:10:06 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r88 | joostvb | 2004-10-15 00:05:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/setversion
A /trunk/users
current autotools features
------------------------------------------------------------------------
r87 | joostvb | 2004-10-15 00:04:22 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
added documentation. force current autotools
------------------------------------------------------------------------
r86 | joostvb | 2004-10-15 00:02:36 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/ChangeLog
M /trunk/NEWS
ChangeLog now autogenerated. NEWS now actually has contents: old ChangeLog
------------------------------------------------------------------------
r85 | joostvb | 2004-10-14 23:38:53 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
A /trunk/configure.ac
D /trunk/configure.in
new autotools naming style
------------------------------------------------------------------------
r84 | joostvb | 2004-10-14 11:50:50 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r83 | joostvb | 2004-10-12 18:11:13 +0200 (Tue, 12 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
another idea
------------------------------------------------------------------------
r82 | joostvb | 2004-08-04 15:33:59 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/script/st_snapshot
partially revert back: get rid of silly OWNEDHOMES: I was missing the point. duh
------------------------------------------------------------------------
r81 | joostvb | 2004-08-04 14:04:40 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
another bugfix. duh.
------------------------------------------------------------------------
r80 | joostvb | 2004-08-04 13:51:35 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r79 | joostvb | 2004-08-04 13:41:26 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r78 | joostvb | 2004-08-04 13:40:48 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
fixed bug in OWNEDHOMES variable setting. introduced sloppy tmpfile handling
------------------------------------------------------------------------
r77 | joostvb | 2004-08-04 13:16:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r76 | joostvb | 2004-08-04 12:59:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/ChangeLog
*** empty log message ***
------------------------------------------------------------------------
r75 | joostvb | 2004-08-04 12:53:00 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/Makefile.am
D /trunk/script/filetraq
D /trunk/script/filetraq.patch
we no longer ship filetraq, but require it
------------------------------------------------------------------------
r74 | joostvb | 2004-08-04 12:13:18 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
fixed stupid wrong comment
------------------------------------------------------------------------
r73 | joostvb | 2004-08-04 12:10:12 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
differ between homedirs owned by user occupying this dir, and those not. on systems were / is a hoemdir for lots of users, systraq was behaving bad.
------------------------------------------------------------------------
r72 | joostvb | 2004-08-04 12:08:20 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.homelist
change .procmail to .procmailrc: the last file is what we want to monitor, not .procmail/log, of course. Thanks Lionel Elie Mamane for bugreport
------------------------------------------------------------------------
r71 | joostvb | 2004-06-30 10:42:53 +0200 (Wed, 30 Jun 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
more alternative packages
------------------------------------------------------------------------
r70 | joostvb | 2004-05-27 06:15:46 +0200 (Thu, 27 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r69 | joostvb | 2004-05-26 12:34:09 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r68 | joostvb | 2004-05-26 12:33:48 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r67 | joostvb | 2004-05-26 11:33:15 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_root.homelist
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r66 | joostvb | 2004-05-26 11:19:30 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r65 | joostvb | 2004-05-26 11:17:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/Makefile.am
A /trunk/etc/filetraq.default
*** empty log message ***
------------------------------------------------------------------------
r64 | joostvb | 2004-05-26 11:13:23 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
note on troubles with some cron versions
------------------------------------------------------------------------
r63 | joostvb | 2004-05-26 11:09:37 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq
M /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r62 | joostvb | 2004-05-26 11:05:06 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq.patch
updated patch, now should fix hassle with changes in binary files too
------------------------------------------------------------------------
r61 | joostvb | 2004-05-26 10:33:50 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.homelist
M /trunk/etc/snapshot_root.homelist
~/.procmail and ~/.maildrop
------------------------------------------------------------------------
r60 | joostvb | 2004-05-26 10:29:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
*** empty log message ***
------------------------------------------------------------------------
r59 | joostvb | 2004-05-26 10:28:53 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on fam and diffmon
------------------------------------------------------------------------
r58 | joostvb | 2003-09-08 11:53:28 +0200 (Mon, 08 Sep 2003) | 2 lines
Changed paths:
M /trunk/TODO
reported cron issue
------------------------------------------------------------------------
r56 | joostvb | 2003-02-23 14:01:24 +0100 (Sun, 23 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r55 | joostvb | 2003-02-09 16:15:18 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r54 | joostvb | 2003-02-09 16:04:20 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r52 | joostvb | 2003-02-09 15:36:16 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r51 | joostvb | 2003-02-06 19:40:30 +0100 (Thu, 06 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/etc/snapshot_pub.homelist
*** empty log message ***
------------------------------------------------------------------------
r49 | joostvb | 2003-01-17 22:34:56 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/etc/systraq
grr. binary diff hassle
------------------------------------------------------------------------
r48 | joostvb | 2003-01-17 22:16:57 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r47 | joostvb | 2002-11-28 21:00:12 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r46 | joostvb | 2002-11-28 20:25:17 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r45 | joostvb | 2002-11-28 20:18:11 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r44 | joostvb | 2002-11-25 23:58:31 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r42 | joostvb | 2002-11-25 23:29:39 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc
M /trunk/doc/.cvsignore
M /trunk/etc
A /trunk/etc/.cvsignore
M /trunk/man
M /trunk/man/.cvsignore
M /trunk/script
A /trunk/script/.cvsignore
D /trunk/script/Makefile
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r41 | joostvb | 2002-10-19 16:41:05 +0200 (Sat, 19 Oct 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r40 | joostvb | 2002-10-14 10:46:39 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r39 | joostvb | 2002-10-14 10:40:51 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/etc/systraq
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r38 | joostvb | 2002-09-01 14:02:26 +0200 (Sun, 01 Sep 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r37 | joostvb | 2002-04-11 11:20:42 +0200 (Thu, 11 Apr 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r36 | joostvb | 2002-03-07 12:12:35 +0100 (Thu, 07 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r35 | joostvb | 2002-03-06 10:29:14 +0100 (Wed, 06 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r33 | joostvb | 2002-02-28 21:19:33 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/Makefile.am
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r32 | joostvb | 2002-02-28 21:02:30 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r31 | joostvb | 2002-02-26 20:13:14 +0100 (Tue, 26 Feb 2002) | 2 lines
Changed paths:
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r30 | joostvb | 2002-02-23 09:47:21 +0100 (Sat, 23 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r29 | joostvb | 2002-01-13 22:00:34 +0100 (Sun, 13 Jan 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/etc/snapshot_pub.list
M /trunk/etc/systraq
M /trunk/script/systraq.in
minor bugfix release
------------------------------------------------------------------------
r28 | joostvb | 2001-12-08 21:57:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r27 | joostvb | 2001-12-08 21:41:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r26 | joostvb | 2001-12-08 20:36:55 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
A /trunk/INSTALL
M /trunk/Makefile.am
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r24 | joostvb | 2001-12-08 20:16:51 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk
A /trunk/.cvsignore
D /trunk/doc/Makefile
D /trunk/etc/Makefile
A /trunk/etc/Makefile.am
M /trunk/man
A /trunk/man/.cvsignore
A /trunk/man/Makefile.am
A /trunk/script/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r23 | joostvb | 2001-12-08 20:15:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/Makefile.am
A /trunk/NEWS
M /trunk/TODO
A /trunk/bootstrap
A /trunk/configure.in
M /trunk/doc/Makefile
A /trunk/doc/Makefile.am
M /trunk/etc/Makefile
M /trunk/script/Makefile
A /trunk/setversion
*** empty log message ***
------------------------------------------------------------------------
r22 | joostvb | 2001-12-08 19:32:36 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r21 | joostvb | 2001-12-08 15:26:27 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r20 | joostvb | 2001-12-08 15:15:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/filetraq
A /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r19 | joostvb | 2001-12-08 14:31:56 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/AUTHORS
A /trunk/COPYING
A /trunk/ChangeLog
A /trunk/README
A /trunk/THANKS
M /trunk/TODO
M /trunk/doc
A /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r18 | joostvb | 2001-12-07 17:20:44 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
A /trunk/etc/Makefile
*** empty log message ***
------------------------------------------------------------------------
r17 | joostvb | 2001-12-07 17:13:23 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r16 | joostvb | 2001-12-07 17:11:17 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.list
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r15 | joostvb | 2001-12-07 16:36:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r14 | joostvb | 2001-12-07 16:26:38 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r13 | joostvb | 2001-12-07 15:29:02 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
*** empty log message ***
------------------------------------------------------------------------
r12 | joostvb | 2001-12-07 15:20:06 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/snapshot_root.homelist
*** empty log message ***
------------------------------------------------------------------------
r11 | joostvb | 2001-12-07 15:13:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.homelist
A /trunk/etc/snapshot_root.list
*** empty log message ***
------------------------------------------------------------------------
r10 | joostvb | 2001-12-07 15:02:25 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc
A /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r9 | joostvb | 2001-12-07 14:29:57 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r8 | joostvb | 2001-12-07 14:05:30 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r7 | joostvb | 2001-12-06 19:11:14 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r6 | joostvb | 2001-12-06 19:08:24 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc/Makefile
A /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
A /trunk/doc/print.dsl
*** empty log message ***
------------------------------------------------------------------------
r5 | joostvb | 2001-12-06 15:18:20 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
A /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r4 | joostvb | 2001-12-06 12:45:25 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc
A /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r3 | joostvb | 2001-12-06 12:26:18 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/script
A /trunk/script/Makefile
A /trunk/script/filetraq
A /trunk/script/st_snapshot
moved from tools/
------------------------------------------------------------------------
r2 | joostvb | 2001-12-06 12:25:17 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/man
A /trunk/man/st_snapshot.pod
*** empty log message ***
------------------------------------------------------------------------
r228 | joostvb | 2005-02-13 17:01:03 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/NEWS
M /trunk/systraq/TODO
M /trunk/systraq/doc/manual.dbx
contact info added to manual
------------------------------------------------------------------------
r227 | joostvb | 2005-02-13 15:39:19 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/doc/manual.dbx
document extra build dependencies
------------------------------------------------------------------------
r226 | joostvb | 2005-02-13 15:21:59 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/configure.ac
M /trunk/systraq/man/Makefile.am
deal with lacking xsltproc and manpage stylesheets on build host
------------------------------------------------------------------------
r224 | joostvb | 2005-02-13 14:59:23 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
D /trunk/systraq/doc/manual.ent.in
manual.ent.in moved to ../man.ent.in
------------------------------------------------------------------------
r223 | joostvb | 2005-02-13 14:55:38 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/bootstrap
make sure ChangeLog looks nice
------------------------------------------------------------------------
r222 | joostvb | 2005-02-13 14:54:52 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/man/st_snapshot.hourly.dbx
manpage finished
------------------------------------------------------------------------
r221 | joostvb | 2005-02-13 14:52:33 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
refer to st_snapshot.hourly manpage
------------------------------------------------------------------------
r220 | joostvb | 2005-02-13 13:11:49 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r219 | joostvb | 2005-02-13 13:10:55 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r218 | joostvb | 2005-02-13 13:10:45 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/script/st_snapshot.hourly.in
be even more user-friendly
------------------------------------------------------------------------
r217 | joostvb | 2005-02-13 13:10:10 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/man/st_snapshot.hourly.dbx
completing manpage
------------------------------------------------------------------------
r216 | joostvb | 2005-02-13 12:43:45 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/bootstrap
M /trunk/systraq/configure.ac
M /trunk/systraq/doc/Makefile.am
M /trunk/systraq/doc/manual.dbx
M /trunk/systraq/man/Makefile.am
both manpage and manual want to use same configure-expanded variable: dbx build system overhaul
------------------------------------------------------------------------
r215 | joostvb | 2005-02-12 23:40:22 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/man/Makefile.am
------------------------------------------------------------------------
r214 | joostvb | 2005-02-12 23:35:44 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/man/st_snapshot.hourly.dbx
need to finish manpage
------------------------------------------------------------------------
r213 | joostvb | 2005-02-12 23:31:08 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/man/Makefile.am
A /trunk/systraq/man/st_snapshot.hourly.dbx
st_snapshot.hourly manpage, first shot
------------------------------------------------------------------------
r212 | joostvb | 2005-02-12 21:57:51 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r211 | joostvb | 2005-02-12 21:39:39 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/systraq_is_unconfigured
do not install systraq_is_unconfigured: this tarball behaves just fine.
------------------------------------------------------------------------
r210 | joostvb | 2005-02-12 21:38:55 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
some stuff is done
------------------------------------------------------------------------
r209 | joostvb | 2005-02-12 21:30:59 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/Makefile.am
rumours about Debian Bug#291619 turned out to be just that
------------------------------------------------------------------------
r207 | joostvb | 2005-02-12 17:29:40 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/LICENSE
it is 2005
------------------------------------------------------------------------
r206 | joostvb | 2005-02-12 17:27:41 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
commit mailing list created
------------------------------------------------------------------------
r204 | joostvb | 2005-02-11 20:00:51 +0100 (Fri, 11 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/etc/systraq_is_unconfigured
more stuff to do with etc/systraq_is_unconfigured
------------------------------------------------------------------------
r203 | joostvb | 2005-02-09 22:25:20 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/NEWS
------------------------------------------------------------------------
r202 | joostvb | 2005-02-09 22:15:48 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/configure.ac
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/systraq.in
M /trunk/systraq/script/Makefile.am
A /trunk/systraq/script/st_snapshot.hourly.in
wrapper for st_snapshot cronjob
------------------------------------------------------------------------
r201 | joostvb | 2005-02-09 22:14:39 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/etc/systraq_is_unconfigured
be nice to people doing a fresh install: supply a helpful note to them, instead of an ugly hourly error message from cron
------------------------------------------------------------------------
r200 | joostvb | 2005-02-09 21:37:31 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/Makefile.am
revert back to not using openjade -c catalogfile: it does not solve the network access problem, and introduced another problem
------------------------------------------------------------------------
r199 | joostvb | 2005-02-09 18:59:33 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
------------------------------------------------------------------------
r198 | joostvb | 2005-02-09 18:56:17 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
we use examplepath too
------------------------------------------------------------------------
r197 | joostvb | 2005-02-05 16:30:01 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
more tips for maintaining filetraq.conf, including caspar integration tips
------------------------------------------------------------------------
r196 | joostvb | 2005-02-05 16:23:29 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
more earlier reported bugs/ideas
------------------------------------------------------------------------
r195 | joostvb | 2005-02-05 16:20:47 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ii-shellrc
M /trunk/systraq/lib/nn-debsums
M /trunk/systraq/lib/rr-localdigest
M /trunk/systraq/lib/ww-signature
svn tags
------------------------------------------------------------------------
r194 | joostvb | 2005-02-05 16:17:34 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ff-netstat
list ipv6 connections too
------------------------------------------------------------------------
r193 | joostvb | 2005-02-05 16:12:35 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/rr-localdigest
fixed typo
------------------------------------------------------------------------
r192 | joostvb | 2005-02-03 08:59:02 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
D /trunk/systraq/doc/ChangeLog.2004
M /trunk/systraq/doc/Makefile.am
worked around svn2cl issues. just run raw "svn log"
------------------------------------------------------------------------
r191 | joostvb | 2005-02-03 08:52:19 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
a commit mailing list would be nice
------------------------------------------------------------------------
r190 | joostvb | 2005-02-03 08:26:00 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
another idea about svn2cl
------------------------------------------------------------------------
r189 | joostvb | 2005-02-02 21:59:28 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
svn2cl hassle
------------------------------------------------------------------------
r188 | joostvb | 2005-02-02 21:27:51 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
M /trunk/systraq/doc/Makefile.am
no longer user cvs2cl, but use svn2cl
------------------------------------------------------------------------
r187 | joostvb | 2005-02-02 21:26:11 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/doc/ChangeLog.2004
ChangeLog from the CVS era. Our svn2cl chokes on drastically moved files, so just keep this one here
------------------------------------------------------------------------
r186 | joostvb | 2005-02-02 20:57:31 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/dd-last
last is not that dumb: use -n
------------------------------------------------------------------------
r185 | lfousse | 2005-02-02 16:45:26 +0100 (Wed, 02 Feb 2005) | 2 lines
Changed paths:
M /trunk/systraq/TODO
Commit emails should work now.
------------------------------------------------------------------------
r184 | joostvb | 2005-02-01 06:57:32 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r183 | joostvb | 2005-02-01 06:54:25 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r182 | joostvb | 2005-02-01 06:50:35 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/THANKS
------------------------------------------------------------------------
r181 | lfousse | 2005-01-23 18:55:27 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /trunk/doc
A /trunk/systraq/doc (from /trunk/doc:179)
R /trunk/systraq/doc/Makefile.am (from /trunk/doc/Makefile.am:180)
M /trunk/systraq/doc/html.dsl
M /trunk/systraq/doc/manual.ent.in
M /trunk/systraq/doc/print.dsl
Forgot to move `doc'.
------------------------------------------------------------------------
r180 | lfousse | 2005-01-23 18:54:03 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /debian
D /trunk/.cvsignore
D /trunk/AUTHORS
D /trunk/LICENSE
D /trunk/Makefile.am
D /trunk/NEWS
D /trunk/README
D /trunk/THANKS
D /trunk/TODO
D /trunk/bootstrap
D /trunk/configure.ac
A /trunk/debian (from /debian:175)
R /trunk/debian/README.Debian (from /debian/README.Debian:179)
R /trunk/debian/changelog (from /debian/changelog:179)
R /trunk/debian/control (from /debian/control:179)
R /trunk/debian/rules (from /debian/rules:179)
A /trunk/debian/snapshot_pub.homelist (from /debian/snapshot_pub.homelist:179)
A /trunk/debian/snapshot_pub.list (from /debian/snapshot_pub.list:179)
A /trunk/debian/snapshot_root.homelist (from /debian/snapshot_root.homelist:179)
A /trunk/debian/snapshot_root.list (from /debian/snapshot_root.list:179)
M /trunk/doc/Makefile.am
D /trunk/etc
D /trunk/lib
D /trunk/man
D /trunk/script
D /trunk/setversion
A /trunk/systraq
A /trunk/systraq/.cvsignore (from /trunk/.cvsignore:178)
A /trunk/systraq/AUTHORS (from /trunk/AUTHORS:178)
A /trunk/systraq/LICENSE (from /trunk/LICENSE:178)
A /trunk/systraq/Makefile.am (from /trunk/Makefile.am:178)
A /trunk/systraq/NEWS (from /trunk/NEWS:178)
A /trunk/systraq/README (from /trunk/README:178)
A /trunk/systraq/THANKS (from /trunk/THANKS:178)
A /trunk/systraq/TODO (from /trunk/TODO:178)
A /trunk/systraq/bootstrap (from /trunk/bootstrap:178)
A /trunk/systraq/configure.ac (from /trunk/configure.ac:178)
A /trunk/systraq/etc (from /trunk/etc:178)
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/filetraq.conf.in
M /trunk/systraq/etc/filetraq.default
M /trunk/systraq/etc/snapshot_pub.homelist
M /trunk/systraq/etc/snapshot_pub.list.in
M /trunk/systraq/etc/snapshot_root.homelist
M /trunk/systraq/etc/snapshot_root.list
M /trunk/systraq/etc/systraq.in
A /trunk/systraq/lib (from /trunk/lib:178)
M /trunk/systraq/lib/Makefile.am
M /trunk/systraq/lib/ak-uptime
M /trunk/systraq/lib/bb-free
M /trunk/systraq/lib/cc-df
M /trunk/systraq/lib/dd-last
M /trunk/systraq/lib/ee-lastlog
M /trunk/systraq/lib/ff-netstat
M /trunk/systraq/lib/gg-ps
A /trunk/systraq/man (from /trunk/man:178)
M /trunk/systraq/man/Makefile.am
M /trunk/systraq/man/st_snapshot.pod
A /trunk/systraq/script (from /trunk/script:178)
M /trunk/systraq/script/Makefile.am
M /trunk/systraq/script/st_snapshot
A /trunk/systraq/setversion (from /trunk/setversion:178)
Move files around to match the intented hierarchy.
------------------------------------------------------------------------
r179 | lfousse | 2005-01-16 15:55:29 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
Systraq is maintained via svn now (commit by Joost).
------------------------------------------------------------------------
r178 | lfousse | 2005-01-16 13:31:25 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/TODO
Another bug (commit for Joost).
------------------------------------------------------------------------
r174 | joostvb | 2004-11-18 21:20:58 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041118
------------------------------------------------------------------------
r173 | joostvb | 2004-11-18 21:12:17 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/TODO
another gotcha for packagers
------------------------------------------------------------------------
r172 | joostvb | 2004-11-18 21:09:24 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
refer to installed example config files
------------------------------------------------------------------------
r171 | joostvb | 2004-11-18 21:01:46 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
install filetraq.conf; install snapshot_ listfiles in doc/systraq/examples, not etc/
------------------------------------------------------------------------
r170 | joostvb | 2004-10-25 08:51:29 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
more notes for upgraders
------------------------------------------------------------------------
r169 | joostvb | 2004-10-25 08:51:16 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_pub.list.in
honor new locations of systraq scripts
------------------------------------------------------------------------
r168 | joostvb | 2004-10-22 09:41:13 +0200 (Fri, 22 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/doc/manual.dbx
added some notes on upgrading
------------------------------------------------------------------------
r167 | joostvb | 2004-10-21 17:52:53 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.9
------------------------------------------------------------------------
r166 | joostvb | 2004-10-21 17:51:14 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
new file locations documented
------------------------------------------------------------------------
r165 | joostvb | 2004-10-21 17:44:11 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r164 | joostvb | 2004-10-21 17:43:00 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
another developers hack documented
------------------------------------------------------------------------
r163 | joostvb | 2004-10-21 17:42:29 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
M /trunk/setversion
automagically expand time and version
------------------------------------------------------------------------
r162 | joostvb | 2004-10-21 17:02:30 +0200 (Thu, 21 Oct 2004) | 3 lines
Changed paths:
M /trunk/lib/Makefile.am
fixed bug which caused symlinks in systraq.d
to point to /*
------------------------------------------------------------------------
r161 | joostvb | 2004-10-17 18:17:21 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.ent.in
*** empty log message ***
------------------------------------------------------------------------
r160 | joostvb | 2004-10-17 17:34:01 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r159 | joostvb | 2004-10-17 14:10:09 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r158 | joostvb | 2004-10-17 14:08:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version version 20041015-cvs.8
------------------------------------------------------------------------
r157 | joostvb | 2004-10-17 14:05:20 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r156 | joostvb | 2004-10-17 14:04:38 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
find run-parts, and give advice if we fail
------------------------------------------------------------------------
r155 | joostvb | 2004-10-17 14:03:56 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
M /trunk/script/Makefile.am
install systraq and st_snapshot in sbindir, not bindir: do not polute all users PATHs: in most common scenarios, people wont run these commands themselves
------------------------------------------------------------------------
r154 | joostvb | 2004-10-17 13:36:34 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.7
------------------------------------------------------------------------
r153 | joostvb | 2004-10-17 13:35:07 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
systraq redesign done, documentation pending
------------------------------------------------------------------------
r152 | joostvb | 2004-10-17 13:34:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/lib/rr-localdigest
ST_LMD5SUMS renamed to ST_LDIGESTS
------------------------------------------------------------------------
r151 | joostvb | 2004-10-17 13:33:57 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
systraq no longer needs ST_LMD5SUMS environment variable
------------------------------------------------------------------------
r150 | joostvb | 2004-10-17 13:33:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
started documenting new systraq script interface
------------------------------------------------------------------------
r149 | joostvb | 2004-10-17 13:00:53 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script
M /trunk/script/.cvsignore
systraq is now generated from systraq.in
------------------------------------------------------------------------
r148 | joostvb | 2004-10-17 13:00:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/TODO
M /trunk/lib
A /trunk/lib/.cvsignore
M /trunk/lib/ww-signature
*** empty log message ***
------------------------------------------------------------------------
r147 | joostvb | 2004-10-17 12:59:27 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
ship new file LICENSE
------------------------------------------------------------------------
r146 | joostvb | 2004-10-17 12:57:23 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
A /trunk/lib/Makefile.am
added infrastructure for stuff in lib/
------------------------------------------------------------------------
r145 | joostvb | 2004-10-17 12:37:40 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq redone: run scripts in specific directory, offer nice environment to these scripts
------------------------------------------------------------------------
r144 | joostvb | 2004-10-17 12:24:42 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq renamed to systraq.in
------------------------------------------------------------------------
r143 | joostvb | 2004-10-17 12:22:29 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
D /trunk/lib/aa-uptime
A /trunk/lib/ak-uptime
A /trunk/lib/ii-shellrc
A /trunk/lib/nn-debsums
A /trunk/lib/rr-localdigest
A /trunk/lib/ww-signature
ripped out of systraq script: configurable now
------------------------------------------------------------------------
r142 | joostvb | 2004-10-16 23:56:04 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r141 | joostvb | 2004-10-16 17:07:15 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
ripping out all configurable bits: phase one
------------------------------------------------------------------------
r140 | joostvb | 2004-10-16 17:06:27 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/lib
A /trunk/lib/aa-uptime
A /trunk/lib/bb-free
A /trunk/lib/cc-df
A /trunk/lib/dd-last
A /trunk/lib/ee-lastlog
A /trunk/lib/ff-netstat
A /trunk/lib/gg-ps
transforming systraq to a run-parts style script
------------------------------------------------------------------------
r139 | joostvb | 2004-10-16 16:48:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
one done
------------------------------------------------------------------------
r138 | joostvb | 2004-10-16 16:44:44 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/LICENSE
M /trunk/Makefile.am
M /trunk/README
M /trunk/THANKS
M /trunk/configure.ac
M /trunk/doc/Makefile.am
M /trunk/doc/html.dsl
M /trunk/doc/print.dsl
M /trunk/etc/Makefile.am
M /trunk/man/st_snapshot.pod
clarified copyright ownership. LICENSE file, listing holders, added
------------------------------------------------------------------------
r137 | joostvb | 2004-10-16 13:52:09 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more TODO
------------------------------------------------------------------------
r136 | joostvb | 2004-10-16 12:06:21 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.6
------------------------------------------------------------------------
r135 | joostvb | 2004-10-16 12:06:07 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
some things are done
------------------------------------------------------------------------
r134 | joostvb | 2004-10-16 12:02:46 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
and the SGML declaration: another build dependency
------------------------------------------------------------------------
r133 | joostvb | 2004-10-16 12:00:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
document build-dependencies: w3m or lynx, openjade or jade, JadeTeX, teTeX
------------------------------------------------------------------------
r132 | joostvb | 2004-10-16 11:54:10 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
use pdfjadetex. somewhat more compliant with non-gnu makes
------------------------------------------------------------------------
r131 | joostvb | 2004-10-16 11:53:26 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
generate pdf directly from tex: do not use ps2pdf, but use pdfjadetex
------------------------------------------------------------------------
r130 | joostvb | 2004-10-16 00:28:45 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
*** empty log message ***
------------------------------------------------------------------------
r129 | joostvb | 2004-10-16 00:26:06 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.5
------------------------------------------------------------------------
r128 | joostvb | 2004-10-16 00:17:24 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r127 | joostvb | 2004-10-16 00:16:49 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/doc/Makefile.am
./configure now fails if needed tools are not found. optionally uses lynx (not w3m) and openjade (not jade) for building. thanks LogReport for inspiration.
------------------------------------------------------------------------
r126 | joostvb | 2004-10-15 21:25:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r125 | joostvb | 2004-10-15 20:59:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.4
------------------------------------------------------------------------
r124 | joostvb | 2004-10-15 20:56:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/configure.ac
M /trunk/doc/manual.ent.in
M /trunk/etc/Makefile.am
M /trunk/man/Makefile.am
some cleanup of copyright statements: the files on which Stichting LogReport Foundation was listed as copyright holder were just trivial and not copyrightable
------------------------------------------------------------------------
r123 | joostvb | 2004-10-15 20:51:02 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/bootstrap
sign and publish targets added, for maintainer
------------------------------------------------------------------------
r122 | joostvb | 2004-10-15 18:22:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.3
------------------------------------------------------------------------
r121 | joostvb | 2004-10-15 18:18:58 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/script/systraq.in
the systraq command no longer uses hardcoded pathnames: pathnames moved to environment variable, cronjob and manual adjusted
------------------------------------------------------------------------
r120 | joostvb | 2004-10-15 17:00:46 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.2
------------------------------------------------------------------------
r119 | joostvb | 2004-10-15 16:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r118 | joostvb | 2004-10-15 16:55:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
st_snapshot is now no longer dependent on ./configure settings: got rid of hardcoded pathnames in the script itself, moved to cronjob invocation
------------------------------------------------------------------------
r117 | joostvb | 2004-10-15 14:59:50 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
oops, do distribute manual.dbx of course
------------------------------------------------------------------------
r116 | joostvb | 2004-10-15 14:59:29 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more ideas
------------------------------------------------------------------------
r115 | joostvb | 2004-10-15 13:46:00 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.1
------------------------------------------------------------------------
r114 | joostvb | 2004-10-15 13:40:25 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
some cleanup of unused variables
------------------------------------------------------------------------
r113 | joostvb | 2004-10-15 13:40:04 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on Jade stuff requirements added
------------------------------------------------------------------------
r112 | joostvb | 2004-10-15 13:05:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
manual.dbx is now fixed: uses flexible path names
------------------------------------------------------------------------
r111 | joostvb | 2004-10-15 13:04:53 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/etc/filetraq.conf.in
M /trunk/etc/snapshot_pub.list.in
M /trunk/etc/systraq.in
@SYSCONF_PATH@ and friends now have a more useful content
------------------------------------------------------------------------
r110 | joostvb | 2004-10-15 12:58:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r109 | joostvb | 2004-10-15 12:40:52 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r108 | joostvb | 2004-10-15 12:40:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
A /trunk/doc/manual.ent.in
generate entities from ./configure
------------------------------------------------------------------------
r107 | joostvb | 2004-10-15 12:39:37 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
use entities as generated by ./configure
------------------------------------------------------------------------
r106 | joostvb | 2004-10-15 12:34:24 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
do not say twice what to do after completion of this script
------------------------------------------------------------------------
r105 | joostvb | 2004-10-15 12:29:10 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
doc_DATA no longer in EXTRA_DIST: more robust during build
------------------------------------------------------------------------
r104 | joostvb | 2004-10-15 10:27:57 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015
------------------------------------------------------------------------
r103 | joostvb | 2004-10-15 10:27:38 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r102 | joostvb | 2004-10-15 10:17:14 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
added section about hacking on systraq
------------------------------------------------------------------------
r101 | joostvb | 2004-10-15 09:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/COPYING
D /trunk/INSTALL
M /trunk/README
use autotools generic INSTALL file
------------------------------------------------------------------------
r100 | joostvb | 2004-10-15 09:54:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/NEWS
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
be consistent about my email address
------------------------------------------------------------------------
r98 | joostvb | 2004-10-15 09:45:11 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more revamping to be done
------------------------------------------------------------------------
r97 | joostvb | 2004-10-15 09:30:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/NEWS
M /trunk/etc
M /trunk/etc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r96 | joostvb | 2004-10-15 09:30:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
now parseable by cvs2cl
------------------------------------------------------------------------
r95 | joostvb | 2004-10-15 09:28:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
no C code: no autoheader needed
------------------------------------------------------------------------
r94 | joostvb | 2004-10-15 09:27:55 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
config files now know about ./configure's sysconfdir
------------------------------------------------------------------------
r93 | joostvb | 2004-10-15 08:50:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/etc/filetraq.conf
A /trunk/etc/filetraq.conf.in
D /trunk/etc/snapshot_pub.list
A /trunk/etc/snapshot_pub.list.in
D /trunk/etc/systraq
A /trunk/etc/systraq.in
get rid of hardcoded /usr/local, but use ./configure setting
------------------------------------------------------------------------
r92 | joostvb | 2004-10-15 08:49:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
use ac_define_dir.m4 which supplies AC_DEFINE_DIR autoconf macro
------------------------------------------------------------------------
r90 | joostvb | 2004-10-15 00:10:06 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r88 | joostvb | 2004-10-15 00:05:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/setversion
A /trunk/users
current autotools features
------------------------------------------------------------------------
r87 | joostvb | 2004-10-15 00:04:22 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
added documentation. force current autotools
------------------------------------------------------------------------
r86 | joostvb | 2004-10-15 00:02:36 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/ChangeLog
M /trunk/NEWS
ChangeLog now autogenerated. NEWS now actually has contents: old ChangeLog
------------------------------------------------------------------------
r85 | joostvb | 2004-10-14 23:38:53 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
A /trunk/configure.ac
D /trunk/configure.in
new autotools naming style
------------------------------------------------------------------------
r84 | joostvb | 2004-10-14 11:50:50 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r83 | joostvb | 2004-10-12 18:11:13 +0200 (Tue, 12 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
another idea
------------------------------------------------------------------------
r82 | joostvb | 2004-08-04 15:33:59 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/script/st_snapshot
partially revert back: get rid of silly OWNEDHOMES: I was missing the point. duh
------------------------------------------------------------------------
r81 | joostvb | 2004-08-04 14:04:40 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
another bugfix. duh.
------------------------------------------------------------------------
r80 | joostvb | 2004-08-04 13:51:35 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r79 | joostvb | 2004-08-04 13:41:26 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r78 | joostvb | 2004-08-04 13:40:48 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
fixed bug in OWNEDHOMES variable setting. introduced sloppy tmpfile handling
------------------------------------------------------------------------
r77 | joostvb | 2004-08-04 13:16:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r76 | joostvb | 2004-08-04 12:59:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/ChangeLog
*** empty log message ***
------------------------------------------------------------------------
r75 | joostvb | 2004-08-04 12:53:00 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/Makefile.am
D /trunk/script/filetraq
D /trunk/script/filetraq.patch
we no longer ship filetraq, but require it
------------------------------------------------------------------------
r74 | joostvb | 2004-08-04 12:13:18 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
fixed stupid wrong comment
------------------------------------------------------------------------
r73 | joostvb | 2004-08-04 12:10:12 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
differ between homedirs owned by user occupying this dir, and those not. on systems were / is a hoemdir for lots of users, systraq was behaving bad.
------------------------------------------------------------------------
r72 | joostvb | 2004-08-04 12:08:20 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.homelist
change .procmail to .procmailrc: the last file is what we want to monitor, not .procmail/log, of course. Thanks Lionel Elie Mamane for bugreport
------------------------------------------------------------------------
r71 | joostvb | 2004-06-30 10:42:53 +0200 (Wed, 30 Jun 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
more alternative packages
------------------------------------------------------------------------
r70 | joostvb | 2004-05-27 06:15:46 +0200 (Thu, 27 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r69 | joostvb | 2004-05-26 12:34:09 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r68 | joostvb | 2004-05-26 12:33:48 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r67 | joostvb | 2004-05-26 11:33:15 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_root.homelist
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r66 | joostvb | 2004-05-26 11:19:30 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r65 | joostvb | 2004-05-26 11:17:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/Makefile.am
A /trunk/etc/filetraq.default
*** empty log message ***
------------------------------------------------------------------------
r64 | joostvb | 2004-05-26 11:13:23 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
note on troubles with some cron versions
------------------------------------------------------------------------
r63 | joostvb | 2004-05-26 11:09:37 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq
M /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r62 | joostvb | 2004-05-26 11:05:06 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq.patch
updated patch, now should fix hassle with changes in binary files too
------------------------------------------------------------------------
r61 | joostvb | 2004-05-26 10:33:50 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.homelist
M /trunk/etc/snapshot_root.homelist
~/.procmail and ~/.maildrop
------------------------------------------------------------------------
r60 | joostvb | 2004-05-26 10:29:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
*** empty log message ***
------------------------------------------------------------------------
r59 | joostvb | 2004-05-26 10:28:53 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on fam and diffmon
------------------------------------------------------------------------
r58 | joostvb | 2003-09-08 11:53:28 +0200 (Mon, 08 Sep 2003) | 2 lines
Changed paths:
M /trunk/TODO
reported cron issue
------------------------------------------------------------------------
r56 | joostvb | 2003-02-23 14:01:24 +0100 (Sun, 23 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r55 | joostvb | 2003-02-09 16:15:18 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r54 | joostvb | 2003-02-09 16:04:20 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r52 | joostvb | 2003-02-09 15:36:16 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r51 | joostvb | 2003-02-06 19:40:30 +0100 (Thu, 06 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/etc/snapshot_pub.homelist
*** empty log message ***
------------------------------------------------------------------------
r49 | joostvb | 2003-01-17 22:34:56 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/etc/systraq
grr. binary diff hassle
------------------------------------------------------------------------
r48 | joostvb | 2003-01-17 22:16:57 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r47 | joostvb | 2002-11-28 21:00:12 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r46 | joostvb | 2002-11-28 20:25:17 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r45 | joostvb | 2002-11-28 20:18:11 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r44 | joostvb | 2002-11-25 23:58:31 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r42 | joostvb | 2002-11-25 23:29:39 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc
M /trunk/doc/.cvsignore
M /trunk/etc
A /trunk/etc/.cvsignore
M /trunk/man
M /trunk/man/.cvsignore
M /trunk/script
A /trunk/script/.cvsignore
D /trunk/script/Makefile
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r41 | joostvb | 2002-10-19 16:41:05 +0200 (Sat, 19 Oct 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r40 | joostvb | 2002-10-14 10:46:39 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r39 | joostvb | 2002-10-14 10:40:51 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/etc/systraq
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r38 | joostvb | 2002-09-01 14:02:26 +0200 (Sun, 01 Sep 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r37 | joostvb | 2002-04-11 11:20:42 +0200 (Thu, 11 Apr 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r36 | joostvb | 2002-03-07 12:12:35 +0100 (Thu, 07 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r35 | joostvb | 2002-03-06 10:29:14 +0100 (Wed, 06 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r33 | joostvb | 2002-02-28 21:19:33 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/Makefile.am
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r32 | joostvb | 2002-02-28 21:02:30 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r31 | joostvb | 2002-02-26 20:13:14 +0100 (Tue, 26 Feb 2002) | 2 lines
Changed paths:
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r30 | joostvb | 2002-02-23 09:47:21 +0100 (Sat, 23 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r29 | joostvb | 2002-01-13 22:00:34 +0100 (Sun, 13 Jan 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/etc/snapshot_pub.list
M /trunk/etc/systraq
M /trunk/script/systraq.in
minor bugfix release
------------------------------------------------------------------------
r28 | joostvb | 2001-12-08 21:57:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r27 | joostvb | 2001-12-08 21:41:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r26 | joostvb | 2001-12-08 20:36:55 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
A /trunk/INSTALL
M /trunk/Makefile.am
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r24 | joostvb | 2001-12-08 20:16:51 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk
A /trunk/.cvsignore
D /trunk/doc/Makefile
D /trunk/etc/Makefile
A /trunk/etc/Makefile.am
M /trunk/man
A /trunk/man/.cvsignore
A /trunk/man/Makefile.am
A /trunk/script/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r23 | joostvb | 2001-12-08 20:15:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/Makefile.am
A /trunk/NEWS
M /trunk/TODO
A /trunk/bootstrap
A /trunk/configure.in
M /trunk/doc/Makefile
A /trunk/doc/Makefile.am
M /trunk/etc/Makefile
M /trunk/script/Makefile
A /trunk/setversion
*** empty log message ***
------------------------------------------------------------------------
r22 | joostvb | 2001-12-08 19:32:36 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r21 | joostvb | 2001-12-08 15:26:27 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r20 | joostvb | 2001-12-08 15:15:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/filetraq
A /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r19 | joostvb | 2001-12-08 14:31:56 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/AUTHORS
A /trunk/COPYING
A /trunk/ChangeLog
A /trunk/README
A /trunk/THANKS
M /trunk/TODO
M /trunk/doc
A /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r18 | joostvb | 2001-12-07 17:20:44 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
A /trunk/etc/Makefile
*** empty log message ***
------------------------------------------------------------------------
r17 | joostvb | 2001-12-07 17:13:23 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r16 | joostvb | 2001-12-07 17:11:17 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.list
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r15 | joostvb | 2001-12-07 16:36:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r14 | joostvb | 2001-12-07 16:26:38 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r13 | joostvb | 2001-12-07 15:29:02 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
*** empty log message ***
------------------------------------------------------------------------
r12 | joostvb | 2001-12-07 15:20:06 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/snapshot_root.homelist
*** empty log message ***
------------------------------------------------------------------------
r11 | joostvb | 2001-12-07 15:13:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.homelist
A /trunk/etc/snapshot_root.list
*** empty log message ***
------------------------------------------------------------------------
r10 | joostvb | 2001-12-07 15:02:25 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc
A /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r9 | joostvb | 2001-12-07 14:29:57 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r8 | joostvb | 2001-12-07 14:05:30 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r7 | joostvb | 2001-12-06 19:11:14 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r6 | joostvb | 2001-12-06 19:08:24 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc/Makefile
A /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
A /trunk/doc/print.dsl
*** empty log message ***
------------------------------------------------------------------------
r5 | joostvb | 2001-12-06 15:18:20 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
A /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r4 | joostvb | 2001-12-06 12:45:25 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc
A /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r3 | joostvb | 2001-12-06 12:26:18 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/script
A /trunk/script/Makefile
A /trunk/script/filetraq
A /trunk/script/st_snapshot
moved from tools/
------------------------------------------------------------------------
r2 | joostvb | 2001-12-06 12:25:17 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/man
A /trunk/man/st_snapshot.pod
*** empty log message ***
------------------------------------------------------------------------
r204 | joostvb | 2005-02-11 20:00:51 +0100 (Fri, 11 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/etc/systraq_is_unconfigured
more stuff to do with etc/systraq_is_unconfigured
------------------------------------------------------------------------
r203 | joostvb | 2005-02-09 22:25:20 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/NEWS
------------------------------------------------------------------------
r202 | joostvb | 2005-02-09 22:15:48 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/configure.ac
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/systraq.in
M /trunk/systraq/script/Makefile.am
A /trunk/systraq/script/st_snapshot.hourly.in
wrapper for st_snapshot cronjob
------------------------------------------------------------------------
r201 | joostvb | 2005-02-09 22:14:39 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/etc/systraq_is_unconfigured
be nice to people doing a fresh install: supply a helpful note to them, instead of an ugly hourly error message from cron
------------------------------------------------------------------------
r200 | joostvb | 2005-02-09 21:37:31 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/Makefile.am
revert back to not using openjade -c catalogfile: it does not solve the network access problem, and introduced another problem
------------------------------------------------------------------------
r199 | joostvb | 2005-02-09 18:59:33 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
------------------------------------------------------------------------
r198 | joostvb | 2005-02-09 18:56:17 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
we use examplepath too
------------------------------------------------------------------------
r197 | joostvb | 2005-02-05 16:30:01 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
more tips for maintaining filetraq.conf, including caspar integration tips
------------------------------------------------------------------------
r196 | joostvb | 2005-02-05 16:23:29 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
more earlier reported bugs/ideas
------------------------------------------------------------------------
r195 | joostvb | 2005-02-05 16:20:47 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ii-shellrc
M /trunk/systraq/lib/nn-debsums
M /trunk/systraq/lib/rr-localdigest
M /trunk/systraq/lib/ww-signature
svn tags
------------------------------------------------------------------------
r194 | joostvb | 2005-02-05 16:17:34 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ff-netstat
list ipv6 connections too
------------------------------------------------------------------------
r193 | joostvb | 2005-02-05 16:12:35 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/rr-localdigest
fixed typo
------------------------------------------------------------------------
r192 | joostvb | 2005-02-03 08:59:02 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
D /trunk/systraq/doc/ChangeLog.2004
M /trunk/systraq/doc/Makefile.am
worked around svn2cl issues. just run raw "svn log"
------------------------------------------------------------------------
r191 | joostvb | 2005-02-03 08:52:19 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
a commit mailing list would be nice
------------------------------------------------------------------------
r190 | joostvb | 2005-02-03 08:26:00 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
another idea about svn2cl
------------------------------------------------------------------------
r189 | joostvb | 2005-02-02 21:59:28 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
svn2cl hassle
------------------------------------------------------------------------
r188 | joostvb | 2005-02-02 21:27:51 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
M /trunk/systraq/doc/Makefile.am
no longer user cvs2cl, but use svn2cl
------------------------------------------------------------------------
r187 | joostvb | 2005-02-02 21:26:11 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/doc/ChangeLog.2004
ChangeLog from the CVS era. Our svn2cl chokes on drastically moved files, so just keep this one here
------------------------------------------------------------------------
r186 | joostvb | 2005-02-02 20:57:31 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/dd-last
last is not that dumb: use -n
------------------------------------------------------------------------
r185 | lfousse | 2005-02-02 16:45:26 +0100 (Wed, 02 Feb 2005) | 2 lines
Changed paths:
M /trunk/systraq/TODO
Commit emails should work now.
------------------------------------------------------------------------
r184 | joostvb | 2005-02-01 06:57:32 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r183 | joostvb | 2005-02-01 06:54:25 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r182 | joostvb | 2005-02-01 06:50:35 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/THANKS
------------------------------------------------------------------------
r181 | lfousse | 2005-01-23 18:55:27 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /trunk/doc
A /trunk/systraq/doc (from /trunk/doc:179)
R /trunk/systraq/doc/Makefile.am (from /trunk/doc/Makefile.am:180)
M /trunk/systraq/doc/html.dsl
M /trunk/systraq/doc/manual.ent.in
M /trunk/systraq/doc/print.dsl
Forgot to move `doc'.
------------------------------------------------------------------------
r180 | lfousse | 2005-01-23 18:54:03 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /debian
D /trunk/.cvsignore
D /trunk/AUTHORS
D /trunk/LICENSE
D /trunk/Makefile.am
D /trunk/NEWS
D /trunk/README
D /trunk/THANKS
D /trunk/TODO
D /trunk/bootstrap
D /trunk/configure.ac
A /trunk/debian (from /debian:175)
R /trunk/debian/README.Debian (from /debian/README.Debian:179)
R /trunk/debian/changelog (from /debian/changelog:179)
R /trunk/debian/control (from /debian/control:179)
R /trunk/debian/rules (from /debian/rules:179)
A /trunk/debian/snapshot_pub.homelist (from /debian/snapshot_pub.homelist:179)
A /trunk/debian/snapshot_pub.list (from /debian/snapshot_pub.list:179)
A /trunk/debian/snapshot_root.homelist (from /debian/snapshot_root.homelist:179)
A /trunk/debian/snapshot_root.list (from /debian/snapshot_root.list:179)
M /trunk/doc/Makefile.am
D /trunk/etc
D /trunk/lib
D /trunk/man
D /trunk/script
D /trunk/setversion
A /trunk/systraq
A /trunk/systraq/.cvsignore (from /trunk/.cvsignore:178)
A /trunk/systraq/AUTHORS (from /trunk/AUTHORS:178)
A /trunk/systraq/LICENSE (from /trunk/LICENSE:178)
A /trunk/systraq/Makefile.am (from /trunk/Makefile.am:178)
A /trunk/systraq/NEWS (from /trunk/NEWS:178)
A /trunk/systraq/README (from /trunk/README:178)
A /trunk/systraq/THANKS (from /trunk/THANKS:178)
A /trunk/systraq/TODO (from /trunk/TODO:178)
A /trunk/systraq/bootstrap (from /trunk/bootstrap:178)
A /trunk/systraq/configure.ac (from /trunk/configure.ac:178)
A /trunk/systraq/etc (from /trunk/etc:178)
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/filetraq.conf.in
M /trunk/systraq/etc/filetraq.default
M /trunk/systraq/etc/snapshot_pub.homelist
M /trunk/systraq/etc/snapshot_pub.list.in
M /trunk/systraq/etc/snapshot_root.homelist
M /trunk/systraq/etc/snapshot_root.list
M /trunk/systraq/etc/systraq.in
A /trunk/systraq/lib (from /trunk/lib:178)
M /trunk/systraq/lib/Makefile.am
M /trunk/systraq/lib/ak-uptime
M /trunk/systraq/lib/bb-free
M /trunk/systraq/lib/cc-df
M /trunk/systraq/lib/dd-last
M /trunk/systraq/lib/ee-lastlog
M /trunk/systraq/lib/ff-netstat
M /trunk/systraq/lib/gg-ps
A /trunk/systraq/man (from /trunk/man:178)
M /trunk/systraq/man/Makefile.am
M /trunk/systraq/man/st_snapshot.pod
A /trunk/systraq/script (from /trunk/script:178)
M /trunk/systraq/script/Makefile.am
M /trunk/systraq/script/st_snapshot
A /trunk/systraq/setversion (from /trunk/setversion:178)
Move files around to match the intented hierarchy.
------------------------------------------------------------------------
r179 | lfousse | 2005-01-16 15:55:29 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
Systraq is maintained via svn now (commit by Joost).
------------------------------------------------------------------------
r178 | lfousse | 2005-01-16 13:31:25 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/TODO
Another bug (commit for Joost).
------------------------------------------------------------------------
r174 | joostvb | 2004-11-18 21:20:58 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041118
------------------------------------------------------------------------
r173 | joostvb | 2004-11-18 21:12:17 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/TODO
another gotcha for packagers
------------------------------------------------------------------------
r172 | joostvb | 2004-11-18 21:09:24 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
refer to installed example config files
------------------------------------------------------------------------
r171 | joostvb | 2004-11-18 21:01:46 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
install filetraq.conf; install snapshot_ listfiles in doc/systraq/examples, not etc/
------------------------------------------------------------------------
r170 | joostvb | 2004-10-25 08:51:29 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
more notes for upgraders
------------------------------------------------------------------------
r169 | joostvb | 2004-10-25 08:51:16 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_pub.list.in
honor new locations of systraq scripts
------------------------------------------------------------------------
r168 | joostvb | 2004-10-22 09:41:13 +0200 (Fri, 22 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/doc/manual.dbx
added some notes on upgrading
------------------------------------------------------------------------
r167 | joostvb | 2004-10-21 17:52:53 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.9
------------------------------------------------------------------------
r166 | joostvb | 2004-10-21 17:51:14 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
new file locations documented
------------------------------------------------------------------------
r165 | joostvb | 2004-10-21 17:44:11 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r164 | joostvb | 2004-10-21 17:43:00 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
another developers hack documented
------------------------------------------------------------------------
r163 | joostvb | 2004-10-21 17:42:29 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
M /trunk/setversion
automagically expand time and version
------------------------------------------------------------------------
r162 | joostvb | 2004-10-21 17:02:30 +0200 (Thu, 21 Oct 2004) | 3 lines
Changed paths:
M /trunk/lib/Makefile.am
fixed bug which caused symlinks in systraq.d
to point to /*
------------------------------------------------------------------------
r161 | joostvb | 2004-10-17 18:17:21 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.ent.in
*** empty log message ***
------------------------------------------------------------------------
r160 | joostvb | 2004-10-17 17:34:01 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r159 | joostvb | 2004-10-17 14:10:09 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r158 | joostvb | 2004-10-17 14:08:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version version 20041015-cvs.8
------------------------------------------------------------------------
r157 | joostvb | 2004-10-17 14:05:20 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r156 | joostvb | 2004-10-17 14:04:38 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
find run-parts, and give advice if we fail
------------------------------------------------------------------------
r155 | joostvb | 2004-10-17 14:03:56 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
M /trunk/script/Makefile.am
install systraq and st_snapshot in sbindir, not bindir: do not polute all users PATHs: in most common scenarios, people wont run these commands themselves
------------------------------------------------------------------------
r154 | joostvb | 2004-10-17 13:36:34 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.7
------------------------------------------------------------------------
r153 | joostvb | 2004-10-17 13:35:07 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
systraq redesign done, documentation pending
------------------------------------------------------------------------
r152 | joostvb | 2004-10-17 13:34:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/lib/rr-localdigest
ST_LMD5SUMS renamed to ST_LDIGESTS
------------------------------------------------------------------------
r151 | joostvb | 2004-10-17 13:33:57 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
systraq no longer needs ST_LMD5SUMS environment variable
------------------------------------------------------------------------
r150 | joostvb | 2004-10-17 13:33:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
started documenting new systraq script interface
------------------------------------------------------------------------
r149 | joostvb | 2004-10-17 13:00:53 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script
M /trunk/script/.cvsignore
systraq is now generated from systraq.in
------------------------------------------------------------------------
r148 | joostvb | 2004-10-17 13:00:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/TODO
M /trunk/lib
A /trunk/lib/.cvsignore
M /trunk/lib/ww-signature
*** empty log message ***
------------------------------------------------------------------------
r147 | joostvb | 2004-10-17 12:59:27 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
ship new file LICENSE
------------------------------------------------------------------------
r146 | joostvb | 2004-10-17 12:57:23 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
A /trunk/lib/Makefile.am
added infrastructure for stuff in lib/
------------------------------------------------------------------------
r145 | joostvb | 2004-10-17 12:37:40 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq redone: run scripts in specific directory, offer nice environment to these scripts
------------------------------------------------------------------------
r144 | joostvb | 2004-10-17 12:24:42 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq renamed to systraq.in
------------------------------------------------------------------------
r143 | joostvb | 2004-10-17 12:22:29 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
D /trunk/lib/aa-uptime
A /trunk/lib/ak-uptime
A /trunk/lib/ii-shellrc
A /trunk/lib/nn-debsums
A /trunk/lib/rr-localdigest
A /trunk/lib/ww-signature
ripped out of systraq script: configurable now
------------------------------------------------------------------------
r142 | joostvb | 2004-10-16 23:56:04 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r141 | joostvb | 2004-10-16 17:07:15 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
ripping out all configurable bits: phase one
------------------------------------------------------------------------
r140 | joostvb | 2004-10-16 17:06:27 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/lib
A /trunk/lib/aa-uptime
A /trunk/lib/bb-free
A /trunk/lib/cc-df
A /trunk/lib/dd-last
A /trunk/lib/ee-lastlog
A /trunk/lib/ff-netstat
A /trunk/lib/gg-ps
transforming systraq to a run-parts style script
------------------------------------------------------------------------
r139 | joostvb | 2004-10-16 16:48:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
one done
------------------------------------------------------------------------
r138 | joostvb | 2004-10-16 16:44:44 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/LICENSE
M /trunk/Makefile.am
M /trunk/README
M /trunk/THANKS
M /trunk/configure.ac
M /trunk/doc/Makefile.am
M /trunk/doc/html.dsl
M /trunk/doc/print.dsl
M /trunk/etc/Makefile.am
M /trunk/man/st_snapshot.pod
clarified copyright ownership. LICENSE file, listing holders, added
------------------------------------------------------------------------
r137 | joostvb | 2004-10-16 13:52:09 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more TODO
------------------------------------------------------------------------
r136 | joostvb | 2004-10-16 12:06:21 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.6
------------------------------------------------------------------------
r135 | joostvb | 2004-10-16 12:06:07 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
some things are done
------------------------------------------------------------------------
r134 | joostvb | 2004-10-16 12:02:46 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
and the SGML declaration: another build dependency
------------------------------------------------------------------------
r133 | joostvb | 2004-10-16 12:00:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
document build-dependencies: w3m or lynx, openjade or jade, JadeTeX, teTeX
------------------------------------------------------------------------
r132 | joostvb | 2004-10-16 11:54:10 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
use pdfjadetex. somewhat more compliant with non-gnu makes
------------------------------------------------------------------------
r131 | joostvb | 2004-10-16 11:53:26 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
generate pdf directly from tex: do not use ps2pdf, but use pdfjadetex
------------------------------------------------------------------------
r130 | joostvb | 2004-10-16 00:28:45 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
*** empty log message ***
------------------------------------------------------------------------
r129 | joostvb | 2004-10-16 00:26:06 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.5
------------------------------------------------------------------------
r128 | joostvb | 2004-10-16 00:17:24 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r127 | joostvb | 2004-10-16 00:16:49 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/doc/Makefile.am
./configure now fails if needed tools are not found. optionally uses lynx (not w3m) and openjade (not jade) for building. thanks LogReport for inspiration.
------------------------------------------------------------------------
r126 | joostvb | 2004-10-15 21:25:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r125 | joostvb | 2004-10-15 20:59:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.4
------------------------------------------------------------------------
r124 | joostvb | 2004-10-15 20:56:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/configure.ac
M /trunk/doc/manual.ent.in
M /trunk/etc/Makefile.am
M /trunk/man/Makefile.am
some cleanup of copyright statements: the files on which Stichting LogReport Foundation was listed as copyright holder were just trivial and not copyrightable
------------------------------------------------------------------------
r123 | joostvb | 2004-10-15 20:51:02 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/bootstrap
sign and publish targets added, for maintainer
------------------------------------------------------------------------
r122 | joostvb | 2004-10-15 18:22:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.3
------------------------------------------------------------------------
r121 | joostvb | 2004-10-15 18:18:58 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/script/systraq.in
the systraq command no longer uses hardcoded pathnames: pathnames moved to environment variable, cronjob and manual adjusted
------------------------------------------------------------------------
r120 | joostvb | 2004-10-15 17:00:46 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.2
------------------------------------------------------------------------
r119 | joostvb | 2004-10-15 16:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r118 | joostvb | 2004-10-15 16:55:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
st_snapshot is now no longer dependent on ./configure settings: got rid of hardcoded pathnames in the script itself, moved to cronjob invocation
------------------------------------------------------------------------
r117 | joostvb | 2004-10-15 14:59:50 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
oops, do distribute manual.dbx of course
------------------------------------------------------------------------
r116 | joostvb | 2004-10-15 14:59:29 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more ideas
------------------------------------------------------------------------
r115 | joostvb | 2004-10-15 13:46:00 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.1
------------------------------------------------------------------------
r114 | joostvb | 2004-10-15 13:40:25 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
some cleanup of unused variables
------------------------------------------------------------------------
r113 | joostvb | 2004-10-15 13:40:04 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on Jade stuff requirements added
------------------------------------------------------------------------
r112 | joostvb | 2004-10-15 13:05:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
manual.dbx is now fixed: uses flexible path names
------------------------------------------------------------------------
r111 | joostvb | 2004-10-15 13:04:53 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/etc/filetraq.conf.in
M /trunk/etc/snapshot_pub.list.in
M /trunk/etc/systraq.in
@SYSCONF_PATH@ and friends now have a more useful content
------------------------------------------------------------------------
r110 | joostvb | 2004-10-15 12:58:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r109 | joostvb | 2004-10-15 12:40:52 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r108 | joostvb | 2004-10-15 12:40:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
A /trunk/doc/manual.ent.in
generate entities from ./configure
------------------------------------------------------------------------
r107 | joostvb | 2004-10-15 12:39:37 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
use entities as generated by ./configure
------------------------------------------------------------------------
r106 | joostvb | 2004-10-15 12:34:24 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
do not say twice what to do after completion of this script
------------------------------------------------------------------------
r105 | joostvb | 2004-10-15 12:29:10 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
doc_DATA no longer in EXTRA_DIST: more robust during build
------------------------------------------------------------------------
r104 | joostvb | 2004-10-15 10:27:57 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015
------------------------------------------------------------------------
r103 | joostvb | 2004-10-15 10:27:38 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r102 | joostvb | 2004-10-15 10:17:14 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
added section about hacking on systraq
------------------------------------------------------------------------
r101 | joostvb | 2004-10-15 09:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/COPYING
D /trunk/INSTALL
M /trunk/README
use autotools generic INSTALL file
------------------------------------------------------------------------
r100 | joostvb | 2004-10-15 09:54:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/NEWS
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
be consistent about my email address
------------------------------------------------------------------------
r98 | joostvb | 2004-10-15 09:45:11 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more revamping to be done
------------------------------------------------------------------------
r97 | joostvb | 2004-10-15 09:30:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/NEWS
M /trunk/etc
M /trunk/etc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r96 | joostvb | 2004-10-15 09:30:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
now parseable by cvs2cl
------------------------------------------------------------------------
r95 | joostvb | 2004-10-15 09:28:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
no C code: no autoheader needed
------------------------------------------------------------------------
r94 | joostvb | 2004-10-15 09:27:55 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
config files now know about ./configure's sysconfdir
------------------------------------------------------------------------
r93 | joostvb | 2004-10-15 08:50:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/etc/filetraq.conf
A /trunk/etc/filetraq.conf.in
D /trunk/etc/snapshot_pub.list
A /trunk/etc/snapshot_pub.list.in
D /trunk/etc/systraq
A /trunk/etc/systraq.in
get rid of hardcoded /usr/local, but use ./configure setting
------------------------------------------------------------------------
r92 | joostvb | 2004-10-15 08:49:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
use ac_define_dir.m4 which supplies AC_DEFINE_DIR autoconf macro
------------------------------------------------------------------------
r90 | joostvb | 2004-10-15 00:10:06 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r88 | joostvb | 2004-10-15 00:05:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/setversion
A /trunk/users
current autotools features
------------------------------------------------------------------------
r87 | joostvb | 2004-10-15 00:04:22 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
added documentation. force current autotools
------------------------------------------------------------------------
r86 | joostvb | 2004-10-15 00:02:36 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/ChangeLog
M /trunk/NEWS
ChangeLog now autogenerated. NEWS now actually has contents: old ChangeLog
------------------------------------------------------------------------
r85 | joostvb | 2004-10-14 23:38:53 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
A /trunk/configure.ac
D /trunk/configure.in
new autotools naming style
------------------------------------------------------------------------
r84 | joostvb | 2004-10-14 11:50:50 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r83 | joostvb | 2004-10-12 18:11:13 +0200 (Tue, 12 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
another idea
------------------------------------------------------------------------
r82 | joostvb | 2004-08-04 15:33:59 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/script/st_snapshot
partially revert back: get rid of silly OWNEDHOMES: I was missing the point. duh
------------------------------------------------------------------------
r81 | joostvb | 2004-08-04 14:04:40 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
another bugfix. duh.
------------------------------------------------------------------------
r80 | joostvb | 2004-08-04 13:51:35 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r79 | joostvb | 2004-08-04 13:41:26 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r78 | joostvb | 2004-08-04 13:40:48 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
fixed bug in OWNEDHOMES variable setting. introduced sloppy tmpfile handling
------------------------------------------------------------------------
r77 | joostvb | 2004-08-04 13:16:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r76 | joostvb | 2004-08-04 12:59:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/ChangeLog
*** empty log message ***
------------------------------------------------------------------------
r75 | joostvb | 2004-08-04 12:53:00 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/Makefile.am
D /trunk/script/filetraq
D /trunk/script/filetraq.patch
we no longer ship filetraq, but require it
------------------------------------------------------------------------
r74 | joostvb | 2004-08-04 12:13:18 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
fixed stupid wrong comment
------------------------------------------------------------------------
r73 | joostvb | 2004-08-04 12:10:12 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
differ between homedirs owned by user occupying this dir, and those not. on systems were / is a hoemdir for lots of users, systraq was behaving bad.
------------------------------------------------------------------------
r72 | joostvb | 2004-08-04 12:08:20 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.homelist
change .procmail to .procmailrc: the last file is what we want to monitor, not .procmail/log, of course. Thanks Lionel Elie Mamane for bugreport
------------------------------------------------------------------------
r71 | joostvb | 2004-06-30 10:42:53 +0200 (Wed, 30 Jun 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
more alternative packages
------------------------------------------------------------------------
r70 | joostvb | 2004-05-27 06:15:46 +0200 (Thu, 27 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r69 | joostvb | 2004-05-26 12:34:09 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r68 | joostvb | 2004-05-26 12:33:48 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r67 | joostvb | 2004-05-26 11:33:15 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_root.homelist
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r66 | joostvb | 2004-05-26 11:19:30 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r65 | joostvb | 2004-05-26 11:17:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/Makefile.am
A /trunk/etc/filetraq.default
*** empty log message ***
------------------------------------------------------------------------
r64 | joostvb | 2004-05-26 11:13:23 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
note on troubles with some cron versions
------------------------------------------------------------------------
r63 | joostvb | 2004-05-26 11:09:37 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq
M /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r62 | joostvb | 2004-05-26 11:05:06 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq.patch
updated patch, now should fix hassle with changes in binary files too
------------------------------------------------------------------------
r61 | joostvb | 2004-05-26 10:33:50 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.homelist
M /trunk/etc/snapshot_root.homelist
~/.procmail and ~/.maildrop
------------------------------------------------------------------------
r60 | joostvb | 2004-05-26 10:29:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
*** empty log message ***
------------------------------------------------------------------------
r59 | joostvb | 2004-05-26 10:28:53 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on fam and diffmon
------------------------------------------------------------------------
r58 | joostvb | 2003-09-08 11:53:28 +0200 (Mon, 08 Sep 2003) | 2 lines
Changed paths:
M /trunk/TODO
reported cron issue
------------------------------------------------------------------------
r56 | joostvb | 2003-02-23 14:01:24 +0100 (Sun, 23 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r55 | joostvb | 2003-02-09 16:15:18 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r54 | joostvb | 2003-02-09 16:04:20 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r52 | joostvb | 2003-02-09 15:36:16 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r51 | joostvb | 2003-02-06 19:40:30 +0100 (Thu, 06 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/etc/snapshot_pub.homelist
*** empty log message ***
------------------------------------------------------------------------
r49 | joostvb | 2003-01-17 22:34:56 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/etc/systraq
grr. binary diff hassle
------------------------------------------------------------------------
r48 | joostvb | 2003-01-17 22:16:57 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r47 | joostvb | 2002-11-28 21:00:12 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r46 | joostvb | 2002-11-28 20:25:17 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r45 | joostvb | 2002-11-28 20:18:11 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r44 | joostvb | 2002-11-25 23:58:31 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r42 | joostvb | 2002-11-25 23:29:39 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc
M /trunk/doc/.cvsignore
M /trunk/etc
A /trunk/etc/.cvsignore
M /trunk/man
M /trunk/man/.cvsignore
M /trunk/script
A /trunk/script/.cvsignore
D /trunk/script/Makefile
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r41 | joostvb | 2002-10-19 16:41:05 +0200 (Sat, 19 Oct 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r40 | joostvb | 2002-10-14 10:46:39 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r39 | joostvb | 2002-10-14 10:40:51 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/etc/systraq
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r38 | joostvb | 2002-09-01 14:02:26 +0200 (Sun, 01 Sep 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r37 | joostvb | 2002-04-11 11:20:42 +0200 (Thu, 11 Apr 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r36 | joostvb | 2002-03-07 12:12:35 +0100 (Thu, 07 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r35 | joostvb | 2002-03-06 10:29:14 +0100 (Wed, 06 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r33 | joostvb | 2002-02-28 21:19:33 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/Makefile.am
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r32 | joostvb | 2002-02-28 21:02:30 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r31 | joostvb | 2002-02-26 20:13:14 +0100 (Tue, 26 Feb 2002) | 2 lines
Changed paths:
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r30 | joostvb | 2002-02-23 09:47:21 +0100 (Sat, 23 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r29 | joostvb | 2002-01-13 22:00:34 +0100 (Sun, 13 Jan 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/etc/snapshot_pub.list
M /trunk/etc/systraq
M /trunk/script/systraq.in
minor bugfix release
------------------------------------------------------------------------
r28 | joostvb | 2001-12-08 21:57:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r27 | joostvb | 2001-12-08 21:41:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r26 | joostvb | 2001-12-08 20:36:55 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
A /trunk/INSTALL
M /trunk/Makefile.am
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r24 | joostvb | 2001-12-08 20:16:51 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk
A /trunk/.cvsignore
D /trunk/doc/Makefile
D /trunk/etc/Makefile
A /trunk/etc/Makefile.am
M /trunk/man
A /trunk/man/.cvsignore
A /trunk/man/Makefile.am
A /trunk/script/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r23 | joostvb | 2001-12-08 20:15:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/Makefile.am
A /trunk/NEWS
M /trunk/TODO
A /trunk/bootstrap
A /trunk/configure.in
M /trunk/doc/Makefile
A /trunk/doc/Makefile.am
M /trunk/etc/Makefile
M /trunk/script/Makefile
A /trunk/setversion
*** empty log message ***
------------------------------------------------------------------------
r22 | joostvb | 2001-12-08 19:32:36 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r21 | joostvb | 2001-12-08 15:26:27 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r20 | joostvb | 2001-12-08 15:15:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/filetraq
A /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r19 | joostvb | 2001-12-08 14:31:56 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/AUTHORS
A /trunk/COPYING
A /trunk/ChangeLog
A /trunk/README
A /trunk/THANKS
M /trunk/TODO
M /trunk/doc
A /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r18 | joostvb | 2001-12-07 17:20:44 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
A /trunk/etc/Makefile
*** empty log message ***
------------------------------------------------------------------------
r17 | joostvb | 2001-12-07 17:13:23 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r16 | joostvb | 2001-12-07 17:11:17 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.list
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r15 | joostvb | 2001-12-07 16:36:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r14 | joostvb | 2001-12-07 16:26:38 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r13 | joostvb | 2001-12-07 15:29:02 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
*** empty log message ***
------------------------------------------------------------------------
r12 | joostvb | 2001-12-07 15:20:06 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/snapshot_root.homelist
*** empty log message ***
------------------------------------------------------------------------
r11 | joostvb | 2001-12-07 15:13:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.homelist
A /trunk/etc/snapshot_root.list
*** empty log message ***
------------------------------------------------------------------------
r10 | joostvb | 2001-12-07 15:02:25 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc
A /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r9 | joostvb | 2001-12-07 14:29:57 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r8 | joostvb | 2001-12-07 14:05:30 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r7 | joostvb | 2001-12-06 19:11:14 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r6 | joostvb | 2001-12-06 19:08:24 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc/Makefile
A /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
A /trunk/doc/print.dsl
*** empty log message ***
------------------------------------------------------------------------
r5 | joostvb | 2001-12-06 15:18:20 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
A /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r4 | joostvb | 2001-12-06 12:45:25 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc
A /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r3 | joostvb | 2001-12-06 12:26:18 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/script
A /trunk/script/Makefile
A /trunk/script/filetraq
A /trunk/script/st_snapshot
moved from tools/
------------------------------------------------------------------------
r2 | joostvb | 2001-12-06 12:25:17 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/man
A /trunk/man/st_snapshot.pod
*** empty log message ***
------------------------------------------------------------------------
r204 | joostvb | 2005-02-11 20:00:51 +0100 (Fri, 11 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/etc/systraq_is_unconfigured
more stuff to do with etc/systraq_is_unconfigured
------------------------------------------------------------------------
r203 | joostvb | 2005-02-09 22:25:20 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/NEWS
------------------------------------------------------------------------
r202 | joostvb | 2005-02-09 22:15:48 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/configure.ac
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/systraq.in
M /trunk/systraq/script/Makefile.am
A /trunk/systraq/script/st_snapshot.hourly.in
wrapper for st_snapshot cronjob
------------------------------------------------------------------------
r201 | joostvb | 2005-02-09 22:14:39 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/etc/systraq_is_unconfigured
be nice to people doing a fresh install: supply a helpful note to them, instead of an ugly hourly error message from cron
------------------------------------------------------------------------
r200 | joostvb | 2005-02-09 21:37:31 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/Makefile.am
revert back to not using openjade -c catalogfile: it does not solve the network access problem, and introduced another problem
------------------------------------------------------------------------
r199 | joostvb | 2005-02-09 18:59:33 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
------------------------------------------------------------------------
r198 | joostvb | 2005-02-09 18:56:17 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
we use examplepath too
------------------------------------------------------------------------
r197 | joostvb | 2005-02-05 16:30:01 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
more tips for maintaining filetraq.conf, including caspar integration tips
------------------------------------------------------------------------
r196 | joostvb | 2005-02-05 16:23:29 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
more earlier reported bugs/ideas
------------------------------------------------------------------------
r195 | joostvb | 2005-02-05 16:20:47 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ii-shellrc
M /trunk/systraq/lib/nn-debsums
M /trunk/systraq/lib/rr-localdigest
M /trunk/systraq/lib/ww-signature
svn tags
------------------------------------------------------------------------
r194 | joostvb | 2005-02-05 16:17:34 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ff-netstat
list ipv6 connections too
------------------------------------------------------------------------
r193 | joostvb | 2005-02-05 16:12:35 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/rr-localdigest
fixed typo
------------------------------------------------------------------------
r192 | joostvb | 2005-02-03 08:59:02 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
D /trunk/systraq/doc/ChangeLog.2004
M /trunk/systraq/doc/Makefile.am
worked around svn2cl issues. just run raw "svn log"
------------------------------------------------------------------------
r191 | joostvb | 2005-02-03 08:52:19 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
a commit mailing list would be nice
------------------------------------------------------------------------
r190 | joostvb | 2005-02-03 08:26:00 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
another idea about svn2cl
------------------------------------------------------------------------
r189 | joostvb | 2005-02-02 21:59:28 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
svn2cl hassle
------------------------------------------------------------------------
r188 | joostvb | 2005-02-02 21:27:51 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
M /trunk/systraq/doc/Makefile.am
no longer user cvs2cl, but use svn2cl
------------------------------------------------------------------------
r187 | joostvb | 2005-02-02 21:26:11 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/doc/ChangeLog.2004
ChangeLog from the CVS era. Our svn2cl chokes on drastically moved files, so just keep this one here
------------------------------------------------------------------------
r186 | joostvb | 2005-02-02 20:57:31 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/dd-last
last is not that dumb: use -n
------------------------------------------------------------------------
r185 | lfousse | 2005-02-02 16:45:26 +0100 (Wed, 02 Feb 2005) | 2 lines
Changed paths:
M /trunk/systraq/TODO
Commit emails should work now.
------------------------------------------------------------------------
r184 | joostvb | 2005-02-01 06:57:32 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r183 | joostvb | 2005-02-01 06:54:25 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r182 | joostvb | 2005-02-01 06:50:35 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/THANKS
------------------------------------------------------------------------
r181 | lfousse | 2005-01-23 18:55:27 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /trunk/doc
A /trunk/systraq/doc (from /trunk/doc:179)
R /trunk/systraq/doc/Makefile.am (from /trunk/doc/Makefile.am:180)
M /trunk/systraq/doc/html.dsl
M /trunk/systraq/doc/manual.ent.in
M /trunk/systraq/doc/print.dsl
Forgot to move `doc'.
------------------------------------------------------------------------
r180 | lfousse | 2005-01-23 18:54:03 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /debian
D /trunk/.cvsignore
D /trunk/AUTHORS
D /trunk/LICENSE
D /trunk/Makefile.am
D /trunk/NEWS
D /trunk/README
D /trunk/THANKS
D /trunk/TODO
D /trunk/bootstrap
D /trunk/configure.ac
A /trunk/debian (from /debian:175)
R /trunk/debian/README.Debian (from /debian/README.Debian:179)
R /trunk/debian/changelog (from /debian/changelog:179)
R /trunk/debian/control (from /debian/control:179)
R /trunk/debian/rules (from /debian/rules:179)
A /trunk/debian/snapshot_pub.homelist (from /debian/snapshot_pub.homelist:179)
A /trunk/debian/snapshot_pub.list (from /debian/snapshot_pub.list:179)
A /trunk/debian/snapshot_root.homelist (from /debian/snapshot_root.homelist:179)
A /trunk/debian/snapshot_root.list (from /debian/snapshot_root.list:179)
M /trunk/doc/Makefile.am
D /trunk/etc
D /trunk/lib
D /trunk/man
D /trunk/script
D /trunk/setversion
A /trunk/systraq
A /trunk/systraq/.cvsignore (from /trunk/.cvsignore:178)
A /trunk/systraq/AUTHORS (from /trunk/AUTHORS:178)
A /trunk/systraq/LICENSE (from /trunk/LICENSE:178)
A /trunk/systraq/Makefile.am (from /trunk/Makefile.am:178)
A /trunk/systraq/NEWS (from /trunk/NEWS:178)
A /trunk/systraq/README (from /trunk/README:178)
A /trunk/systraq/THANKS (from /trunk/THANKS:178)
A /trunk/systraq/TODO (from /trunk/TODO:178)
A /trunk/systraq/bootstrap (from /trunk/bootstrap:178)
A /trunk/systraq/configure.ac (from /trunk/configure.ac:178)
A /trunk/systraq/etc (from /trunk/etc:178)
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/filetraq.conf.in
M /trunk/systraq/etc/filetraq.default
M /trunk/systraq/etc/snapshot_pub.homelist
M /trunk/systraq/etc/snapshot_pub.list.in
M /trunk/systraq/etc/snapshot_root.homelist
M /trunk/systraq/etc/snapshot_root.list
M /trunk/systraq/etc/systraq.in
A /trunk/systraq/lib (from /trunk/lib:178)
M /trunk/systraq/lib/Makefile.am
M /trunk/systraq/lib/ak-uptime
M /trunk/systraq/lib/bb-free
M /trunk/systraq/lib/cc-df
M /trunk/systraq/lib/dd-last
M /trunk/systraq/lib/ee-lastlog
M /trunk/systraq/lib/ff-netstat
M /trunk/systraq/lib/gg-ps
A /trunk/systraq/man (from /trunk/man:178)
M /trunk/systraq/man/Makefile.am
M /trunk/systraq/man/st_snapshot.pod
A /trunk/systraq/script (from /trunk/script:178)
M /trunk/systraq/script/Makefile.am
M /trunk/systraq/script/st_snapshot
A /trunk/systraq/setversion (from /trunk/setversion:178)
Move files around to match the intented hierarchy.
------------------------------------------------------------------------
r179 | lfousse | 2005-01-16 15:55:29 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
Systraq is maintained via svn now (commit by Joost).
------------------------------------------------------------------------
r178 | lfousse | 2005-01-16 13:31:25 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/TODO
Another bug (commit for Joost).
------------------------------------------------------------------------
r174 | joostvb | 2004-11-18 21:20:58 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041118
------------------------------------------------------------------------
r173 | joostvb | 2004-11-18 21:12:17 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/TODO
another gotcha for packagers
------------------------------------------------------------------------
r172 | joostvb | 2004-11-18 21:09:24 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
refer to installed example config files
------------------------------------------------------------------------
r171 | joostvb | 2004-11-18 21:01:46 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
install filetraq.conf; install snapshot_ listfiles in doc/systraq/examples, not etc/
------------------------------------------------------------------------
r170 | joostvb | 2004-10-25 08:51:29 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
more notes for upgraders
------------------------------------------------------------------------
r169 | joostvb | 2004-10-25 08:51:16 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_pub.list.in
honor new locations of systraq scripts
------------------------------------------------------------------------
r168 | joostvb | 2004-10-22 09:41:13 +0200 (Fri, 22 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/doc/manual.dbx
added some notes on upgrading
------------------------------------------------------------------------
r167 | joostvb | 2004-10-21 17:52:53 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.9
------------------------------------------------------------------------
r166 | joostvb | 2004-10-21 17:51:14 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
new file locations documented
------------------------------------------------------------------------
r165 | joostvb | 2004-10-21 17:44:11 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r164 | joostvb | 2004-10-21 17:43:00 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
another developers hack documented
------------------------------------------------------------------------
r163 | joostvb | 2004-10-21 17:42:29 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
M /trunk/setversion
automagically expand time and version
------------------------------------------------------------------------
r162 | joostvb | 2004-10-21 17:02:30 +0200 (Thu, 21 Oct 2004) | 3 lines
Changed paths:
M /trunk/lib/Makefile.am
fixed bug which caused symlinks in systraq.d
to point to /*
------------------------------------------------------------------------
r161 | joostvb | 2004-10-17 18:17:21 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.ent.in
*** empty log message ***
------------------------------------------------------------------------
r160 | joostvb | 2004-10-17 17:34:01 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r159 | joostvb | 2004-10-17 14:10:09 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r158 | joostvb | 2004-10-17 14:08:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version version 20041015-cvs.8
------------------------------------------------------------------------
r157 | joostvb | 2004-10-17 14:05:20 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r156 | joostvb | 2004-10-17 14:04:38 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
find run-parts, and give advice if we fail
------------------------------------------------------------------------
r155 | joostvb | 2004-10-17 14:03:56 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
M /trunk/script/Makefile.am
install systraq and st_snapshot in sbindir, not bindir: do not polute all users PATHs: in most common scenarios, people wont run these commands themselves
------------------------------------------------------------------------
r154 | joostvb | 2004-10-17 13:36:34 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.7
------------------------------------------------------------------------
r153 | joostvb | 2004-10-17 13:35:07 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
systraq redesign done, documentation pending
------------------------------------------------------------------------
r152 | joostvb | 2004-10-17 13:34:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/lib/rr-localdigest
ST_LMD5SUMS renamed to ST_LDIGESTS
------------------------------------------------------------------------
r151 | joostvb | 2004-10-17 13:33:57 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
systraq no longer needs ST_LMD5SUMS environment variable
------------------------------------------------------------------------
r150 | joostvb | 2004-10-17 13:33:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
started documenting new systraq script interface
------------------------------------------------------------------------
r149 | joostvb | 2004-10-17 13:00:53 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script
M /trunk/script/.cvsignore
systraq is now generated from systraq.in
------------------------------------------------------------------------
r148 | joostvb | 2004-10-17 13:00:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/TODO
M /trunk/lib
A /trunk/lib/.cvsignore
M /trunk/lib/ww-signature
*** empty log message ***
------------------------------------------------------------------------
r147 | joostvb | 2004-10-17 12:59:27 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
ship new file LICENSE
------------------------------------------------------------------------
r146 | joostvb | 2004-10-17 12:57:23 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
A /trunk/lib/Makefile.am
added infrastructure for stuff in lib/
------------------------------------------------------------------------
r145 | joostvb | 2004-10-17 12:37:40 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq redone: run scripts in specific directory, offer nice environment to these scripts
------------------------------------------------------------------------
r144 | joostvb | 2004-10-17 12:24:42 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq renamed to systraq.in
------------------------------------------------------------------------
r143 | joostvb | 2004-10-17 12:22:29 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
D /trunk/lib/aa-uptime
A /trunk/lib/ak-uptime
A /trunk/lib/ii-shellrc
A /trunk/lib/nn-debsums
A /trunk/lib/rr-localdigest
A /trunk/lib/ww-signature
ripped out of systraq script: configurable now
------------------------------------------------------------------------
r142 | joostvb | 2004-10-16 23:56:04 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r141 | joostvb | 2004-10-16 17:07:15 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
ripping out all configurable bits: phase one
------------------------------------------------------------------------
r140 | joostvb | 2004-10-16 17:06:27 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/lib
A /trunk/lib/aa-uptime
A /trunk/lib/bb-free
A /trunk/lib/cc-df
A /trunk/lib/dd-last
A /trunk/lib/ee-lastlog
A /trunk/lib/ff-netstat
A /trunk/lib/gg-ps
transforming systraq to a run-parts style script
------------------------------------------------------------------------
r139 | joostvb | 2004-10-16 16:48:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
one done
------------------------------------------------------------------------
r138 | joostvb | 2004-10-16 16:44:44 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/LICENSE
M /trunk/Makefile.am
M /trunk/README
M /trunk/THANKS
M /trunk/configure.ac
M /trunk/doc/Makefile.am
M /trunk/doc/html.dsl
M /trunk/doc/print.dsl
M /trunk/etc/Makefile.am
M /trunk/man/st_snapshot.pod
clarified copyright ownership. LICENSE file, listing holders, added
------------------------------------------------------------------------
r137 | joostvb | 2004-10-16 13:52:09 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more TODO
------------------------------------------------------------------------
r136 | joostvb | 2004-10-16 12:06:21 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.6
------------------------------------------------------------------------
r135 | joostvb | 2004-10-16 12:06:07 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
some things are done
------------------------------------------------------------------------
r134 | joostvb | 2004-10-16 12:02:46 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
and the SGML declaration: another build dependency
------------------------------------------------------------------------
r133 | joostvb | 2004-10-16 12:00:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
document build-dependencies: w3m or lynx, openjade or jade, JadeTeX, teTeX
------------------------------------------------------------------------
r132 | joostvb | 2004-10-16 11:54:10 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
use pdfjadetex. somewhat more compliant with non-gnu makes
------------------------------------------------------------------------
r131 | joostvb | 2004-10-16 11:53:26 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
generate pdf directly from tex: do not use ps2pdf, but use pdfjadetex
------------------------------------------------------------------------
r130 | joostvb | 2004-10-16 00:28:45 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
*** empty log message ***
------------------------------------------------------------------------
r129 | joostvb | 2004-10-16 00:26:06 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.5
------------------------------------------------------------------------
r128 | joostvb | 2004-10-16 00:17:24 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r127 | joostvb | 2004-10-16 00:16:49 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/doc/Makefile.am
./configure now fails if needed tools are not found. optionally uses lynx (not w3m) and openjade (not jade) for building. thanks LogReport for inspiration.
------------------------------------------------------------------------
r126 | joostvb | 2004-10-15 21:25:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r125 | joostvb | 2004-10-15 20:59:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.4
------------------------------------------------------------------------
r124 | joostvb | 2004-10-15 20:56:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/configure.ac
M /trunk/doc/manual.ent.in
M /trunk/etc/Makefile.am
M /trunk/man/Makefile.am
some cleanup of copyright statements: the files on which Stichting LogReport Foundation was listed as copyright holder were just trivial and not copyrightable
------------------------------------------------------------------------
r123 | joostvb | 2004-10-15 20:51:02 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/bootstrap
sign and publish targets added, for maintainer
------------------------------------------------------------------------
r122 | joostvb | 2004-10-15 18:22:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.3
------------------------------------------------------------------------
r121 | joostvb | 2004-10-15 18:18:58 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/script/systraq.in
the systraq command no longer uses hardcoded pathnames: pathnames moved to environment variable, cronjob and manual adjusted
------------------------------------------------------------------------
r120 | joostvb | 2004-10-15 17:00:46 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.2
------------------------------------------------------------------------
r119 | joostvb | 2004-10-15 16:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r118 | joostvb | 2004-10-15 16:55:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
st_snapshot is now no longer dependent on ./configure settings: got rid of hardcoded pathnames in the script itself, moved to cronjob invocation
------------------------------------------------------------------------
r117 | joostvb | 2004-10-15 14:59:50 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
oops, do distribute manual.dbx of course
------------------------------------------------------------------------
r116 | joostvb | 2004-10-15 14:59:29 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more ideas
------------------------------------------------------------------------
r115 | joostvb | 2004-10-15 13:46:00 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.1
------------------------------------------------------------------------
r114 | joostvb | 2004-10-15 13:40:25 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
some cleanup of unused variables
------------------------------------------------------------------------
r113 | joostvb | 2004-10-15 13:40:04 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on Jade stuff requirements added
------------------------------------------------------------------------
r112 | joostvb | 2004-10-15 13:05:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
manual.dbx is now fixed: uses flexible path names
------------------------------------------------------------------------
r111 | joostvb | 2004-10-15 13:04:53 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/etc/filetraq.conf.in
M /trunk/etc/snapshot_pub.list.in
M /trunk/etc/systraq.in
@SYSCONF_PATH@ and friends now have a more useful content
------------------------------------------------------------------------
r110 | joostvb | 2004-10-15 12:58:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r109 | joostvb | 2004-10-15 12:40:52 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r108 | joostvb | 2004-10-15 12:40:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
A /trunk/doc/manual.ent.in
generate entities from ./configure
------------------------------------------------------------------------
r107 | joostvb | 2004-10-15 12:39:37 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
use entities as generated by ./configure
------------------------------------------------------------------------
r106 | joostvb | 2004-10-15 12:34:24 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
do not say twice what to do after completion of this script
------------------------------------------------------------------------
r105 | joostvb | 2004-10-15 12:29:10 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
doc_DATA no longer in EXTRA_DIST: more robust during build
------------------------------------------------------------------------
r104 | joostvb | 2004-10-15 10:27:57 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015
------------------------------------------------------------------------
r103 | joostvb | 2004-10-15 10:27:38 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r102 | joostvb | 2004-10-15 10:17:14 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
added section about hacking on systraq
------------------------------------------------------------------------
r101 | joostvb | 2004-10-15 09:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/COPYING
D /trunk/INSTALL
M /trunk/README
use autotools generic INSTALL file
------------------------------------------------------------------------
r100 | joostvb | 2004-10-15 09:54:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/NEWS
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
be consistent about my email address
------------------------------------------------------------------------
r98 | joostvb | 2004-10-15 09:45:11 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more revamping to be done
------------------------------------------------------------------------
r97 | joostvb | 2004-10-15 09:30:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/NEWS
M /trunk/etc
M /trunk/etc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r96 | joostvb | 2004-10-15 09:30:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
now parseable by cvs2cl
------------------------------------------------------------------------
r95 | joostvb | 2004-10-15 09:28:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
no C code: no autoheader needed
------------------------------------------------------------------------
r94 | joostvb | 2004-10-15 09:27:55 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
config files now know about ./configure's sysconfdir
------------------------------------------------------------------------
r93 | joostvb | 2004-10-15 08:50:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/etc/filetraq.conf
A /trunk/etc/filetraq.conf.in
D /trunk/etc/snapshot_pub.list
A /trunk/etc/snapshot_pub.list.in
D /trunk/etc/systraq
A /trunk/etc/systraq.in
get rid of hardcoded /usr/local, but use ./configure setting
------------------------------------------------------------------------
r92 | joostvb | 2004-10-15 08:49:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
use ac_define_dir.m4 which supplies AC_DEFINE_DIR autoconf macro
------------------------------------------------------------------------
r90 | joostvb | 2004-10-15 00:10:06 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r88 | joostvb | 2004-10-15 00:05:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/setversion
A /trunk/users
current autotools features
------------------------------------------------------------------------
r87 | joostvb | 2004-10-15 00:04:22 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
added documentation. force current autotools
------------------------------------------------------------------------
r86 | joostvb | 2004-10-15 00:02:36 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/ChangeLog
M /trunk/NEWS
ChangeLog now autogenerated. NEWS now actually has contents: old ChangeLog
------------------------------------------------------------------------
r85 | joostvb | 2004-10-14 23:38:53 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
A /trunk/configure.ac
D /trunk/configure.in
new autotools naming style
------------------------------------------------------------------------
r84 | joostvb | 2004-10-14 11:50:50 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r83 | joostvb | 2004-10-12 18:11:13 +0200 (Tue, 12 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
another idea
------------------------------------------------------------------------
r82 | joostvb | 2004-08-04 15:33:59 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/script/st_snapshot
partially revert back: get rid of silly OWNEDHOMES: I was missing the point. duh
------------------------------------------------------------------------
r81 | joostvb | 2004-08-04 14:04:40 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
another bugfix. duh.
------------------------------------------------------------------------
r80 | joostvb | 2004-08-04 13:51:35 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r79 | joostvb | 2004-08-04 13:41:26 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r78 | joostvb | 2004-08-04 13:40:48 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
fixed bug in OWNEDHOMES variable setting. introduced sloppy tmpfile handling
------------------------------------------------------------------------
r77 | joostvb | 2004-08-04 13:16:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r76 | joostvb | 2004-08-04 12:59:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/ChangeLog
*** empty log message ***
------------------------------------------------------------------------
r75 | joostvb | 2004-08-04 12:53:00 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/Makefile.am
D /trunk/script/filetraq
D /trunk/script/filetraq.patch
we no longer ship filetraq, but require it
------------------------------------------------------------------------
r74 | joostvb | 2004-08-04 12:13:18 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
fixed stupid wrong comment
------------------------------------------------------------------------
r73 | joostvb | 2004-08-04 12:10:12 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
differ between homedirs owned by user occupying this dir, and those not. on systems were / is a hoemdir for lots of users, systraq was behaving bad.
------------------------------------------------------------------------
r72 | joostvb | 2004-08-04 12:08:20 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.homelist
change .procmail to .procmailrc: the last file is what we want to monitor, not .procmail/log, of course. Thanks Lionel Elie Mamane for bugreport
------------------------------------------------------------------------
r71 | joostvb | 2004-06-30 10:42:53 +0200 (Wed, 30 Jun 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
more alternative packages
------------------------------------------------------------------------
r70 | joostvb | 2004-05-27 06:15:46 +0200 (Thu, 27 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r69 | joostvb | 2004-05-26 12:34:09 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r68 | joostvb | 2004-05-26 12:33:48 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r67 | joostvb | 2004-05-26 11:33:15 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_root.homelist
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r66 | joostvb | 2004-05-26 11:19:30 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r65 | joostvb | 2004-05-26 11:17:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/Makefile.am
A /trunk/etc/filetraq.default
*** empty log message ***
------------------------------------------------------------------------
r64 | joostvb | 2004-05-26 11:13:23 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
note on troubles with some cron versions
------------------------------------------------------------------------
r63 | joostvb | 2004-05-26 11:09:37 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq
M /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r62 | joostvb | 2004-05-26 11:05:06 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq.patch
updated patch, now should fix hassle with changes in binary files too
------------------------------------------------------------------------
r61 | joostvb | 2004-05-26 10:33:50 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.homelist
M /trunk/etc/snapshot_root.homelist
~/.procmail and ~/.maildrop
------------------------------------------------------------------------
r60 | joostvb | 2004-05-26 10:29:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
*** empty log message ***
------------------------------------------------------------------------
r59 | joostvb | 2004-05-26 10:28:53 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on fam and diffmon
------------------------------------------------------------------------
r58 | joostvb | 2003-09-08 11:53:28 +0200 (Mon, 08 Sep 2003) | 2 lines
Changed paths:
M /trunk/TODO
reported cron issue
------------------------------------------------------------------------
r56 | joostvb | 2003-02-23 14:01:24 +0100 (Sun, 23 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r55 | joostvb | 2003-02-09 16:15:18 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r54 | joostvb | 2003-02-09 16:04:20 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r52 | joostvb | 2003-02-09 15:36:16 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r51 | joostvb | 2003-02-06 19:40:30 +0100 (Thu, 06 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/etc/snapshot_pub.homelist
*** empty log message ***
------------------------------------------------------------------------
r49 | joostvb | 2003-01-17 22:34:56 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/etc/systraq
grr. binary diff hassle
------------------------------------------------------------------------
r48 | joostvb | 2003-01-17 22:16:57 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r47 | joostvb | 2002-11-28 21:00:12 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r46 | joostvb | 2002-11-28 20:25:17 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r45 | joostvb | 2002-11-28 20:18:11 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r44 | joostvb | 2002-11-25 23:58:31 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r42 | joostvb | 2002-11-25 23:29:39 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc
M /trunk/doc/.cvsignore
M /trunk/etc
A /trunk/etc/.cvsignore
M /trunk/man
M /trunk/man/.cvsignore
M /trunk/script
A /trunk/script/.cvsignore
D /trunk/script/Makefile
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r41 | joostvb | 2002-10-19 16:41:05 +0200 (Sat, 19 Oct 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r40 | joostvb | 2002-10-14 10:46:39 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r39 | joostvb | 2002-10-14 10:40:51 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/etc/systraq
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r38 | joostvb | 2002-09-01 14:02:26 +0200 (Sun, 01 Sep 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r37 | joostvb | 2002-04-11 11:20:42 +0200 (Thu, 11 Apr 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r36 | joostvb | 2002-03-07 12:12:35 +0100 (Thu, 07 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r35 | joostvb | 2002-03-06 10:29:14 +0100 (Wed, 06 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r33 | joostvb | 2002-02-28 21:19:33 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/Makefile.am
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r32 | joostvb | 2002-02-28 21:02:30 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r31 | joostvb | 2002-02-26 20:13:14 +0100 (Tue, 26 Feb 2002) | 2 lines
Changed paths:
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r30 | joostvb | 2002-02-23 09:47:21 +0100 (Sat, 23 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r29 | joostvb | 2002-01-13 22:00:34 +0100 (Sun, 13 Jan 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/etc/snapshot_pub.list
M /trunk/etc/systraq
M /trunk/script/systraq.in
minor bugfix release
------------------------------------------------------------------------
r28 | joostvb | 2001-12-08 21:57:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r27 | joostvb | 2001-12-08 21:41:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r26 | joostvb | 2001-12-08 20:36:55 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
A /trunk/INSTALL
M /trunk/Makefile.am
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r24 | joostvb | 2001-12-08 20:16:51 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk
A /trunk/.cvsignore
D /trunk/doc/Makefile
D /trunk/etc/Makefile
A /trunk/etc/Makefile.am
M /trunk/man
A /trunk/man/.cvsignore
A /trunk/man/Makefile.am
A /trunk/script/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r23 | joostvb | 2001-12-08 20:15:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/Makefile.am
A /trunk/NEWS
M /trunk/TODO
A /trunk/bootstrap
A /trunk/configure.in
M /trunk/doc/Makefile
A /trunk/doc/Makefile.am
M /trunk/etc/Makefile
M /trunk/script/Makefile
A /trunk/setversion
*** empty log message ***
------------------------------------------------------------------------
r22 | joostvb | 2001-12-08 19:32:36 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r21 | joostvb | 2001-12-08 15:26:27 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r20 | joostvb | 2001-12-08 15:15:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/filetraq
A /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r19 | joostvb | 2001-12-08 14:31:56 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/AUTHORS
A /trunk/COPYING
A /trunk/ChangeLog
A /trunk/README
A /trunk/THANKS
M /trunk/TODO
M /trunk/doc
A /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r18 | joostvb | 2001-12-07 17:20:44 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
A /trunk/etc/Makefile
*** empty log message ***
------------------------------------------------------------------------
r17 | joostvb | 2001-12-07 17:13:23 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r16 | joostvb | 2001-12-07 17:11:17 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.list
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r15 | joostvb | 2001-12-07 16:36:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r14 | joostvb | 2001-12-07 16:26:38 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r13 | joostvb | 2001-12-07 15:29:02 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
*** empty log message ***
------------------------------------------------------------------------
r12 | joostvb | 2001-12-07 15:20:06 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/snapshot_root.homelist
*** empty log message ***
------------------------------------------------------------------------
r11 | joostvb | 2001-12-07 15:13:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.homelist
A /trunk/etc/snapshot_root.list
*** empty log message ***
------------------------------------------------------------------------
r10 | joostvb | 2001-12-07 15:02:25 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc
A /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r9 | joostvb | 2001-12-07 14:29:57 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r8 | joostvb | 2001-12-07 14:05:30 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r7 | joostvb | 2001-12-06 19:11:14 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r6 | joostvb | 2001-12-06 19:08:24 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc/Makefile
A /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
A /trunk/doc/print.dsl
*** empty log message ***
------------------------------------------------------------------------
r5 | joostvb | 2001-12-06 15:18:20 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
A /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r4 | joostvb | 2001-12-06 12:45:25 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc
A /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r3 | joostvb | 2001-12-06 12:26:18 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/script
A /trunk/script/Makefile
A /trunk/script/filetraq
A /trunk/script/st_snapshot
moved from tools/
------------------------------------------------------------------------
r2 | joostvb | 2001-12-06 12:25:17 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/man
A /trunk/man/st_snapshot.pod
*** empty log message ***
------------------------------------------------------------------------
r204 | joostvb | 2005-02-11 20:00:51 +0100 (Fri, 11 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/etc/systraq_is_unconfigured
more stuff to do with etc/systraq_is_unconfigured
------------------------------------------------------------------------
r203 | joostvb | 2005-02-09 22:25:20 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/NEWS
------------------------------------------------------------------------
r202 | joostvb | 2005-02-09 22:15:48 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/configure.ac
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/systraq.in
M /trunk/systraq/script/Makefile.am
A /trunk/systraq/script/st_snapshot.hourly.in
wrapper for st_snapshot cronjob
------------------------------------------------------------------------
r201 | joostvb | 2005-02-09 22:14:39 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/etc/systraq_is_unconfigured
be nice to people doing a fresh install: supply a helpful note to them, instead of an ugly hourly error message from cron
------------------------------------------------------------------------
r200 | joostvb | 2005-02-09 21:37:31 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/Makefile.am
revert back to not using openjade -c catalogfile: it does not solve the network access problem, and introduced another problem
------------------------------------------------------------------------
r199 | joostvb | 2005-02-09 18:59:33 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
------------------------------------------------------------------------
r198 | joostvb | 2005-02-09 18:56:17 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
we use examplepath too
------------------------------------------------------------------------
r197 | joostvb | 2005-02-05 16:30:01 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
more tips for maintaining filetraq.conf, including caspar integration tips
------------------------------------------------------------------------
r196 | joostvb | 2005-02-05 16:23:29 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
more earlier reported bugs/ideas
------------------------------------------------------------------------
r195 | joostvb | 2005-02-05 16:20:47 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ii-shellrc
M /trunk/systraq/lib/nn-debsums
M /trunk/systraq/lib/rr-localdigest
M /trunk/systraq/lib/ww-signature
svn tags
------------------------------------------------------------------------
r194 | joostvb | 2005-02-05 16:17:34 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ff-netstat
list ipv6 connections too
------------------------------------------------------------------------
r193 | joostvb | 2005-02-05 16:12:35 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/rr-localdigest
fixed typo
------------------------------------------------------------------------
r192 | joostvb | 2005-02-03 08:59:02 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
D /trunk/systraq/doc/ChangeLog.2004
M /trunk/systraq/doc/Makefile.am
worked around svn2cl issues. just run raw "svn log"
------------------------------------------------------------------------
r191 | joostvb | 2005-02-03 08:52:19 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
a commit mailing list would be nice
------------------------------------------------------------------------
r190 | joostvb | 2005-02-03 08:26:00 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
another idea about svn2cl
------------------------------------------------------------------------
r189 | joostvb | 2005-02-02 21:59:28 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
svn2cl hassle
------------------------------------------------------------------------
r188 | joostvb | 2005-02-02 21:27:51 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
M /trunk/systraq/doc/Makefile.am
no longer user cvs2cl, but use svn2cl
------------------------------------------------------------------------
r187 | joostvb | 2005-02-02 21:26:11 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/doc/ChangeLog.2004
ChangeLog from the CVS era. Our svn2cl chokes on drastically moved files, so just keep this one here
------------------------------------------------------------------------
r186 | joostvb | 2005-02-02 20:57:31 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/dd-last
last is not that dumb: use -n
------------------------------------------------------------------------
r185 | lfousse | 2005-02-02 16:45:26 +0100 (Wed, 02 Feb 2005) | 2 lines
Changed paths:
M /trunk/systraq/TODO
Commit emails should work now.
------------------------------------------------------------------------
r184 | joostvb | 2005-02-01 06:57:32 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r183 | joostvb | 2005-02-01 06:54:25 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r182 | joostvb | 2005-02-01 06:50:35 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/THANKS
------------------------------------------------------------------------
r181 | lfousse | 2005-01-23 18:55:27 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /trunk/doc
A /trunk/systraq/doc (from /trunk/doc:179)
R /trunk/systraq/doc/Makefile.am (from /trunk/doc/Makefile.am:180)
M /trunk/systraq/doc/html.dsl
M /trunk/systraq/doc/manual.ent.in
M /trunk/systraq/doc/print.dsl
Forgot to move `doc'.
------------------------------------------------------------------------
r180 | lfousse | 2005-01-23 18:54:03 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /debian
D /trunk/.cvsignore
D /trunk/AUTHORS
D /trunk/LICENSE
D /trunk/Makefile.am
D /trunk/NEWS
D /trunk/README
D /trunk/THANKS
D /trunk/TODO
D /trunk/bootstrap
D /trunk/configure.ac
A /trunk/debian (from /debian:175)
R /trunk/debian/README.Debian (from /debian/README.Debian:179)
R /trunk/debian/changelog (from /debian/changelog:179)
R /trunk/debian/control (from /debian/control:179)
R /trunk/debian/rules (from /debian/rules:179)
A /trunk/debian/snapshot_pub.homelist (from /debian/snapshot_pub.homelist:179)
A /trunk/debian/snapshot_pub.list (from /debian/snapshot_pub.list:179)
A /trunk/debian/snapshot_root.homelist (from /debian/snapshot_root.homelist:179)
A /trunk/debian/snapshot_root.list (from /debian/snapshot_root.list:179)
M /trunk/doc/Makefile.am
D /trunk/etc
D /trunk/lib
D /trunk/man
D /trunk/script
D /trunk/setversion
A /trunk/systraq
A /trunk/systraq/.cvsignore (from /trunk/.cvsignore:178)
A /trunk/systraq/AUTHORS (from /trunk/AUTHORS:178)
A /trunk/systraq/LICENSE (from /trunk/LICENSE:178)
A /trunk/systraq/Makefile.am (from /trunk/Makefile.am:178)
A /trunk/systraq/NEWS (from /trunk/NEWS:178)
A /trunk/systraq/README (from /trunk/README:178)
A /trunk/systraq/THANKS (from /trunk/THANKS:178)
A /trunk/systraq/TODO (from /trunk/TODO:178)
A /trunk/systraq/bootstrap (from /trunk/bootstrap:178)
A /trunk/systraq/configure.ac (from /trunk/configure.ac:178)
A /trunk/systraq/etc (from /trunk/etc:178)
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/filetraq.conf.in
M /trunk/systraq/etc/filetraq.default
M /trunk/systraq/etc/snapshot_pub.homelist
M /trunk/systraq/etc/snapshot_pub.list.in
M /trunk/systraq/etc/snapshot_root.homelist
M /trunk/systraq/etc/snapshot_root.list
M /trunk/systraq/etc/systraq.in
A /trunk/systraq/lib (from /trunk/lib:178)
M /trunk/systraq/lib/Makefile.am
M /trunk/systraq/lib/ak-uptime
M /trunk/systraq/lib/bb-free
M /trunk/systraq/lib/cc-df
M /trunk/systraq/lib/dd-last
M /trunk/systraq/lib/ee-lastlog
M /trunk/systraq/lib/ff-netstat
M /trunk/systraq/lib/gg-ps
A /trunk/systraq/man (from /trunk/man:178)
M /trunk/systraq/man/Makefile.am
M /trunk/systraq/man/st_snapshot.pod
A /trunk/systraq/script (from /trunk/script:178)
M /trunk/systraq/script/Makefile.am
M /trunk/systraq/script/st_snapshot
A /trunk/systraq/setversion (from /trunk/setversion:178)
Move files around to match the intented hierarchy.
------------------------------------------------------------------------
r179 | lfousse | 2005-01-16 15:55:29 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
Systraq is maintained via svn now (commit by Joost).
------------------------------------------------------------------------
r178 | lfousse | 2005-01-16 13:31:25 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/TODO
Another bug (commit for Joost).
------------------------------------------------------------------------
r174 | joostvb | 2004-11-18 21:20:58 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041118
------------------------------------------------------------------------
r173 | joostvb | 2004-11-18 21:12:17 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/TODO
another gotcha for packagers
------------------------------------------------------------------------
r172 | joostvb | 2004-11-18 21:09:24 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
refer to installed example config files
------------------------------------------------------------------------
r171 | joostvb | 2004-11-18 21:01:46 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
install filetraq.conf; install snapshot_ listfiles in doc/systraq/examples, not etc/
------------------------------------------------------------------------
r170 | joostvb | 2004-10-25 08:51:29 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
more notes for upgraders
------------------------------------------------------------------------
r169 | joostvb | 2004-10-25 08:51:16 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_pub.list.in
honor new locations of systraq scripts
------------------------------------------------------------------------
r168 | joostvb | 2004-10-22 09:41:13 +0200 (Fri, 22 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/doc/manual.dbx
added some notes on upgrading
------------------------------------------------------------------------
r167 | joostvb | 2004-10-21 17:52:53 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.9
------------------------------------------------------------------------
r166 | joostvb | 2004-10-21 17:51:14 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
new file locations documented
------------------------------------------------------------------------
r165 | joostvb | 2004-10-21 17:44:11 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r164 | joostvb | 2004-10-21 17:43:00 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
another developers hack documented
------------------------------------------------------------------------
r163 | joostvb | 2004-10-21 17:42:29 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
M /trunk/setversion
automagically expand time and version
------------------------------------------------------------------------
r162 | joostvb | 2004-10-21 17:02:30 +0200 (Thu, 21 Oct 2004) | 3 lines
Changed paths:
M /trunk/lib/Makefile.am
fixed bug which caused symlinks in systraq.d
to point to /*
------------------------------------------------------------------------
r161 | joostvb | 2004-10-17 18:17:21 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.ent.in
*** empty log message ***
------------------------------------------------------------------------
r160 | joostvb | 2004-10-17 17:34:01 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r159 | joostvb | 2004-10-17 14:10:09 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r158 | joostvb | 2004-10-17 14:08:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version version 20041015-cvs.8
------------------------------------------------------------------------
r157 | joostvb | 2004-10-17 14:05:20 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r156 | joostvb | 2004-10-17 14:04:38 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
find run-parts, and give advice if we fail
------------------------------------------------------------------------
r155 | joostvb | 2004-10-17 14:03:56 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
M /trunk/script/Makefile.am
install systraq and st_snapshot in sbindir, not bindir: do not polute all users PATHs: in most common scenarios, people wont run these commands themselves
------------------------------------------------------------------------
r154 | joostvb | 2004-10-17 13:36:34 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.7
------------------------------------------------------------------------
r153 | joostvb | 2004-10-17 13:35:07 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
systraq redesign done, documentation pending
------------------------------------------------------------------------
r152 | joostvb | 2004-10-17 13:34:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/lib/rr-localdigest
ST_LMD5SUMS renamed to ST_LDIGESTS
------------------------------------------------------------------------
r151 | joostvb | 2004-10-17 13:33:57 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
systraq no longer needs ST_LMD5SUMS environment variable
------------------------------------------------------------------------
r150 | joostvb | 2004-10-17 13:33:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
started documenting new systraq script interface
------------------------------------------------------------------------
r149 | joostvb | 2004-10-17 13:00:53 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script
M /trunk/script/.cvsignore
systraq is now generated from systraq.in
------------------------------------------------------------------------
r148 | joostvb | 2004-10-17 13:00:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/TODO
M /trunk/lib
A /trunk/lib/.cvsignore
M /trunk/lib/ww-signature
*** empty log message ***
------------------------------------------------------------------------
r147 | joostvb | 2004-10-17 12:59:27 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
ship new file LICENSE
------------------------------------------------------------------------
r146 | joostvb | 2004-10-17 12:57:23 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
A /trunk/lib/Makefile.am
added infrastructure for stuff in lib/
------------------------------------------------------------------------
r145 | joostvb | 2004-10-17 12:37:40 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq redone: run scripts in specific directory, offer nice environment to these scripts
------------------------------------------------------------------------
r144 | joostvb | 2004-10-17 12:24:42 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq renamed to systraq.in
------------------------------------------------------------------------
r143 | joostvb | 2004-10-17 12:22:29 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
D /trunk/lib/aa-uptime
A /trunk/lib/ak-uptime
A /trunk/lib/ii-shellrc
A /trunk/lib/nn-debsums
A /trunk/lib/rr-localdigest
A /trunk/lib/ww-signature
ripped out of systraq script: configurable now
------------------------------------------------------------------------
r142 | joostvb | 2004-10-16 23:56:04 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r141 | joostvb | 2004-10-16 17:07:15 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
ripping out all configurable bits: phase one
------------------------------------------------------------------------
r140 | joostvb | 2004-10-16 17:06:27 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/lib
A /trunk/lib/aa-uptime
A /trunk/lib/bb-free
A /trunk/lib/cc-df
A /trunk/lib/dd-last
A /trunk/lib/ee-lastlog
A /trunk/lib/ff-netstat
A /trunk/lib/gg-ps
transforming systraq to a run-parts style script
------------------------------------------------------------------------
r139 | joostvb | 2004-10-16 16:48:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
one done
------------------------------------------------------------------------
r138 | joostvb | 2004-10-16 16:44:44 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/LICENSE
M /trunk/Makefile.am
M /trunk/README
M /trunk/THANKS
M /trunk/configure.ac
M /trunk/doc/Makefile.am
M /trunk/doc/html.dsl
M /trunk/doc/print.dsl
M /trunk/etc/Makefile.am
M /trunk/man/st_snapshot.pod
clarified copyright ownership. LICENSE file, listing holders, added
------------------------------------------------------------------------
r137 | joostvb | 2004-10-16 13:52:09 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more TODO
------------------------------------------------------------------------
r136 | joostvb | 2004-10-16 12:06:21 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.6
------------------------------------------------------------------------
r135 | joostvb | 2004-10-16 12:06:07 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
some things are done
------------------------------------------------------------------------
r134 | joostvb | 2004-10-16 12:02:46 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
and the SGML declaration: another build dependency
------------------------------------------------------------------------
r133 | joostvb | 2004-10-16 12:00:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
document build-dependencies: w3m or lynx, openjade or jade, JadeTeX, teTeX
------------------------------------------------------------------------
r132 | joostvb | 2004-10-16 11:54:10 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
use pdfjadetex. somewhat more compliant with non-gnu makes
------------------------------------------------------------------------
r131 | joostvb | 2004-10-16 11:53:26 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
generate pdf directly from tex: do not use ps2pdf, but use pdfjadetex
------------------------------------------------------------------------
r130 | joostvb | 2004-10-16 00:28:45 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
*** empty log message ***
------------------------------------------------------------------------
r129 | joostvb | 2004-10-16 00:26:06 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.5
------------------------------------------------------------------------
r128 | joostvb | 2004-10-16 00:17:24 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r127 | joostvb | 2004-10-16 00:16:49 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/doc/Makefile.am
./configure now fails if needed tools are not found. optionally uses lynx (not w3m) and openjade (not jade) for building. thanks LogReport for inspiration.
------------------------------------------------------------------------
r126 | joostvb | 2004-10-15 21:25:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r125 | joostvb | 2004-10-15 20:59:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.4
------------------------------------------------------------------------
r124 | joostvb | 2004-10-15 20:56:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/configure.ac
M /trunk/doc/manual.ent.in
M /trunk/etc/Makefile.am
M /trunk/man/Makefile.am
some cleanup of copyright statements: the files on which Stichting LogReport Foundation was listed as copyright holder were just trivial and not copyrightable
------------------------------------------------------------------------
r123 | joostvb | 2004-10-15 20:51:02 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/bootstrap
sign and publish targets added, for maintainer
------------------------------------------------------------------------
r122 | joostvb | 2004-10-15 18:22:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.3
------------------------------------------------------------------------
r121 | joostvb | 2004-10-15 18:18:58 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/script/systraq.in
the systraq command no longer uses hardcoded pathnames: pathnames moved to environment variable, cronjob and manual adjusted
------------------------------------------------------------------------
r120 | joostvb | 2004-10-15 17:00:46 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.2
------------------------------------------------------------------------
r119 | joostvb | 2004-10-15 16:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r118 | joostvb | 2004-10-15 16:55:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
st_snapshot is now no longer dependent on ./configure settings: got rid of hardcoded pathnames in the script itself, moved to cronjob invocation
------------------------------------------------------------------------
r117 | joostvb | 2004-10-15 14:59:50 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
oops, do distribute manual.dbx of course
------------------------------------------------------------------------
r116 | joostvb | 2004-10-15 14:59:29 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more ideas
------------------------------------------------------------------------
r115 | joostvb | 2004-10-15 13:46:00 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.1
------------------------------------------------------------------------
r114 | joostvb | 2004-10-15 13:40:25 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
some cleanup of unused variables
------------------------------------------------------------------------
r113 | joostvb | 2004-10-15 13:40:04 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on Jade stuff requirements added
------------------------------------------------------------------------
r112 | joostvb | 2004-10-15 13:05:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
manual.dbx is now fixed: uses flexible path names
------------------------------------------------------------------------
r111 | joostvb | 2004-10-15 13:04:53 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/etc/filetraq.conf.in
M /trunk/etc/snapshot_pub.list.in
M /trunk/etc/systraq.in
@SYSCONF_PATH@ and friends now have a more useful content
------------------------------------------------------------------------
r110 | joostvb | 2004-10-15 12:58:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r109 | joostvb | 2004-10-15 12:40:52 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r108 | joostvb | 2004-10-15 12:40:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
A /trunk/doc/manual.ent.in
generate entities from ./configure
------------------------------------------------------------------------
r107 | joostvb | 2004-10-15 12:39:37 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
use entities as generated by ./configure
------------------------------------------------------------------------
r106 | joostvb | 2004-10-15 12:34:24 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
do not say twice what to do after completion of this script
------------------------------------------------------------------------
r105 | joostvb | 2004-10-15 12:29:10 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
doc_DATA no longer in EXTRA_DIST: more robust during build
------------------------------------------------------------------------
r104 | joostvb | 2004-10-15 10:27:57 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015
------------------------------------------------------------------------
r103 | joostvb | 2004-10-15 10:27:38 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r102 | joostvb | 2004-10-15 10:17:14 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
added section about hacking on systraq
------------------------------------------------------------------------
r101 | joostvb | 2004-10-15 09:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/COPYING
D /trunk/INSTALL
M /trunk/README
use autotools generic INSTALL file
------------------------------------------------------------------------
r100 | joostvb | 2004-10-15 09:54:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/NEWS
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
be consistent about my email address
------------------------------------------------------------------------
r98 | joostvb | 2004-10-15 09:45:11 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more revamping to be done
------------------------------------------------------------------------
r97 | joostvb | 2004-10-15 09:30:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/NEWS
M /trunk/etc
M /trunk/etc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r96 | joostvb | 2004-10-15 09:30:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
now parseable by cvs2cl
------------------------------------------------------------------------
r95 | joostvb | 2004-10-15 09:28:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
no C code: no autoheader needed
------------------------------------------------------------------------
r94 | joostvb | 2004-10-15 09:27:55 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
config files now know about ./configure's sysconfdir
------------------------------------------------------------------------
r93 | joostvb | 2004-10-15 08:50:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/etc/filetraq.conf
A /trunk/etc/filetraq.conf.in
D /trunk/etc/snapshot_pub.list
A /trunk/etc/snapshot_pub.list.in
D /trunk/etc/systraq
A /trunk/etc/systraq.in
get rid of hardcoded /usr/local, but use ./configure setting
------------------------------------------------------------------------
r92 | joostvb | 2004-10-15 08:49:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
use ac_define_dir.m4 which supplies AC_DEFINE_DIR autoconf macro
------------------------------------------------------------------------
r90 | joostvb | 2004-10-15 00:10:06 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r88 | joostvb | 2004-10-15 00:05:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/setversion
A /trunk/users
current autotools features
------------------------------------------------------------------------
r87 | joostvb | 2004-10-15 00:04:22 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
added documentation. force current autotools
------------------------------------------------------------------------
r86 | joostvb | 2004-10-15 00:02:36 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/ChangeLog
M /trunk/NEWS
ChangeLog now autogenerated. NEWS now actually has contents: old ChangeLog
------------------------------------------------------------------------
r85 | joostvb | 2004-10-14 23:38:53 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
A /trunk/configure.ac
D /trunk/configure.in
new autotools naming style
------------------------------------------------------------------------
r84 | joostvb | 2004-10-14 11:50:50 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r83 | joostvb | 2004-10-12 18:11:13 +0200 (Tue, 12 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
another idea
------------------------------------------------------------------------
r82 | joostvb | 2004-08-04 15:33:59 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/script/st_snapshot
partially revert back: get rid of silly OWNEDHOMES: I was missing the point. duh
------------------------------------------------------------------------
r81 | joostvb | 2004-08-04 14:04:40 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
another bugfix. duh.
------------------------------------------------------------------------
r80 | joostvb | 2004-08-04 13:51:35 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r79 | joostvb | 2004-08-04 13:41:26 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r78 | joostvb | 2004-08-04 13:40:48 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
fixed bug in OWNEDHOMES variable setting. introduced sloppy tmpfile handling
------------------------------------------------------------------------
r77 | joostvb | 2004-08-04 13:16:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r76 | joostvb | 2004-08-04 12:59:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/ChangeLog
*** empty log message ***
------------------------------------------------------------------------
r75 | joostvb | 2004-08-04 12:53:00 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/Makefile.am
D /trunk/script/filetraq
D /trunk/script/filetraq.patch
we no longer ship filetraq, but require it
------------------------------------------------------------------------
r74 | joostvb | 2004-08-04 12:13:18 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
fixed stupid wrong comment
------------------------------------------------------------------------
r73 | joostvb | 2004-08-04 12:10:12 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
differ between homedirs owned by user occupying this dir, and those not. on systems were / is a hoemdir for lots of users, systraq was behaving bad.
------------------------------------------------------------------------
r72 | joostvb | 2004-08-04 12:08:20 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.homelist
change .procmail to .procmailrc: the last file is what we want to monitor, not .procmail/log, of course. Thanks Lionel Elie Mamane for bugreport
------------------------------------------------------------------------
r71 | joostvb | 2004-06-30 10:42:53 +0200 (Wed, 30 Jun 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
more alternative packages
------------------------------------------------------------------------
r70 | joostvb | 2004-05-27 06:15:46 +0200 (Thu, 27 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r69 | joostvb | 2004-05-26 12:34:09 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r68 | joostvb | 2004-05-26 12:33:48 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r67 | joostvb | 2004-05-26 11:33:15 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_root.homelist
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r66 | joostvb | 2004-05-26 11:19:30 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r65 | joostvb | 2004-05-26 11:17:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/Makefile.am
A /trunk/etc/filetraq.default
*** empty log message ***
------------------------------------------------------------------------
r64 | joostvb | 2004-05-26 11:13:23 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
note on troubles with some cron versions
------------------------------------------------------------------------
r63 | joostvb | 2004-05-26 11:09:37 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq
M /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r62 | joostvb | 2004-05-26 11:05:06 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq.patch
updated patch, now should fix hassle with changes in binary files too
------------------------------------------------------------------------
r61 | joostvb | 2004-05-26 10:33:50 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.homelist
M /trunk/etc/snapshot_root.homelist
~/.procmail and ~/.maildrop
------------------------------------------------------------------------
r60 | joostvb | 2004-05-26 10:29:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
*** empty log message ***
------------------------------------------------------------------------
r59 | joostvb | 2004-05-26 10:28:53 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on fam and diffmon
------------------------------------------------------------------------
r58 | joostvb | 2003-09-08 11:53:28 +0200 (Mon, 08 Sep 2003) | 2 lines
Changed paths:
M /trunk/TODO
reported cron issue
------------------------------------------------------------------------
r56 | joostvb | 2003-02-23 14:01:24 +0100 (Sun, 23 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r55 | joostvb | 2003-02-09 16:15:18 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r54 | joostvb | 2003-02-09 16:04:20 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r52 | joostvb | 2003-02-09 15:36:16 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r51 | joostvb | 2003-02-06 19:40:30 +0100 (Thu, 06 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/etc/snapshot_pub.homelist
*** empty log message ***
------------------------------------------------------------------------
r49 | joostvb | 2003-01-17 22:34:56 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/etc/systraq
grr. binary diff hassle
------------------------------------------------------------------------
r48 | joostvb | 2003-01-17 22:16:57 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r47 | joostvb | 2002-11-28 21:00:12 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r46 | joostvb | 2002-11-28 20:25:17 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r45 | joostvb | 2002-11-28 20:18:11 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r44 | joostvb | 2002-11-25 23:58:31 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r42 | joostvb | 2002-11-25 23:29:39 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc
M /trunk/doc/.cvsignore
M /trunk/etc
A /trunk/etc/.cvsignore
M /trunk/man
M /trunk/man/.cvsignore
M /trunk/script
A /trunk/script/.cvsignore
D /trunk/script/Makefile
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r41 | joostvb | 2002-10-19 16:41:05 +0200 (Sat, 19 Oct 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r40 | joostvb | 2002-10-14 10:46:39 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r39 | joostvb | 2002-10-14 10:40:51 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/etc/systraq
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r38 | joostvb | 2002-09-01 14:02:26 +0200 (Sun, 01 Sep 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r37 | joostvb | 2002-04-11 11:20:42 +0200 (Thu, 11 Apr 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r36 | joostvb | 2002-03-07 12:12:35 +0100 (Thu, 07 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r35 | joostvb | 2002-03-06 10:29:14 +0100 (Wed, 06 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r33 | joostvb | 2002-02-28 21:19:33 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/Makefile.am
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r32 | joostvb | 2002-02-28 21:02:30 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r31 | joostvb | 2002-02-26 20:13:14 +0100 (Tue, 26 Feb 2002) | 2 lines
Changed paths:
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r30 | joostvb | 2002-02-23 09:47:21 +0100 (Sat, 23 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r29 | joostvb | 2002-01-13 22:00:34 +0100 (Sun, 13 Jan 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/etc/snapshot_pub.list
M /trunk/etc/systraq
M /trunk/script/systraq.in
minor bugfix release
------------------------------------------------------------------------
r28 | joostvb | 2001-12-08 21:57:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r27 | joostvb | 2001-12-08 21:41:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r26 | joostvb | 2001-12-08 20:36:55 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
A /trunk/INSTALL
M /trunk/Makefile.am
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r24 | joostvb | 2001-12-08 20:16:51 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk
A /trunk/.cvsignore
D /trunk/doc/Makefile
D /trunk/etc/Makefile
A /trunk/etc/Makefile.am
M /trunk/man
A /trunk/man/.cvsignore
A /trunk/man/Makefile.am
A /trunk/script/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r23 | joostvb | 2001-12-08 20:15:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/Makefile.am
A /trunk/NEWS
M /trunk/TODO
A /trunk/bootstrap
A /trunk/configure.in
M /trunk/doc/Makefile
A /trunk/doc/Makefile.am
M /trunk/etc/Makefile
M /trunk/script/Makefile
A /trunk/setversion
*** empty log message ***
------------------------------------------------------------------------
r22 | joostvb | 2001-12-08 19:32:36 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r21 | joostvb | 2001-12-08 15:26:27 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r20 | joostvb | 2001-12-08 15:15:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/filetraq
A /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r19 | joostvb | 2001-12-08 14:31:56 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/AUTHORS
A /trunk/COPYING
A /trunk/ChangeLog
A /trunk/README
A /trunk/THANKS
M /trunk/TODO
M /trunk/doc
A /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r18 | joostvb | 2001-12-07 17:20:44 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
A /trunk/etc/Makefile
*** empty log message ***
------------------------------------------------------------------------
r17 | joostvb | 2001-12-07 17:13:23 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r16 | joostvb | 2001-12-07 17:11:17 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.list
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r15 | joostvb | 2001-12-07 16:36:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r14 | joostvb | 2001-12-07 16:26:38 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r13 | joostvb | 2001-12-07 15:29:02 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
*** empty log message ***
------------------------------------------------------------------------
r12 | joostvb | 2001-12-07 15:20:06 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/snapshot_root.homelist
*** empty log message ***
------------------------------------------------------------------------
r11 | joostvb | 2001-12-07 15:13:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.homelist
A /trunk/etc/snapshot_root.list
*** empty log message ***
------------------------------------------------------------------------
r10 | joostvb | 2001-12-07 15:02:25 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc
A /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r9 | joostvb | 2001-12-07 14:29:57 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r8 | joostvb | 2001-12-07 14:05:30 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r7 | joostvb | 2001-12-06 19:11:14 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r6 | joostvb | 2001-12-06 19:08:24 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc/Makefile
A /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
A /trunk/doc/print.dsl
*** empty log message ***
------------------------------------------------------------------------
r5 | joostvb | 2001-12-06 15:18:20 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
A /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r4 | joostvb | 2001-12-06 12:45:25 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc
A /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r3 | joostvb | 2001-12-06 12:26:18 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/script
A /trunk/script/Makefile
A /trunk/script/filetraq
A /trunk/script/st_snapshot
moved from tools/
------------------------------------------------------------------------
r2 | joostvb | 2001-12-06 12:25:17 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/man
A /trunk/man/st_snapshot.pod
*** empty log message ***
------------------------------------------------------------------------
r204 | joostvb | 2005-02-11 20:00:51 +0100 (Fri, 11 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/etc/systraq_is_unconfigured
more stuff to do with etc/systraq_is_unconfigured
------------------------------------------------------------------------
r203 | joostvb | 2005-02-09 22:25:20 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/NEWS
------------------------------------------------------------------------
r202 | joostvb | 2005-02-09 22:15:48 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/configure.ac
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/systraq.in
M /trunk/systraq/script/Makefile.am
A /trunk/systraq/script/st_snapshot.hourly.in
wrapper for st_snapshot cronjob
------------------------------------------------------------------------
r201 | joostvb | 2005-02-09 22:14:39 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/etc/systraq_is_unconfigured
be nice to people doing a fresh install: supply a helpful note to them, instead of an ugly hourly error message from cron
------------------------------------------------------------------------
r200 | joostvb | 2005-02-09 21:37:31 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/Makefile.am
revert back to not using openjade -c catalogfile: it does not solve the network access problem, and introduced another problem
------------------------------------------------------------------------
r199 | joostvb | 2005-02-09 18:59:33 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
------------------------------------------------------------------------
r198 | joostvb | 2005-02-09 18:56:17 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
we use examplepath too
------------------------------------------------------------------------
r197 | joostvb | 2005-02-05 16:30:01 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
more tips for maintaining filetraq.conf, including caspar integration tips
------------------------------------------------------------------------
r196 | joostvb | 2005-02-05 16:23:29 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
more earlier reported bugs/ideas
------------------------------------------------------------------------
r195 | joostvb | 2005-02-05 16:20:47 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ii-shellrc
M /trunk/systraq/lib/nn-debsums
M /trunk/systraq/lib/rr-localdigest
M /trunk/systraq/lib/ww-signature
svn tags
------------------------------------------------------------------------
r194 | joostvb | 2005-02-05 16:17:34 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ff-netstat
list ipv6 connections too
------------------------------------------------------------------------
r193 | joostvb | 2005-02-05 16:12:35 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/rr-localdigest
fixed typo
------------------------------------------------------------------------
r192 | joostvb | 2005-02-03 08:59:02 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
D /trunk/systraq/doc/ChangeLog.2004
M /trunk/systraq/doc/Makefile.am
worked around svn2cl issues. just run raw "svn log"
------------------------------------------------------------------------
r191 | joostvb | 2005-02-03 08:52:19 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
a commit mailing list would be nice
------------------------------------------------------------------------
r190 | joostvb | 2005-02-03 08:26:00 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
another idea about svn2cl
------------------------------------------------------------------------
r189 | joostvb | 2005-02-02 21:59:28 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
svn2cl hassle
------------------------------------------------------------------------
r188 | joostvb | 2005-02-02 21:27:51 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
M /trunk/systraq/doc/Makefile.am
no longer user cvs2cl, but use svn2cl
------------------------------------------------------------------------
r187 | joostvb | 2005-02-02 21:26:11 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/doc/ChangeLog.2004
ChangeLog from the CVS era. Our svn2cl chokes on drastically moved files, so just keep this one here
------------------------------------------------------------------------
r186 | joostvb | 2005-02-02 20:57:31 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/dd-last
last is not that dumb: use -n
------------------------------------------------------------------------
r185 | lfousse | 2005-02-02 16:45:26 +0100 (Wed, 02 Feb 2005) | 2 lines
Changed paths:
M /trunk/systraq/TODO
Commit emails should work now.
------------------------------------------------------------------------
r184 | joostvb | 2005-02-01 06:57:32 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r183 | joostvb | 2005-02-01 06:54:25 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r182 | joostvb | 2005-02-01 06:50:35 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/THANKS
------------------------------------------------------------------------
r181 | lfousse | 2005-01-23 18:55:27 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /trunk/doc
A /trunk/systraq/doc (from /trunk/doc:179)
R /trunk/systraq/doc/Makefile.am (from /trunk/doc/Makefile.am:180)
M /trunk/systraq/doc/html.dsl
M /trunk/systraq/doc/manual.ent.in
M /trunk/systraq/doc/print.dsl
Forgot to move `doc'.
------------------------------------------------------------------------
r180 | lfousse | 2005-01-23 18:54:03 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /debian
D /trunk/.cvsignore
D /trunk/AUTHORS
D /trunk/LICENSE
D /trunk/Makefile.am
D /trunk/NEWS
D /trunk/README
D /trunk/THANKS
D /trunk/TODO
D /trunk/bootstrap
D /trunk/configure.ac
A /trunk/debian (from /debian:175)
R /trunk/debian/README.Debian (from /debian/README.Debian:179)
R /trunk/debian/changelog (from /debian/changelog:179)
R /trunk/debian/control (from /debian/control:179)
R /trunk/debian/rules (from /debian/rules:179)
A /trunk/debian/snapshot_pub.homelist (from /debian/snapshot_pub.homelist:179)
A /trunk/debian/snapshot_pub.list (from /debian/snapshot_pub.list:179)
A /trunk/debian/snapshot_root.homelist (from /debian/snapshot_root.homelist:179)
A /trunk/debian/snapshot_root.list (from /debian/snapshot_root.list:179)
M /trunk/doc/Makefile.am
D /trunk/etc
D /trunk/lib
D /trunk/man
D /trunk/script
D /trunk/setversion
A /trunk/systraq
A /trunk/systraq/.cvsignore (from /trunk/.cvsignore:178)
A /trunk/systraq/AUTHORS (from /trunk/AUTHORS:178)
A /trunk/systraq/LICENSE (from /trunk/LICENSE:178)
A /trunk/systraq/Makefile.am (from /trunk/Makefile.am:178)
A /trunk/systraq/NEWS (from /trunk/NEWS:178)
A /trunk/systraq/README (from /trunk/README:178)
A /trunk/systraq/THANKS (from /trunk/THANKS:178)
A /trunk/systraq/TODO (from /trunk/TODO:178)
A /trunk/systraq/bootstrap (from /trunk/bootstrap:178)
A /trunk/systraq/configure.ac (from /trunk/configure.ac:178)
A /trunk/systraq/etc (from /trunk/etc:178)
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/filetraq.conf.in
M /trunk/systraq/etc/filetraq.default
M /trunk/systraq/etc/snapshot_pub.homelist
M /trunk/systraq/etc/snapshot_pub.list.in
M /trunk/systraq/etc/snapshot_root.homelist
M /trunk/systraq/etc/snapshot_root.list
M /trunk/systraq/etc/systraq.in
A /trunk/systraq/lib (from /trunk/lib:178)
M /trunk/systraq/lib/Makefile.am
M /trunk/systraq/lib/ak-uptime
M /trunk/systraq/lib/bb-free
M /trunk/systraq/lib/cc-df
M /trunk/systraq/lib/dd-last
M /trunk/systraq/lib/ee-lastlog
M /trunk/systraq/lib/ff-netstat
M /trunk/systraq/lib/gg-ps
A /trunk/systraq/man (from /trunk/man:178)
M /trunk/systraq/man/Makefile.am
M /trunk/systraq/man/st_snapshot.pod
A /trunk/systraq/script (from /trunk/script:178)
M /trunk/systraq/script/Makefile.am
M /trunk/systraq/script/st_snapshot
A /trunk/systraq/setversion (from /trunk/setversion:178)
Move files around to match the intented hierarchy.
------------------------------------------------------------------------
r179 | lfousse | 2005-01-16 15:55:29 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
Systraq is maintained via svn now (commit by Joost).
------------------------------------------------------------------------
r178 | lfousse | 2005-01-16 13:31:25 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/TODO
Another bug (commit for Joost).
------------------------------------------------------------------------
r174 | joostvb | 2004-11-18 21:20:58 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041118
------------------------------------------------------------------------
r173 | joostvb | 2004-11-18 21:12:17 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/TODO
another gotcha for packagers
------------------------------------------------------------------------
r172 | joostvb | 2004-11-18 21:09:24 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
refer to installed example config files
------------------------------------------------------------------------
r171 | joostvb | 2004-11-18 21:01:46 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
install filetraq.conf; install snapshot_ listfiles in doc/systraq/examples, not etc/
------------------------------------------------------------------------
r170 | joostvb | 2004-10-25 08:51:29 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
more notes for upgraders
------------------------------------------------------------------------
r169 | joostvb | 2004-10-25 08:51:16 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_pub.list.in
honor new locations of systraq scripts
------------------------------------------------------------------------
r168 | joostvb | 2004-10-22 09:41:13 +0200 (Fri, 22 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/doc/manual.dbx
added some notes on upgrading
------------------------------------------------------------------------
r167 | joostvb | 2004-10-21 17:52:53 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.9
------------------------------------------------------------------------
r166 | joostvb | 2004-10-21 17:51:14 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
new file locations documented
------------------------------------------------------------------------
r165 | joostvb | 2004-10-21 17:44:11 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r164 | joostvb | 2004-10-21 17:43:00 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
another developers hack documented
------------------------------------------------------------------------
r163 | joostvb | 2004-10-21 17:42:29 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
M /trunk/setversion
automagically expand time and version
------------------------------------------------------------------------
r162 | joostvb | 2004-10-21 17:02:30 +0200 (Thu, 21 Oct 2004) | 3 lines
Changed paths:
M /trunk/lib/Makefile.am
fixed bug which caused symlinks in systraq.d
to point to /*
------------------------------------------------------------------------
r161 | joostvb | 2004-10-17 18:17:21 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.ent.in
*** empty log message ***
------------------------------------------------------------------------
r160 | joostvb | 2004-10-17 17:34:01 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r159 | joostvb | 2004-10-17 14:10:09 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r158 | joostvb | 2004-10-17 14:08:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version version 20041015-cvs.8
------------------------------------------------------------------------
r157 | joostvb | 2004-10-17 14:05:20 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r156 | joostvb | 2004-10-17 14:04:38 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
find run-parts, and give advice if we fail
------------------------------------------------------------------------
r155 | joostvb | 2004-10-17 14:03:56 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
M /trunk/script/Makefile.am
install systraq and st_snapshot in sbindir, not bindir: do not polute all users PATHs: in most common scenarios, people wont run these commands themselves
------------------------------------------------------------------------
r154 | joostvb | 2004-10-17 13:36:34 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.7
------------------------------------------------------------------------
r153 | joostvb | 2004-10-17 13:35:07 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
systraq redesign done, documentation pending
------------------------------------------------------------------------
r152 | joostvb | 2004-10-17 13:34:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/lib/rr-localdigest
ST_LMD5SUMS renamed to ST_LDIGESTS
------------------------------------------------------------------------
r151 | joostvb | 2004-10-17 13:33:57 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
systraq no longer needs ST_LMD5SUMS environment variable
------------------------------------------------------------------------
r150 | joostvb | 2004-10-17 13:33:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
started documenting new systraq script interface
------------------------------------------------------------------------
r149 | joostvb | 2004-10-17 13:00:53 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script
M /trunk/script/.cvsignore
systraq is now generated from systraq.in
------------------------------------------------------------------------
r148 | joostvb | 2004-10-17 13:00:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/TODO
M /trunk/lib
A /trunk/lib/.cvsignore
M /trunk/lib/ww-signature
*** empty log message ***
------------------------------------------------------------------------
r147 | joostvb | 2004-10-17 12:59:27 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
ship new file LICENSE
------------------------------------------------------------------------
r146 | joostvb | 2004-10-17 12:57:23 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
A /trunk/lib/Makefile.am
added infrastructure for stuff in lib/
------------------------------------------------------------------------
r145 | joostvb | 2004-10-17 12:37:40 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq redone: run scripts in specific directory, offer nice environment to these scripts
------------------------------------------------------------------------
r144 | joostvb | 2004-10-17 12:24:42 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq renamed to systraq.in
------------------------------------------------------------------------
r143 | joostvb | 2004-10-17 12:22:29 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
D /trunk/lib/aa-uptime
A /trunk/lib/ak-uptime
A /trunk/lib/ii-shellrc
A /trunk/lib/nn-debsums
A /trunk/lib/rr-localdigest
A /trunk/lib/ww-signature
ripped out of systraq script: configurable now
------------------------------------------------------------------------
r142 | joostvb | 2004-10-16 23:56:04 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r141 | joostvb | 2004-10-16 17:07:15 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
ripping out all configurable bits: phase one
------------------------------------------------------------------------
r140 | joostvb | 2004-10-16 17:06:27 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/lib
A /trunk/lib/aa-uptime
A /trunk/lib/bb-free
A /trunk/lib/cc-df
A /trunk/lib/dd-last
A /trunk/lib/ee-lastlog
A /trunk/lib/ff-netstat
A /trunk/lib/gg-ps
transforming systraq to a run-parts style script
------------------------------------------------------------------------
r139 | joostvb | 2004-10-16 16:48:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
one done
------------------------------------------------------------------------
r138 | joostvb | 2004-10-16 16:44:44 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/LICENSE
M /trunk/Makefile.am
M /trunk/README
M /trunk/THANKS
M /trunk/configure.ac
M /trunk/doc/Makefile.am
M /trunk/doc/html.dsl
M /trunk/doc/print.dsl
M /trunk/etc/Makefile.am
M /trunk/man/st_snapshot.pod
clarified copyright ownership. LICENSE file, listing holders, added
------------------------------------------------------------------------
r137 | joostvb | 2004-10-16 13:52:09 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more TODO
------------------------------------------------------------------------
r136 | joostvb | 2004-10-16 12:06:21 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.6
------------------------------------------------------------------------
r135 | joostvb | 2004-10-16 12:06:07 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
some things are done
------------------------------------------------------------------------
r134 | joostvb | 2004-10-16 12:02:46 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
and the SGML declaration: another build dependency
------------------------------------------------------------------------
r133 | joostvb | 2004-10-16 12:00:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
document build-dependencies: w3m or lynx, openjade or jade, JadeTeX, teTeX
------------------------------------------------------------------------
r132 | joostvb | 2004-10-16 11:54:10 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
use pdfjadetex. somewhat more compliant with non-gnu makes
------------------------------------------------------------------------
r131 | joostvb | 2004-10-16 11:53:26 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
generate pdf directly from tex: do not use ps2pdf, but use pdfjadetex
------------------------------------------------------------------------
r130 | joostvb | 2004-10-16 00:28:45 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
*** empty log message ***
------------------------------------------------------------------------
r129 | joostvb | 2004-10-16 00:26:06 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.5
------------------------------------------------------------------------
r128 | joostvb | 2004-10-16 00:17:24 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r127 | joostvb | 2004-10-16 00:16:49 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/doc/Makefile.am
./configure now fails if needed tools are not found. optionally uses lynx (not w3m) and openjade (not jade) for building. thanks LogReport for inspiration.
------------------------------------------------------------------------
r126 | joostvb | 2004-10-15 21:25:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r125 | joostvb | 2004-10-15 20:59:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.4
------------------------------------------------------------------------
r124 | joostvb | 2004-10-15 20:56:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/configure.ac
M /trunk/doc/manual.ent.in
M /trunk/etc/Makefile.am
M /trunk/man/Makefile.am
some cleanup of copyright statements: the files on which Stichting LogReport Foundation was listed as copyright holder were just trivial and not copyrightable
------------------------------------------------------------------------
r123 | joostvb | 2004-10-15 20:51:02 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/bootstrap
sign and publish targets added, for maintainer
------------------------------------------------------------------------
r122 | joostvb | 2004-10-15 18:22:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.3
------------------------------------------------------------------------
r121 | joostvb | 2004-10-15 18:18:58 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/script/systraq.in
the systraq command no longer uses hardcoded pathnames: pathnames moved to environment variable, cronjob and manual adjusted
------------------------------------------------------------------------
r120 | joostvb | 2004-10-15 17:00:46 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.2
------------------------------------------------------------------------
r119 | joostvb | 2004-10-15 16:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r118 | joostvb | 2004-10-15 16:55:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
st_snapshot is now no longer dependent on ./configure settings: got rid of hardcoded pathnames in the script itself, moved to cronjob invocation
------------------------------------------------------------------------
r117 | joostvb | 2004-10-15 14:59:50 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
oops, do distribute manual.dbx of course
------------------------------------------------------------------------
r116 | joostvb | 2004-10-15 14:59:29 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more ideas
------------------------------------------------------------------------
r115 | joostvb | 2004-10-15 13:46:00 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.1
------------------------------------------------------------------------
r114 | joostvb | 2004-10-15 13:40:25 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
some cleanup of unused variables
------------------------------------------------------------------------
r113 | joostvb | 2004-10-15 13:40:04 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on Jade stuff requirements added
------------------------------------------------------------------------
r112 | joostvb | 2004-10-15 13:05:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
manual.dbx is now fixed: uses flexible path names
------------------------------------------------------------------------
r111 | joostvb | 2004-10-15 13:04:53 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/etc/filetraq.conf.in
M /trunk/etc/snapshot_pub.list.in
M /trunk/etc/systraq.in
@SYSCONF_PATH@ and friends now have a more useful content
------------------------------------------------------------------------
r110 | joostvb | 2004-10-15 12:58:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r109 | joostvb | 2004-10-15 12:40:52 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r108 | joostvb | 2004-10-15 12:40:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
A /trunk/doc/manual.ent.in
generate entities from ./configure
------------------------------------------------------------------------
r107 | joostvb | 2004-10-15 12:39:37 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
use entities as generated by ./configure
------------------------------------------------------------------------
r106 | joostvb | 2004-10-15 12:34:24 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
do not say twice what to do after completion of this script
------------------------------------------------------------------------
r105 | joostvb | 2004-10-15 12:29:10 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
doc_DATA no longer in EXTRA_DIST: more robust during build
------------------------------------------------------------------------
r104 | joostvb | 2004-10-15 10:27:57 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015
------------------------------------------------------------------------
r103 | joostvb | 2004-10-15 10:27:38 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r102 | joostvb | 2004-10-15 10:17:14 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
added section about hacking on systraq
------------------------------------------------------------------------
r101 | joostvb | 2004-10-15 09:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/COPYING
D /trunk/INSTALL
M /trunk/README
use autotools generic INSTALL file
------------------------------------------------------------------------
r100 | joostvb | 2004-10-15 09:54:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/NEWS
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
be consistent about my email address
------------------------------------------------------------------------
r98 | joostvb | 2004-10-15 09:45:11 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more revamping to be done
------------------------------------------------------------------------
r97 | joostvb | 2004-10-15 09:30:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/NEWS
M /trunk/etc
M /trunk/etc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r96 | joostvb | 2004-10-15 09:30:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
now parseable by cvs2cl
------------------------------------------------------------------------
r95 | joostvb | 2004-10-15 09:28:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
no C code: no autoheader needed
------------------------------------------------------------------------
r94 | joostvb | 2004-10-15 09:27:55 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
config files now know about ./configure's sysconfdir
------------------------------------------------------------------------
r93 | joostvb | 2004-10-15 08:50:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/etc/filetraq.conf
A /trunk/etc/filetraq.conf.in
D /trunk/etc/snapshot_pub.list
A /trunk/etc/snapshot_pub.list.in
D /trunk/etc/systraq
A /trunk/etc/systraq.in
get rid of hardcoded /usr/local, but use ./configure setting
------------------------------------------------------------------------
r92 | joostvb | 2004-10-15 08:49:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
use ac_define_dir.m4 which supplies AC_DEFINE_DIR autoconf macro
------------------------------------------------------------------------
r90 | joostvb | 2004-10-15 00:10:06 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r88 | joostvb | 2004-10-15 00:05:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/setversion
A /trunk/users
current autotools features
------------------------------------------------------------------------
r87 | joostvb | 2004-10-15 00:04:22 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
added documentation. force current autotools
------------------------------------------------------------------------
r86 | joostvb | 2004-10-15 00:02:36 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/ChangeLog
M /trunk/NEWS
ChangeLog now autogenerated. NEWS now actually has contents: old ChangeLog
------------------------------------------------------------------------
r85 | joostvb | 2004-10-14 23:38:53 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
A /trunk/configure.ac
D /trunk/configure.in
new autotools naming style
------------------------------------------------------------------------
r84 | joostvb | 2004-10-14 11:50:50 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r83 | joostvb | 2004-10-12 18:11:13 +0200 (Tue, 12 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
another idea
------------------------------------------------------------------------
r82 | joostvb | 2004-08-04 15:33:59 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/script/st_snapshot
partially revert back: get rid of silly OWNEDHOMES: I was missing the point. duh
------------------------------------------------------------------------
r81 | joostvb | 2004-08-04 14:04:40 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
another bugfix. duh.
------------------------------------------------------------------------
r80 | joostvb | 2004-08-04 13:51:35 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r79 | joostvb | 2004-08-04 13:41:26 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r78 | joostvb | 2004-08-04 13:40:48 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
fixed bug in OWNEDHOMES variable setting. introduced sloppy tmpfile handling
------------------------------------------------------------------------
r77 | joostvb | 2004-08-04 13:16:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r76 | joostvb | 2004-08-04 12:59:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/ChangeLog
*** empty log message ***
------------------------------------------------------------------------
r75 | joostvb | 2004-08-04 12:53:00 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/Makefile.am
D /trunk/script/filetraq
D /trunk/script/filetraq.patch
we no longer ship filetraq, but require it
------------------------------------------------------------------------
r74 | joostvb | 2004-08-04 12:13:18 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
fixed stupid wrong comment
------------------------------------------------------------------------
r73 | joostvb | 2004-08-04 12:10:12 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
differ between homedirs owned by user occupying this dir, and those not. on systems were / is a hoemdir for lots of users, systraq was behaving bad.
------------------------------------------------------------------------
r72 | joostvb | 2004-08-04 12:08:20 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.homelist
change .procmail to .procmailrc: the last file is what we want to monitor, not .procmail/log, of course. Thanks Lionel Elie Mamane for bugreport
------------------------------------------------------------------------
r71 | joostvb | 2004-06-30 10:42:53 +0200 (Wed, 30 Jun 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
more alternative packages
------------------------------------------------------------------------
r70 | joostvb | 2004-05-27 06:15:46 +0200 (Thu, 27 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r69 | joostvb | 2004-05-26 12:34:09 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r68 | joostvb | 2004-05-26 12:33:48 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r67 | joostvb | 2004-05-26 11:33:15 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_root.homelist
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r66 | joostvb | 2004-05-26 11:19:30 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r65 | joostvb | 2004-05-26 11:17:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/Makefile.am
A /trunk/etc/filetraq.default
*** empty log message ***
------------------------------------------------------------------------
r64 | joostvb | 2004-05-26 11:13:23 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
note on troubles with some cron versions
------------------------------------------------------------------------
r63 | joostvb | 2004-05-26 11:09:37 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq
M /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r62 | joostvb | 2004-05-26 11:05:06 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq.patch
updated patch, now should fix hassle with changes in binary files too
------------------------------------------------------------------------
r61 | joostvb | 2004-05-26 10:33:50 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.homelist
M /trunk/etc/snapshot_root.homelist
~/.procmail and ~/.maildrop
------------------------------------------------------------------------
r60 | joostvb | 2004-05-26 10:29:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
*** empty log message ***
------------------------------------------------------------------------
r59 | joostvb | 2004-05-26 10:28:53 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on fam and diffmon
------------------------------------------------------------------------
r58 | joostvb | 2003-09-08 11:53:28 +0200 (Mon, 08 Sep 2003) | 2 lines
Changed paths:
M /trunk/TODO
reported cron issue
------------------------------------------------------------------------
r56 | joostvb | 2003-02-23 14:01:24 +0100 (Sun, 23 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r55 | joostvb | 2003-02-09 16:15:18 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r54 | joostvb | 2003-02-09 16:04:20 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r52 | joostvb | 2003-02-09 15:36:16 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r51 | joostvb | 2003-02-06 19:40:30 +0100 (Thu, 06 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/etc/snapshot_pub.homelist
*** empty log message ***
------------------------------------------------------------------------
r49 | joostvb | 2003-01-17 22:34:56 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/etc/systraq
grr. binary diff hassle
------------------------------------------------------------------------
r48 | joostvb | 2003-01-17 22:16:57 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r47 | joostvb | 2002-11-28 21:00:12 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r46 | joostvb | 2002-11-28 20:25:17 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r45 | joostvb | 2002-11-28 20:18:11 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r44 | joostvb | 2002-11-25 23:58:31 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r42 | joostvb | 2002-11-25 23:29:39 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc
M /trunk/doc/.cvsignore
M /trunk/etc
A /trunk/etc/.cvsignore
M /trunk/man
M /trunk/man/.cvsignore
M /trunk/script
A /trunk/script/.cvsignore
D /trunk/script/Makefile
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r41 | joostvb | 2002-10-19 16:41:05 +0200 (Sat, 19 Oct 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r40 | joostvb | 2002-10-14 10:46:39 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r39 | joostvb | 2002-10-14 10:40:51 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/etc/systraq
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r38 | joostvb | 2002-09-01 14:02:26 +0200 (Sun, 01 Sep 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r37 | joostvb | 2002-04-11 11:20:42 +0200 (Thu, 11 Apr 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r36 | joostvb | 2002-03-07 12:12:35 +0100 (Thu, 07 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r35 | joostvb | 2002-03-06 10:29:14 +0100 (Wed, 06 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r33 | joostvb | 2002-02-28 21:19:33 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/Makefile.am
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r32 | joostvb | 2002-02-28 21:02:30 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r31 | joostvb | 2002-02-26 20:13:14 +0100 (Tue, 26 Feb 2002) | 2 lines
Changed paths:
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r30 | joostvb | 2002-02-23 09:47:21 +0100 (Sat, 23 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r29 | joostvb | 2002-01-13 22:00:34 +0100 (Sun, 13 Jan 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/etc/snapshot_pub.list
M /trunk/etc/systraq
M /trunk/script/systraq.in
minor bugfix release
------------------------------------------------------------------------
r28 | joostvb | 2001-12-08 21:57:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r27 | joostvb | 2001-12-08 21:41:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r26 | joostvb | 2001-12-08 20:36:55 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
A /trunk/INSTALL
M /trunk/Makefile.am
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r24 | joostvb | 2001-12-08 20:16:51 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk
A /trunk/.cvsignore
D /trunk/doc/Makefile
D /trunk/etc/Makefile
A /trunk/etc/Makefile.am
M /trunk/man
A /trunk/man/.cvsignore
A /trunk/man/Makefile.am
A /trunk/script/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r23 | joostvb | 2001-12-08 20:15:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/Makefile.am
A /trunk/NEWS
M /trunk/TODO
A /trunk/bootstrap
A /trunk/configure.in
M /trunk/doc/Makefile
A /trunk/doc/Makefile.am
M /trunk/etc/Makefile
M /trunk/script/Makefile
A /trunk/setversion
*** empty log message ***
------------------------------------------------------------------------
r22 | joostvb | 2001-12-08 19:32:36 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r21 | joostvb | 2001-12-08 15:26:27 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r20 | joostvb | 2001-12-08 15:15:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/filetraq
A /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r19 | joostvb | 2001-12-08 14:31:56 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/AUTHORS
A /trunk/COPYING
A /trunk/ChangeLog
A /trunk/README
A /trunk/THANKS
M /trunk/TODO
M /trunk/doc
A /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r18 | joostvb | 2001-12-07 17:20:44 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
A /trunk/etc/Makefile
*** empty log message ***
------------------------------------------------------------------------
r17 | joostvb | 2001-12-07 17:13:23 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r16 | joostvb | 2001-12-07 17:11:17 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.list
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r15 | joostvb | 2001-12-07 16:36:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r14 | joostvb | 2001-12-07 16:26:38 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r13 | joostvb | 2001-12-07 15:29:02 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
*** empty log message ***
------------------------------------------------------------------------
r12 | joostvb | 2001-12-07 15:20:06 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/snapshot_root.homelist
*** empty log message ***
------------------------------------------------------------------------
r11 | joostvb | 2001-12-07 15:13:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.homelist
A /trunk/etc/snapshot_root.list
*** empty log message ***
------------------------------------------------------------------------
r10 | joostvb | 2001-12-07 15:02:25 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc
A /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r9 | joostvb | 2001-12-07 14:29:57 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r8 | joostvb | 2001-12-07 14:05:30 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r7 | joostvb | 2001-12-06 19:11:14 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r6 | joostvb | 2001-12-06 19:08:24 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc/Makefile
A /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
A /trunk/doc/print.dsl
*** empty log message ***
------------------------------------------------------------------------
r5 | joostvb | 2001-12-06 15:18:20 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
A /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r4 | joostvb | 2001-12-06 12:45:25 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc
A /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r3 | joostvb | 2001-12-06 12:26:18 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/script
A /trunk/script/Makefile
A /trunk/script/filetraq
A /trunk/script/st_snapshot
moved from tools/
------------------------------------------------------------------------
r2 | joostvb | 2001-12-06 12:25:17 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/man
A /trunk/man/st_snapshot.pod
*** empty log message ***
------------------------------------------------------------------------
r228 | joostvb | 2005-02-13 17:01:03 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/NEWS
M /trunk/systraq/TODO
M /trunk/systraq/doc/manual.dbx
contact info added to manual
------------------------------------------------------------------------
r227 | joostvb | 2005-02-13 15:39:19 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/doc/manual.dbx
document extra build dependencies
------------------------------------------------------------------------
r226 | joostvb | 2005-02-13 15:21:59 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/configure.ac
M /trunk/systraq/man/Makefile.am
deal with lacking xsltproc and manpage stylesheets on build host
------------------------------------------------------------------------
r224 | joostvb | 2005-02-13 14:59:23 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
D /trunk/systraq/doc/manual.ent.in
manual.ent.in moved to ../man.ent.in
------------------------------------------------------------------------
r223 | joostvb | 2005-02-13 14:55:38 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/bootstrap
make sure ChangeLog looks nice
------------------------------------------------------------------------
r222 | joostvb | 2005-02-13 14:54:52 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/man/st_snapshot.hourly.dbx
manpage finished
------------------------------------------------------------------------
r221 | joostvb | 2005-02-13 14:52:33 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
refer to st_snapshot.hourly manpage
------------------------------------------------------------------------
r220 | joostvb | 2005-02-13 13:11:49 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r219 | joostvb | 2005-02-13 13:10:55 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r218 | joostvb | 2005-02-13 13:10:45 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/script/st_snapshot.hourly.in
be even more user-friendly
------------------------------------------------------------------------
r217 | joostvb | 2005-02-13 13:10:10 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/man/st_snapshot.hourly.dbx
completing manpage
------------------------------------------------------------------------
r216 | joostvb | 2005-02-13 12:43:45 +0100 (Sun, 13 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/bootstrap
M /trunk/systraq/configure.ac
M /trunk/systraq/doc/Makefile.am
M /trunk/systraq/doc/manual.dbx
M /trunk/systraq/man/Makefile.am
both manpage and manual want to use same configure-expanded variable: dbx build system overhaul
------------------------------------------------------------------------
r215 | joostvb | 2005-02-12 23:40:22 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/man/Makefile.am
------------------------------------------------------------------------
r214 | joostvb | 2005-02-12 23:35:44 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/man/st_snapshot.hourly.dbx
need to finish manpage
------------------------------------------------------------------------
r213 | joostvb | 2005-02-12 23:31:08 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/man/Makefile.am
A /trunk/systraq/man/st_snapshot.hourly.dbx
st_snapshot.hourly manpage, first shot
------------------------------------------------------------------------
r212 | joostvb | 2005-02-12 21:57:51 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r211 | joostvb | 2005-02-12 21:39:39 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/systraq_is_unconfigured
do not install systraq_is_unconfigured: this tarball behaves just fine.
------------------------------------------------------------------------
r210 | joostvb | 2005-02-12 21:38:55 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
some stuff is done
------------------------------------------------------------------------
r209 | joostvb | 2005-02-12 21:30:59 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/Makefile.am
rumours about Debian Bug#291619 turned out to be just that
------------------------------------------------------------------------
r207 | joostvb | 2005-02-12 17:29:40 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/LICENSE
it is 2005
------------------------------------------------------------------------
r206 | joostvb | 2005-02-12 17:27:41 +0100 (Sat, 12 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
commit mailing list created
------------------------------------------------------------------------
r204 | joostvb | 2005-02-11 20:00:51 +0100 (Fri, 11 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
M /trunk/systraq/etc/systraq_is_unconfigured
more stuff to do with etc/systraq_is_unconfigured
------------------------------------------------------------------------
r203 | joostvb | 2005-02-09 22:25:20 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/NEWS
------------------------------------------------------------------------
r202 | joostvb | 2005-02-09 22:15:48 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/configure.ac
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/systraq.in
M /trunk/systraq/script/Makefile.am
A /trunk/systraq/script/st_snapshot.hourly.in
wrapper for st_snapshot cronjob
------------------------------------------------------------------------
r201 | joostvb | 2005-02-09 22:14:39 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/etc/systraq_is_unconfigured
be nice to people doing a fresh install: supply a helpful note to them, instead of an ugly hourly error message from cron
------------------------------------------------------------------------
r200 | joostvb | 2005-02-09 21:37:31 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/Makefile.am
revert back to not using openjade -c catalogfile: it does not solve the network access problem, and introduced another problem
------------------------------------------------------------------------
r199 | joostvb | 2005-02-09 18:59:33 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
------------------------------------------------------------------------
r198 | joostvb | 2005-02-09 18:56:17 +0100 (Wed, 09 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.ent.in
we use examplepath too
------------------------------------------------------------------------
r197 | joostvb | 2005-02-05 16:30:01 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/doc/manual.dbx
more tips for maintaining filetraq.conf, including caspar integration tips
------------------------------------------------------------------------
r196 | joostvb | 2005-02-05 16:23:29 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
more earlier reported bugs/ideas
------------------------------------------------------------------------
r195 | joostvb | 2005-02-05 16:20:47 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ii-shellrc
M /trunk/systraq/lib/nn-debsums
M /trunk/systraq/lib/rr-localdigest
M /trunk/systraq/lib/ww-signature
svn tags
------------------------------------------------------------------------
r194 | joostvb | 2005-02-05 16:17:34 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/ff-netstat
list ipv6 connections too
------------------------------------------------------------------------
r193 | joostvb | 2005-02-05 16:12:35 +0100 (Sat, 05 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/rr-localdigest
fixed typo
------------------------------------------------------------------------
r192 | joostvb | 2005-02-03 08:59:02 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
D /trunk/systraq/doc/ChangeLog.2004
M /trunk/systraq/doc/Makefile.am
worked around svn2cl issues. just run raw "svn log"
------------------------------------------------------------------------
r191 | joostvb | 2005-02-03 08:52:19 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
a commit mailing list would be nice
------------------------------------------------------------------------
r190 | joostvb | 2005-02-03 08:26:00 +0100 (Thu, 03 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
another idea about svn2cl
------------------------------------------------------------------------
r189 | joostvb | 2005-02-02 21:59:28 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
svn2cl hassle
------------------------------------------------------------------------
r188 | joostvb | 2005-02-02 21:27:51 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/Makefile.am
M /trunk/systraq/TODO
M /trunk/systraq/bootstrap
M /trunk/systraq/doc/Makefile.am
no longer user cvs2cl, but use svn2cl
------------------------------------------------------------------------
r187 | joostvb | 2005-02-02 21:26:11 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
A /trunk/systraq/doc/ChangeLog.2004
ChangeLog from the CVS era. Our svn2cl chokes on drastically moved files, so just keep this one here
------------------------------------------------------------------------
r186 | joostvb | 2005-02-02 20:57:31 +0100 (Wed, 02 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/lib/dd-last
last is not that dumb: use -n
------------------------------------------------------------------------
r185 | lfousse | 2005-02-02 16:45:26 +0100 (Wed, 02 Feb 2005) | 2 lines
Changed paths:
M /trunk/systraq/TODO
Commit emails should work now.
------------------------------------------------------------------------
r184 | joostvb | 2005-02-01 06:57:32 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r183 | joostvb | 2005-02-01 06:54:25 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/TODO
------------------------------------------------------------------------
r182 | joostvb | 2005-02-01 06:50:35 +0100 (Tue, 01 Feb 2005) | 1 line
Changed paths:
M /trunk/systraq/THANKS
------------------------------------------------------------------------
r181 | lfousse | 2005-01-23 18:55:27 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /trunk/doc
A /trunk/systraq/doc (from /trunk/doc:179)
R /trunk/systraq/doc/Makefile.am (from /trunk/doc/Makefile.am:180)
M /trunk/systraq/doc/html.dsl
M /trunk/systraq/doc/manual.ent.in
M /trunk/systraq/doc/print.dsl
Forgot to move `doc'.
------------------------------------------------------------------------
r180 | lfousse | 2005-01-23 18:54:03 +0100 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
D /debian
D /trunk/.cvsignore
D /trunk/AUTHORS
D /trunk/LICENSE
D /trunk/Makefile.am
D /trunk/NEWS
D /trunk/README
D /trunk/THANKS
D /trunk/TODO
D /trunk/bootstrap
D /trunk/configure.ac
A /trunk/debian (from /debian:175)
R /trunk/debian/README.Debian (from /debian/README.Debian:179)
R /trunk/debian/changelog (from /debian/changelog:179)
R /trunk/debian/control (from /debian/control:179)
R /trunk/debian/rules (from /debian/rules:179)
A /trunk/debian/snapshot_pub.homelist (from /debian/snapshot_pub.homelist:179)
A /trunk/debian/snapshot_pub.list (from /debian/snapshot_pub.list:179)
A /trunk/debian/snapshot_root.homelist (from /debian/snapshot_root.homelist:179)
A /trunk/debian/snapshot_root.list (from /debian/snapshot_root.list:179)
M /trunk/doc/Makefile.am
D /trunk/etc
D /trunk/lib
D /trunk/man
D /trunk/script
D /trunk/setversion
A /trunk/systraq
A /trunk/systraq/.cvsignore (from /trunk/.cvsignore:178)
A /trunk/systraq/AUTHORS (from /trunk/AUTHORS:178)
A /trunk/systraq/LICENSE (from /trunk/LICENSE:178)
A /trunk/systraq/Makefile.am (from /trunk/Makefile.am:178)
A /trunk/systraq/NEWS (from /trunk/NEWS:178)
A /trunk/systraq/README (from /trunk/README:178)
A /trunk/systraq/THANKS (from /trunk/THANKS:178)
A /trunk/systraq/TODO (from /trunk/TODO:178)
A /trunk/systraq/bootstrap (from /trunk/bootstrap:178)
A /trunk/systraq/configure.ac (from /trunk/configure.ac:178)
A /trunk/systraq/etc (from /trunk/etc:178)
M /trunk/systraq/etc/Makefile.am
M /trunk/systraq/etc/filetraq.conf.in
M /trunk/systraq/etc/filetraq.default
M /trunk/systraq/etc/snapshot_pub.homelist
M /trunk/systraq/etc/snapshot_pub.list.in
M /trunk/systraq/etc/snapshot_root.homelist
M /trunk/systraq/etc/snapshot_root.list
M /trunk/systraq/etc/systraq.in
A /trunk/systraq/lib (from /trunk/lib:178)
M /trunk/systraq/lib/Makefile.am
M /trunk/systraq/lib/ak-uptime
M /trunk/systraq/lib/bb-free
M /trunk/systraq/lib/cc-df
M /trunk/systraq/lib/dd-last
M /trunk/systraq/lib/ee-lastlog
M /trunk/systraq/lib/ff-netstat
M /trunk/systraq/lib/gg-ps
A /trunk/systraq/man (from /trunk/man:178)
M /trunk/systraq/man/Makefile.am
M /trunk/systraq/man/st_snapshot.pod
A /trunk/systraq/script (from /trunk/script:178)
M /trunk/systraq/script/Makefile.am
M /trunk/systraq/script/st_snapshot
A /trunk/systraq/setversion (from /trunk/setversion:178)
Move files around to match the intented hierarchy.
------------------------------------------------------------------------
r179 | lfousse | 2005-01-16 15:55:29 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
Systraq is maintained via svn now (commit by Joost).
------------------------------------------------------------------------
r178 | lfousse | 2005-01-16 13:31:25 +0100 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
M /trunk/TODO
Another bug (commit for Joost).
------------------------------------------------------------------------
r174 | joostvb | 2004-11-18 21:20:58 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041118
------------------------------------------------------------------------
r173 | joostvb | 2004-11-18 21:12:17 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/TODO
another gotcha for packagers
------------------------------------------------------------------------
r172 | joostvb | 2004-11-18 21:09:24 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
refer to installed example config files
------------------------------------------------------------------------
r171 | joostvb | 2004-11-18 21:01:46 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
install filetraq.conf; install snapshot_ listfiles in doc/systraq/examples, not etc/
------------------------------------------------------------------------
r170 | joostvb | 2004-10-25 08:51:29 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
more notes for upgraders
------------------------------------------------------------------------
r169 | joostvb | 2004-10-25 08:51:16 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_pub.list.in
honor new locations of systraq scripts
------------------------------------------------------------------------
r168 | joostvb | 2004-10-22 09:41:13 +0200 (Fri, 22 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/doc/manual.dbx
added some notes on upgrading
------------------------------------------------------------------------
r167 | joostvb | 2004-10-21 17:52:53 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.9
------------------------------------------------------------------------
r166 | joostvb | 2004-10-21 17:51:14 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
new file locations documented
------------------------------------------------------------------------
r165 | joostvb | 2004-10-21 17:44:11 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r164 | joostvb | 2004-10-21 17:43:00 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
another developers hack documented
------------------------------------------------------------------------
r163 | joostvb | 2004-10-21 17:42:29 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/doc/manual.ent.in
M /trunk/setversion
automagically expand time and version
------------------------------------------------------------------------
r162 | joostvb | 2004-10-21 17:02:30 +0200 (Thu, 21 Oct 2004) | 3 lines
Changed paths:
M /trunk/lib/Makefile.am
fixed bug which caused symlinks in systraq.d
to point to /*
------------------------------------------------------------------------
r161 | joostvb | 2004-10-17 18:17:21 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.ent.in
*** empty log message ***
------------------------------------------------------------------------
r160 | joostvb | 2004-10-17 17:34:01 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r159 | joostvb | 2004-10-17 14:10:09 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r158 | joostvb | 2004-10-17 14:08:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version version 20041015-cvs.8
------------------------------------------------------------------------
r157 | joostvb | 2004-10-17 14:05:20 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r156 | joostvb | 2004-10-17 14:04:38 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
find run-parts, and give advice if we fail
------------------------------------------------------------------------
r155 | joostvb | 2004-10-17 14:03:56 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
M /trunk/script/Makefile.am
install systraq and st_snapshot in sbindir, not bindir: do not polute all users PATHs: in most common scenarios, people wont run these commands themselves
------------------------------------------------------------------------
r154 | joostvb | 2004-10-17 13:36:34 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.7
------------------------------------------------------------------------
r153 | joostvb | 2004-10-17 13:35:07 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
systraq redesign done, documentation pending
------------------------------------------------------------------------
r152 | joostvb | 2004-10-17 13:34:28 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/lib/rr-localdigest
ST_LMD5SUMS renamed to ST_LDIGESTS
------------------------------------------------------------------------
r151 | joostvb | 2004-10-17 13:33:57 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq.in
systraq no longer needs ST_LMD5SUMS environment variable
------------------------------------------------------------------------
r150 | joostvb | 2004-10-17 13:33:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
started documenting new systraq script interface
------------------------------------------------------------------------
r149 | joostvb | 2004-10-17 13:00:53 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script
M /trunk/script/.cvsignore
systraq is now generated from systraq.in
------------------------------------------------------------------------
r148 | joostvb | 2004-10-17 13:00:18 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/TODO
M /trunk/lib
A /trunk/lib/.cvsignore
M /trunk/lib/ww-signature
*** empty log message ***
------------------------------------------------------------------------
r147 | joostvb | 2004-10-17 12:59:27 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
ship new file LICENSE
------------------------------------------------------------------------
r146 | joostvb | 2004-10-17 12:57:23 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
A /trunk/lib/Makefile.am
added infrastructure for stuff in lib/
------------------------------------------------------------------------
r145 | joostvb | 2004-10-17 12:37:40 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq redone: run scripts in specific directory, offer nice environment to these scripts
------------------------------------------------------------------------
r144 | joostvb | 2004-10-17 12:24:42 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
systraq renamed to systraq.in
------------------------------------------------------------------------
r143 | joostvb | 2004-10-17 12:22:29 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
D /trunk/lib/aa-uptime
A /trunk/lib/ak-uptime
A /trunk/lib/ii-shellrc
A /trunk/lib/nn-debsums
A /trunk/lib/rr-localdigest
A /trunk/lib/ww-signature
ripped out of systraq script: configurable now
------------------------------------------------------------------------
r142 | joostvb | 2004-10-16 23:56:04 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r141 | joostvb | 2004-10-16 17:07:15 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/script/systraq.in
ripping out all configurable bits: phase one
------------------------------------------------------------------------
r140 | joostvb | 2004-10-16 17:06:27 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/lib
A /trunk/lib/aa-uptime
A /trunk/lib/bb-free
A /trunk/lib/cc-df
A /trunk/lib/dd-last
A /trunk/lib/ee-lastlog
A /trunk/lib/ff-netstat
A /trunk/lib/gg-ps
transforming systraq to a run-parts style script
------------------------------------------------------------------------
r139 | joostvb | 2004-10-16 16:48:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
one done
------------------------------------------------------------------------
r138 | joostvb | 2004-10-16 16:44:44 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
A /trunk/LICENSE
M /trunk/Makefile.am
M /trunk/README
M /trunk/THANKS
M /trunk/configure.ac
M /trunk/doc/Makefile.am
M /trunk/doc/html.dsl
M /trunk/doc/print.dsl
M /trunk/etc/Makefile.am
M /trunk/man/st_snapshot.pod
clarified copyright ownership. LICENSE file, listing holders, added
------------------------------------------------------------------------
r137 | joostvb | 2004-10-16 13:52:09 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more TODO
------------------------------------------------------------------------
r136 | joostvb | 2004-10-16 12:06:21 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.6
------------------------------------------------------------------------
r135 | joostvb | 2004-10-16 12:06:07 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
some things are done
------------------------------------------------------------------------
r134 | joostvb | 2004-10-16 12:02:46 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
and the SGML declaration: another build dependency
------------------------------------------------------------------------
r133 | joostvb | 2004-10-16 12:00:34 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
document build-dependencies: w3m or lynx, openjade or jade, JadeTeX, teTeX
------------------------------------------------------------------------
r132 | joostvb | 2004-10-16 11:54:10 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
use pdfjadetex. somewhat more compliant with non-gnu makes
------------------------------------------------------------------------
r131 | joostvb | 2004-10-16 11:53:26 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
generate pdf directly from tex: do not use ps2pdf, but use pdfjadetex
------------------------------------------------------------------------
r130 | joostvb | 2004-10-16 00:28:45 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
*** empty log message ***
------------------------------------------------------------------------
r129 | joostvb | 2004-10-16 00:26:06 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.5
------------------------------------------------------------------------
r128 | joostvb | 2004-10-16 00:17:24 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r127 | joostvb | 2004-10-16 00:16:49 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/doc/Makefile.am
./configure now fails if needed tools are not found. optionally uses lynx (not w3m) and openjade (not jade) for building. thanks LogReport for inspiration.
------------------------------------------------------------------------
r126 | joostvb | 2004-10-15 21:25:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r125 | joostvb | 2004-10-15 20:59:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.4
------------------------------------------------------------------------
r124 | joostvb | 2004-10-15 20:56:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/configure.ac
M /trunk/doc/manual.ent.in
M /trunk/etc/Makefile.am
M /trunk/man/Makefile.am
some cleanup of copyright statements: the files on which Stichting LogReport Foundation was listed as copyright holder were just trivial and not copyrightable
------------------------------------------------------------------------
r123 | joostvb | 2004-10-15 20:51:02 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
M /trunk/bootstrap
sign and publish targets added, for maintainer
------------------------------------------------------------------------
r122 | joostvb | 2004-10-15 18:22:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.3
------------------------------------------------------------------------
r121 | joostvb | 2004-10-15 18:18:58 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/script/systraq.in
the systraq command no longer uses hardcoded pathnames: pathnames moved to environment variable, cronjob and manual adjusted
------------------------------------------------------------------------
r120 | joostvb | 2004-10-15 17:00:46 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.2
------------------------------------------------------------------------
r119 | joostvb | 2004-10-15 16:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r118 | joostvb | 2004-10-15 16:55:56 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq.in
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
st_snapshot is now no longer dependent on ./configure settings: got rid of hardcoded pathnames in the script itself, moved to cronjob invocation
------------------------------------------------------------------------
r117 | joostvb | 2004-10-15 14:59:50 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
oops, do distribute manual.dbx of course
------------------------------------------------------------------------
r116 | joostvb | 2004-10-15 14:59:29 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more ideas
------------------------------------------------------------------------
r115 | joostvb | 2004-10-15 13:46:00 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015-cvs.1
------------------------------------------------------------------------
r114 | joostvb | 2004-10-15 13:40:25 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
some cleanup of unused variables
------------------------------------------------------------------------
r113 | joostvb | 2004-10-15 13:40:04 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on Jade stuff requirements added
------------------------------------------------------------------------
r112 | joostvb | 2004-10-15 13:05:33 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
manual.dbx is now fixed: uses flexible path names
------------------------------------------------------------------------
r111 | joostvb | 2004-10-15 13:04:53 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/etc/filetraq.conf.in
M /trunk/etc/snapshot_pub.list.in
M /trunk/etc/systraq.in
@SYSCONF_PATH@ and friends now have a more useful content
------------------------------------------------------------------------
r110 | joostvb | 2004-10-15 12:58:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/etc/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r109 | joostvb | 2004-10-15 12:40:52 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/doc
M /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r108 | joostvb | 2004-10-15 12:40:27 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
A /trunk/doc/manual.ent.in
generate entities from ./configure
------------------------------------------------------------------------
r107 | joostvb | 2004-10-15 12:39:37 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
use entities as generated by ./configure
------------------------------------------------------------------------
r106 | joostvb | 2004-10-15 12:34:24 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
do not say twice what to do after completion of this script
------------------------------------------------------------------------
r105 | joostvb | 2004-10-15 12:29:10 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
doc_DATA no longer in EXTRA_DIST: more robust during build
------------------------------------------------------------------------
r104 | joostvb | 2004-10-15 10:27:57 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/NEWS
version 20041015
------------------------------------------------------------------------
r103 | joostvb | 2004-10-15 10:27:38 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r102 | joostvb | 2004-10-15 10:17:14 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
added section about hacking on systraq
------------------------------------------------------------------------
r101 | joostvb | 2004-10-15 09:56:41 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/COPYING
D /trunk/INSTALL
M /trunk/README
use autotools generic INSTALL file
------------------------------------------------------------------------
r100 | joostvb | 2004-10-15 09:54:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/NEWS
M /trunk/configure.ac
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
be consistent about my email address
------------------------------------------------------------------------
r98 | joostvb | 2004-10-15 09:45:11 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
more revamping to be done
------------------------------------------------------------------------
r97 | joostvb | 2004-10-15 09:30:18 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/NEWS
M /trunk/etc
M /trunk/etc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r96 | joostvb | 2004-10-15 09:30:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
now parseable by cvs2cl
------------------------------------------------------------------------
r95 | joostvb | 2004-10-15 09:28:34 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
no C code: no autoheader needed
------------------------------------------------------------------------
r94 | joostvb | 2004-10-15 09:27:55 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/configure.ac
config files now know about ./configure's sysconfdir
------------------------------------------------------------------------
r93 | joostvb | 2004-10-15 08:50:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/etc/filetraq.conf
A /trunk/etc/filetraq.conf.in
D /trunk/etc/snapshot_pub.list
A /trunk/etc/snapshot_pub.list.in
D /trunk/etc/systraq
A /trunk/etc/systraq.in
get rid of hardcoded /usr/local, but use ./configure setting
------------------------------------------------------------------------
r92 | joostvb | 2004-10-15 08:49:59 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
use ac_define_dir.m4 which supplies AC_DEFINE_DIR autoconf macro
------------------------------------------------------------------------
r90 | joostvb | 2004-10-15 00:10:06 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r88 | joostvb | 2004-10-15 00:05:01 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/setversion
A /trunk/users
current autotools features
------------------------------------------------------------------------
r87 | joostvb | 2004-10-15 00:04:22 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
M /trunk/bootstrap
added documentation. force current autotools
------------------------------------------------------------------------
r86 | joostvb | 2004-10-15 00:02:36 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
D /trunk/ChangeLog
M /trunk/NEWS
ChangeLog now autogenerated. NEWS now actually has contents: old ChangeLog
------------------------------------------------------------------------
r85 | joostvb | 2004-10-14 23:38:53 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
A /trunk/configure.ac
D /trunk/configure.in
new autotools naming style
------------------------------------------------------------------------
r84 | joostvb | 2004-10-14 11:50:50 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r83 | joostvb | 2004-10-12 18:11:13 +0200 (Tue, 12 Oct 2004) | 2 lines
Changed paths:
M /trunk/TODO
another idea
------------------------------------------------------------------------
r82 | joostvb | 2004-08-04 15:33:59 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/script/st_snapshot
partially revert back: get rid of silly OWNEDHOMES: I was missing the point. duh
------------------------------------------------------------------------
r81 | joostvb | 2004-08-04 14:04:40 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
another bugfix. duh.
------------------------------------------------------------------------
r80 | joostvb | 2004-08-04 13:51:35 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r79 | joostvb | 2004-08-04 13:41:26 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r78 | joostvb | 2004-08-04 13:40:48 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
fixed bug in OWNEDHOMES variable setting. introduced sloppy tmpfile handling
------------------------------------------------------------------------
r77 | joostvb | 2004-08-04 13:16:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/st_snapshot
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r76 | joostvb | 2004-08-04 12:59:43 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/ChangeLog
*** empty log message ***
------------------------------------------------------------------------
r75 | joostvb | 2004-08-04 12:53:00 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/Makefile.am
D /trunk/script/filetraq
D /trunk/script/filetraq.patch
we no longer ship filetraq, but require it
------------------------------------------------------------------------
r74 | joostvb | 2004-08-04 12:13:18 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
fixed stupid wrong comment
------------------------------------------------------------------------
r73 | joostvb | 2004-08-04 12:10:12 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
differ between homedirs owned by user occupying this dir, and those not. on systems were / is a hoemdir for lots of users, systraq was behaving bad.
------------------------------------------------------------------------
r72 | joostvb | 2004-08-04 12:08:20 +0200 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.homelist
change .procmail to .procmailrc: the last file is what we want to monitor, not .procmail/log, of course. Thanks Lionel Elie Mamane for bugreport
------------------------------------------------------------------------
r71 | joostvb | 2004-06-30 10:42:53 +0200 (Wed, 30 Jun 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
more alternative packages
------------------------------------------------------------------------
r70 | joostvb | 2004-05-27 06:15:46 +0200 (Thu, 27 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r69 | joostvb | 2004-05-26 12:34:09 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r68 | joostvb | 2004-05-26 12:33:48 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r67 | joostvb | 2004-05-26 11:33:15 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_root.homelist
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r66 | joostvb | 2004-05-26 11:19:30 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r65 | joostvb | 2004-05-26 11:17:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/Makefile.am
A /trunk/etc/filetraq.default
*** empty log message ***
------------------------------------------------------------------------
r64 | joostvb | 2004-05-26 11:13:23 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/etc/systraq
note on troubles with some cron versions
------------------------------------------------------------------------
r63 | joostvb | 2004-05-26 11:09:37 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq
M /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r62 | joostvb | 2004-05-26 11:05:06 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/script/filetraq.patch
updated patch, now should fix hassle with changes in binary files too
------------------------------------------------------------------------
r61 | joostvb | 2004-05-26 10:33:50 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/snapshot_pub.homelist
M /trunk/etc/snapshot_root.homelist
~/.procmail and ~/.maildrop
------------------------------------------------------------------------
r60 | joostvb | 2004-05-26 10:29:28 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
*** empty log message ***
------------------------------------------------------------------------
r59 | joostvb | 2004-05-26 10:28:53 +0200 (Wed, 26 May 2004) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
notes on fam and diffmon
------------------------------------------------------------------------
r58 | joostvb | 2003-09-08 11:53:28 +0200 (Mon, 08 Sep 2003) | 2 lines
Changed paths:
M /trunk/TODO
reported cron issue
------------------------------------------------------------------------
r56 | joostvb | 2003-02-23 14:01:24 +0100 (Sun, 23 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r55 | joostvb | 2003-02-09 16:15:18 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r54 | joostvb | 2003-02-09 16:04:20 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/bootstrap
*** empty log message ***
------------------------------------------------------------------------
r52 | joostvb | 2003-02-09 15:36:16 +0100 (Sun, 09 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r51 | joostvb | 2003-02-06 19:40:30 +0100 (Thu, 06 Feb 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/etc/snapshot_pub.homelist
*** empty log message ***
------------------------------------------------------------------------
r49 | joostvb | 2003-01-17 22:34:56 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/etc/systraq
grr. binary diff hassle
------------------------------------------------------------------------
r48 | joostvb | 2003-01-17 22:16:57 +0100 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r47 | joostvb | 2002-11-28 21:00:12 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r46 | joostvb | 2002-11-28 20:25:17 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r45 | joostvb | 2002-11-28 20:18:11 +0100 (Thu, 28 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r44 | joostvb | 2002-11-25 23:58:31 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r42 | joostvb | 2002-11-25 23:29:39 +0100 (Mon, 25 Nov 2002) | 2 lines
Changed paths:
M /trunk
M /trunk/.cvsignore
M /trunk/ChangeLog
M /trunk/TODO
M /trunk/doc
M /trunk/doc/.cvsignore
M /trunk/etc
A /trunk/etc/.cvsignore
M /trunk/man
M /trunk/man/.cvsignore
M /trunk/script
A /trunk/script/.cvsignore
D /trunk/script/Makefile
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r41 | joostvb | 2002-10-19 16:41:05 +0200 (Sat, 19 Oct 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r40 | joostvb | 2002-10-14 10:46:39 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r39 | joostvb | 2002-10-14 10:40:51 +0200 (Mon, 14 Oct 2002) | 2 lines
Changed paths:
M /trunk/etc/systraq
M /trunk/script/filetraq
*** empty log message ***
------------------------------------------------------------------------
r38 | joostvb | 2002-09-01 14:02:26 +0200 (Sun, 01 Sep 2002) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r37 | joostvb | 2002-04-11 11:20:42 +0200 (Thu, 11 Apr 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r36 | joostvb | 2002-03-07 12:12:35 +0100 (Thu, 07 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r35 | joostvb | 2002-03-06 10:29:14 +0100 (Wed, 06 Mar 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r33 | joostvb | 2002-02-28 21:19:33 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/Makefile.am
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r32 | joostvb | 2002-02-28 21:02:30 +0100 (Thu, 28 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r31 | joostvb | 2002-02-26 20:13:14 +0100 (Tue, 26 Feb 2002) | 2 lines
Changed paths:
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r30 | joostvb | 2002-02-23 09:47:21 +0100 (Sat, 23 Feb 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r29 | joostvb | 2002-01-13 22:00:34 +0100 (Sun, 13 Jan 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/THANKS
M /trunk/etc/snapshot_pub.list
M /trunk/etc/systraq
M /trunk/script/systraq.in
minor bugfix release
------------------------------------------------------------------------
r28 | joostvb | 2001-12-08 21:57:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
*** empty log message ***
------------------------------------------------------------------------
r27 | joostvb | 2001-12-08 21:41:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/script/Makefile
*** empty log message ***
------------------------------------------------------------------------
r26 | joostvb | 2001-12-08 20:36:55 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
A /trunk/INSTALL
M /trunk/Makefile.am
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r24 | joostvb | 2001-12-08 20:16:51 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk
A /trunk/.cvsignore
D /trunk/doc/Makefile
D /trunk/etc/Makefile
A /trunk/etc/Makefile.am
M /trunk/man
A /trunk/man/.cvsignore
A /trunk/man/Makefile.am
A /trunk/script/Makefile.am
*** empty log message ***
------------------------------------------------------------------------
r23 | joostvb | 2001-12-08 20:15:00 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/Makefile.am
A /trunk/NEWS
M /trunk/TODO
A /trunk/bootstrap
A /trunk/configure.in
M /trunk/doc/Makefile
A /trunk/doc/Makefile.am
M /trunk/etc/Makefile
M /trunk/script/Makefile
A /trunk/setversion
*** empty log message ***
------------------------------------------------------------------------
r22 | joostvb | 2001-12-08 19:32:36 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r21 | joostvb | 2001-12-08 15:26:27 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r20 | joostvb | 2001-12-08 15:15:40 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
M /trunk/script/filetraq
A /trunk/script/filetraq.patch
*** empty log message ***
------------------------------------------------------------------------
r19 | joostvb | 2001-12-08 14:31:56 +0100 (Sat, 08 Dec 2001) | 2 lines
Changed paths:
A /trunk/AUTHORS
A /trunk/COPYING
A /trunk/ChangeLog
A /trunk/README
A /trunk/THANKS
M /trunk/TODO
M /trunk/doc
A /trunk/doc/.cvsignore
*** empty log message ***
------------------------------------------------------------------------
r18 | joostvb | 2001-12-07 17:20:44 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
A /trunk/etc/Makefile
*** empty log message ***
------------------------------------------------------------------------
r17 | joostvb | 2001-12-07 17:13:23 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/TODO
M /trunk/doc/manual.dbx
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r16 | joostvb | 2001-12-07 17:11:17 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/snapshot_root.list
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r15 | joostvb | 2001-12-07 16:36:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r14 | joostvb | 2001-12-07 16:26:38 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/systraq
*** empty log message ***
------------------------------------------------------------------------
r13 | joostvb | 2001-12-07 15:29:02 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/script/st_snapshot
*** empty log message ***
------------------------------------------------------------------------
r12 | joostvb | 2001-12-07 15:20:06 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc/snapshot_root.homelist
*** empty log message ***
------------------------------------------------------------------------
r11 | joostvb | 2001-12-07 15:13:59 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.homelist
A /trunk/etc/snapshot_root.list
*** empty log message ***
------------------------------------------------------------------------
r10 | joostvb | 2001-12-07 15:02:25 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/etc
A /trunk/etc/filetraq.conf
A /trunk/etc/snapshot_pub.list
*** empty log message ***
------------------------------------------------------------------------
r9 | joostvb | 2001-12-07 14:29:57 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
A /trunk/TODO
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r8 | joostvb | 2001-12-07 14:05:30 +0100 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
M /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r7 | joostvb | 2001-12-06 19:11:14 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r6 | joostvb | 2001-12-06 19:08:24 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc/Makefile
A /trunk/doc/html.dsl
M /trunk/doc/manual.dbx
A /trunk/doc/print.dsl
*** empty log message ***
------------------------------------------------------------------------
r5 | joostvb | 2001-12-06 15:18:20 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
M /trunk/doc/manual.dbx
M /trunk/man/st_snapshot.pod
A /trunk/script/systraq.in
*** empty log message ***
------------------------------------------------------------------------
r4 | joostvb | 2001-12-06 12:45:25 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/doc
A /trunk/doc/manual.dbx
*** empty log message ***
------------------------------------------------------------------------
r3 | joostvb | 2001-12-06 12:26:18 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/script
A /trunk/script/Makefile
A /trunk/script/filetraq
A /trunk/script/st_snapshot
moved from tools/
------------------------------------------------------------------------
r2 | joostvb | 2001-12-06 12:25:17 +0100 (Thu, 06 Dec 2001) | 2 lines
Changed paths:
A /trunk/man
A /trunk/man/st_snapshot.pod
*** empty log message ***
------------------------------------------------------------------------
systraq-20081217/doc/man.ent.in 0000644 0001750 0001750 00000002750 10203675027 013052 0000000 0000000
&day; &month; &year;">
@SYSCONF_PATH@">
@LOCALSTATE_PATH@">
@BIN_PATH@">
@SBIN_PATH@">
@LIBEXEC_PATH@">
@DOC_PATH@">
@HOME_PATH@">
&docpathraw;/examples">
&etcpathraw;/i_want_a_broken_systraq">
&etcpathraw;/systraq_is_unconfigured">
systraq-20081217/doc/print.dsl 0000644 0001750 0001750 00000014677 10177614050 013034 0000000 0000000
]>
;; See dbparam.dsl for definitions of refentries
(define %section-autolabel% #t) ;; Sections are enumerated
(define %chapter-autolabel% #t) ;; Chapters are enumerated
(define %generate-article-toc% #t) ;; A Table of Contents should
;; be produced for Articles
(define %generate-article-titlepage-on-separate-page% #f)
(define %generate-article-titlepage% #t)
(define %generate-article-toc-on-titlepage% #t)
;; we want it to look like default LaTeX
(define %title-font-family% "Computer Modern")
;; The font family used in titles
(define %body-font-family% "Computer Modern")
;; The font family used in body text
(define %default-quadding% 'justify) ;; The default quadding ('start',
;; 'center', 'justify', or 'end').
(define %body-start-indent% 0em) ;; The default indent of body text.
;; Some elements may have more or
;; less indentation. 4pi is default
;; value
;; we have vertical whitespace between paragraphs
;; (define %para-indent% 2em) ;; First line start-indent for
;; paragraphs (other than the first)
(define article-titlepage-recto-style
(style
font-family-name: %title-font-family%
font-size: (HSIZE 1))) ;; overrule font of title on
;; titlepage, see dbttlpg.dsl. tnx
;; flacoste
(define (article-titlepage-recto-elements)
(list (normalize "title")
(normalize "subtitle")
(normalize "corpauthor")
(normalize "authorgroup")
(normalize "author")
(normalize "abstract")
(normalize "legalnotice"))) ;; legalnotice added
;; article-titlepage-recto-elements in dbttlpg.dsl
(define (toc-depth nd) 2) ;; see dbautoc.dsl, default 1 for
;; article, 7 for book
(define (first-page-inner-footer gi)
(cond
((equal? (normalize gi) (normalize "dedication")) (empty-sosofo))
((equal? (normalize gi) (normalize "lot")) (empty-sosofo))
((equal? (normalize gi) (normalize "part")) (empty-sosofo))
((equal? (normalize gi) (normalize "toc")) (empty-sosofo))
(else
(with-mode footer-copyright-mode
(process-node-list (select-elements (children (current-node))
(normalize "articleinfo")))))))
(define (page-inner-footer gi)
(cond
((equal? (normalize gi) (normalize "dedication")) (empty-sosofo))
((equal? (normalize gi) (normalize "lot")) (empty-sosofo))
((equal? (normalize gi) (normalize "part")) (empty-sosofo))
((equal? (normalize gi) (normalize "toc")) (empty-sosofo))
(else
(with-mode footer-id-mode
(process-node-list (select-elements (children (current-node))
(normalize "articleinfo")))))))
;; get a small font used for legalnotice para on titlepage
;; override defaults in
;; /usr/share/sgml/docbook/stylesheet/dsssl/modular/print/dbttlpg.dsl
(mode article-titlepage-recto-mode
(element (legalnotice para)
(make paragraph
use: article-titlepage-recto-style
;; quadding: 'start
line-spacing: (* 0.6 (inherited-line-spacing)) ;; default: 0.8
font-size: (* 0.6 (inherited-font-size)) ;; default: 0.8
(process-children))))
(mode footer-id-mode
;; Prevent elements with PCDATA content
;; from being processed
(element title (empty-sosofo))
(element subtitle (empty-sosofo))
(element copyright (empty-sosofo))
(element author (empty-sosofo))
(element revnumber (empty-sosofo))
(element date (empty-sosofo))
;; no legalnotice here, JvB
(element legalnotice (empty-sosofo))
(element revremark (process-children-trim))
(default (process-children-trim)))
(define (make-footer-rule)
(make rule
orientation: 'escapement
position-point-shift: 0.75cm
length: 5cm
layer: 1
line-thickness: 0.4pt))
(mode footer-copyright-mode
;; Prevent elements with PCDATA content
;; from being processed
(element title (empty-sosofo))
(element subtitle (empty-sosofo))
(element author (empty-sosofo))
(element revnumber (empty-sosofo))
(element date (empty-sosofo))
(element revhistory (empty-sosofo))
;; no legalnotice here, JvB
(element legalnotice (empty-sosofo))
(element copyright
(let ((year (select-elements (children (current-node))
(normalize "year")))
(holder (select-elements (children (current-node))
(normalize "holder"))))
(make sequence
(make-footer-rule)
(literal "Copyright © ")
(process-node-list year)
(literal " ")
(process-node-list holder))))
(default
(process-children-trim)))
systraq-20081217/etc/ 0000777 0001750 0001750 00000000000 11122035520 011235 5 0000000 0000000 systraq-20081217/etc/snapshot_pub.homelist 0000644 0001750 0001750 00000000462 10177614050 015440 0000000 0000000 # $Id: snapshot_pub.homelist 180 2005-01-23 17:54:03Z lfousse $
.profile
.cshrc
.tcshrc
.login
.logout
.bash_profile
.bashrc
.bash_login
.bash_logout
.klogin
.zshenv
.zprofile
.zshrc
.zlogin
#
.vimrc
.exrc
.nexrc
.emacs
.xemacs
.inputrc
.screenrc
# some users store their shell startup files in ~/etc/
etc
systraq-20081217/etc/systraq_is_unconfigured 0000644 0001750 0001750 00000002027 11122035327 016053 0000000 0000000 You are probably reading this file since you got it in your mailbox
by a cronjob.
There are 4 different ways to get rid of this somewhat annoying hourly
message from cron:
1) RTFM and configure systraq. Systraq documentation is likely installed
in a location like /usr/share/doc/systraq/ . Remove the file
systraq_is_unconfigured (probably in /etc/systraq/) when done.
2) Purge the systraq package from your system.
3) If systraq was installed from a package for your distribution, your
package maintainer might have supplied configuration files, specifically
tweaked for your system. These are likely installed in
/usr/share/doc/systraq/examples//
snapshot_{pub,root}.{home,}list . Copy these to /etc/systraq/ . Remove
the file systraq_is_unconfigured (probably in /etc/systraq/) when done.
4) Execute
# touch /etc/systraq/i_want_a_broken_systraq
(proper location could vary).
See st_snapshot.hourly(1) for more information.
# $Id: systraq_is_unconfigured 402 2008-12-16 23:33:42Z joostvb $
systraq-20081217/etc/systraq.in 0000644 0001750 0001750 00000002066 11121162711 013215 0000000 0000000 # $Id: systraq.in 378 2008-12-14 10:54:00Z joostvb $
# /etc/cron.d/systraq - cronjob for systraq jobs
#
# This PATH is useful if you've used a non-standard bindir during ./configure
PATH=@SBIN_PATH@:/usr/sbin:/usr/bin:/sbin:/bin
#
# m h dom mon dow usercommand
#
# run filetraq every hour at :30.
30 * * * * _systraq [ -r @SYSCONF_PATH@/filetraq.conf ] && command -v filetraq >/dev/null && filetraq @SYSCONF_PATH@/filetraq.conf @LOCALSTATE_PATH@/filetraq
#
# clean up filetraq backup files older than two months
# @monthly
0 0 1 * * _systraq [ -d @LOCALSTATE_PATH@/filetraq ] && find @LOCALSTATE_PATH@/filetraq -type f -name "*.??.??__??.??" -ctime +60 -exec rm \{\} \;
#
# sent the daily systraq email
# @daily
0 0 * * * _systraq command -v systraq >/dev/null && systraq | mailx -s "[Systraq] `hostname` `date +\%Y\%m\%d`" _systraq
#
# update the systraq status files
# @hourly
0 * * * * _systraq command -v st_snapshot.hourly >/dev/null && st_snapshot.hourly
0 * * * * root command -v st_snapshot.hourly >/dev/null && ST_MODE=root st_snapshot.hourly
#
systraq-20081217/etc/Makefile.am 0000644 0001750 0001750 00000001056 11121165775 013226 0000000 0000000 ## Process this file with automake to produce Makefile.in
## $Id: Makefile.am 379 2008-12-14 11:20:29Z joostvb $
mysources = snapshot_pub.homelist snapshot_root.homelist snapshot_root.list
etcdir = @SYSCONF_PATH@
etc_DATA = \
filetraq.default
exampledir = $(datadir)/doc/$(PACKAGE)/examples
example_DATA= \
$(mysources) \
filetraq.conf \
snapshot_pub.list \
systraq_is_not_upgraded \
systraq_is_unconfigured
crondir = @CRON_PATH@
cron_DATA = systraq
EXTRA_DIST = $(mysources) $(etc_DATA) systraq_is_unconfigured \
systraq_is_not_upgraded
systraq-20081217/etc/Makefile.in 0000644 0001750 0001750 00000026106 11122035436 013231 0000000 0000000 # Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
subdir = etc
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(srcdir)/filetraq.conf.in $(srcdir)/snapshot_pub.list.in \
$(srcdir)/systraq.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/VERSION.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_CLEAN_FILES = filetraq.conf snapshot_pub.list systraq
SOURCES =
DIST_SOURCES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
am__installdirs = "$(DESTDIR)$(crondir)" "$(DESTDIR)$(etcdir)" \
"$(DESTDIR)$(exampledir)"
cronDATA_INSTALL = $(INSTALL_DATA)
etcDATA_INSTALL = $(INSTALL_DATA)
exampleDATA_INSTALL = $(INSTALL_DATA)
DATA = $(cron_DATA) $(etc_DATA) $(example_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
BIN_PATH = @BIN_PATH@
CRON_PATH = @CRON_PATH@
CYGPATH_W = @CYGPATH_W@
DAY = @DAY@
DEFS = @DEFS@
DOC_PATH = @DOC_PATH@
DVIPS = @DVIPS@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
HOME_PATH = @HOME_PATH@
HTML2TXT = @HTML2TXT@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
JADE = @JADE@
JADETEX = @JADETEX@
LIBEXEC_PATH = @LIBEXEC_PATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LN_S = @LN_S@
LOCALSTATE_PATH = @LOCALSTATE_PATH@
LTLIBOBJS = @LTLIBOBJS@
LYNX = @LYNX@
MAKEINFO = @MAKEINFO@
MANXSL = @MANXSL@
MONTH = @MONTH@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PDFJADETEX = @PDFJADETEX@
RUN_PARTS = @RUN_PARTS@
SBIN_PATH = @SBIN_PATH@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
SYSCONF_PATH = @SYSCONF_PATH@
VERSION = @VERSION@
W3M = @W3M@
XMLDCL = @XMLDCL@
XP = @XP@
YEAR = @YEAR@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build_alias = @build_alias@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host_alias = @host_alias@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
mysources = snapshot_pub.homelist snapshot_root.homelist snapshot_root.list
etcdir = @SYSCONF_PATH@
etc_DATA = \
filetraq.default
exampledir = $(datadir)/doc/$(PACKAGE)/examples
example_DATA = \
$(mysources) \
filetraq.conf \
snapshot_pub.list \
systraq_is_not_upgraded \
systraq_is_unconfigured
crondir = @CRON_PATH@
cron_DATA = systraq
EXTRA_DIST = $(mysources) $(etc_DATA) systraq_is_unconfigured \
systraq_is_not_upgraded
all: all-am
.SUFFIXES:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu etc/Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu etc/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
filetraq.conf: $(top_builddir)/config.status $(srcdir)/filetraq.conf.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
snapshot_pub.list: $(top_builddir)/config.status $(srcdir)/snapshot_pub.list.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
systraq: $(top_builddir)/config.status $(srcdir)/systraq.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
uninstall-info-am:
install-cronDATA: $(cron_DATA)
@$(NORMAL_INSTALL)
test -z "$(crondir)" || $(mkdir_p) "$(DESTDIR)$(crondir)"
@list='$(cron_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f=$(am__strip_dir) \
echo " $(cronDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(crondir)/$$f'"; \
$(cronDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(crondir)/$$f"; \
done
uninstall-cronDATA:
@$(NORMAL_UNINSTALL)
@list='$(cron_DATA)'; for p in $$list; do \
f=$(am__strip_dir) \
echo " rm -f '$(DESTDIR)$(crondir)/$$f'"; \
rm -f "$(DESTDIR)$(crondir)/$$f"; \
done
install-etcDATA: $(etc_DATA)
@$(NORMAL_INSTALL)
test -z "$(etcdir)" || $(mkdir_p) "$(DESTDIR)$(etcdir)"
@list='$(etc_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f=$(am__strip_dir) \
echo " $(etcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(etcdir)/$$f'"; \
$(etcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(etcdir)/$$f"; \
done
uninstall-etcDATA:
@$(NORMAL_UNINSTALL)
@list='$(etc_DATA)'; for p in $$list; do \
f=$(am__strip_dir) \
echo " rm -f '$(DESTDIR)$(etcdir)/$$f'"; \
rm -f "$(DESTDIR)$(etcdir)/$$f"; \
done
install-exampleDATA: $(example_DATA)
@$(NORMAL_INSTALL)
test -z "$(exampledir)" || $(mkdir_p) "$(DESTDIR)$(exampledir)"
@list='$(example_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f=$(am__strip_dir) \
echo " $(exampleDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(exampledir)/$$f'"; \
$(exampleDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(exampledir)/$$f"; \
done
uninstall-exampleDATA:
@$(NORMAL_UNINSTALL)
@list='$(example_DATA)'; for p in $$list; do \
f=$(am__strip_dir) \
echo " rm -f '$(DESTDIR)$(exampledir)/$$f'"; \
rm -f "$(DESTDIR)$(exampledir)/$$f"; \
done
tags: TAGS
TAGS:
ctags: CTAGS
CTAGS:
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
case $$file in \
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
esac; \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
dir="/$$dir"; \
$(mkdir_p) "$(distdir)$$dir"; \
else \
dir=''; \
fi; \
if test -d $$d/$$file; then \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-am
all-am: Makefile $(DATA)
installdirs:
for dir in "$(DESTDIR)$(crondir)" "$(DESTDIR)$(etcdir)" "$(DESTDIR)$(exampledir)"; do \
test -z "$$dir" || $(mkdir_p) "$$dir"; \
done
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic mostlyclean-am
distclean: distclean-am
-rm -f Makefile
distclean-am: clean-am distclean-generic
dvi: dvi-am
dvi-am:
html: html-am
info: info-am
info-am:
install-data-am: install-cronDATA install-etcDATA install-exampleDATA
install-exec-am:
install-info: install-info-am
install-man:
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-generic
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
uninstall-am: uninstall-cronDATA uninstall-etcDATA \
uninstall-exampleDATA uninstall-info-am
.PHONY: all all-am check check-am clean clean-generic distclean \
distclean-generic distdir dvi dvi-am html html-am info info-am \
install install-am install-cronDATA install-data \
install-data-am install-etcDATA install-exampleDATA \
install-exec install-exec-am install-info install-info-am \
install-man install-strip installcheck installcheck-am \
installdirs maintainer-clean maintainer-clean-generic \
mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
uninstall-am uninstall-cronDATA uninstall-etcDATA \
uninstall-exampleDATA uninstall-info-am
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
systraq-20081217/etc/filetraq.conf.in 0000644 0001750 0001750 00000001253 11121144044 014236 0000000 0000000 # $Id: filetraq.conf.in 374 2008-12-14 08:47:32Z joostvb $
/etc/Muttrc
/etc/X11/Xresources/xfree86-common
/etc/X11/Xsession
/etc/X11/Xsession.options
/etc/adduser.conf
/etc/adjtime
/etc/ae.rc
/etc/ae/fn.rc
# ...
# you should add a lot of files commonly found in /etc/ here.
# ...
/etc/zlogout
/etc/zprofile
/etc/zshenv
/etc/zshrc
# user's stuff: replace by user's stuff found on your system
/home/joostvb/.ssh/authorized_keys
/home/joostvb/.ssh/authorized_keys2
/home/anne/.ssh/authorized_keys
/home/bob/.ssh/authorized_keys
# systraq internal stuff
@SYSCONF_PATH@/filetraq.conf
@LOCALSTATE_PATH@/snapshot_pub.stat
@LOCALSTATE_PATH@/snapshot_root.stat
@LOCALSTATE_PATH@/systraq.sums
systraq-20081217/etc/filetraq.default 0000644 0001750 0001750 00000000604 10177614050 014340 0000000 0000000 # $Id: filetraq.default 180 2005-01-23 17:54:03Z lfousse $
# configuration for filetraq. /etc/default/filetraq should be
# a symlink to this file.
# diff options, filetraq default is diffopts="-p -C 1"
diffopts="-u" # this is the systraq <= 20030209 behaviour
# diff order, filetraq default is difforder="newold"
difforder="oldnew" # this is the systraq <= 20030209 behaviour
systraq-20081217/etc/snapshot_root.homelist 0000644 0001750 0001750 00000000266 10177614050 015637 0000000 0000000 # $Id: snapshot_root.homelist 180 2005-01-23 17:54:03Z lfousse $
.forward*
.qmail*
.procmailrc
.mailfilter
#
.netrc
.rhosts
.ssh
.shosts
.ssh2
#
.gnupg/revoke.asc
.gnupg/secring.gpg
systraq-20081217/etc/systraq_is_not_upgraded 0000644 0001750 0001750 00000000573 11122035327 016042 0000000 0000000 You are probably reading this file since you got it in your mailbox
by a cronjob.
To get rid of this somewhat annoying hourly message from cron, read the
"UPGRADE INSTRUCTIONS" in the news about systraq version 20081214 (probably
installed in /usr/share/doc/systraq/NEWS.gz) for hints on how to deal with
this.
# $Id: systraq_is_not_upgraded 402 2008-12-16 23:33:42Z joostvb $
systraq-20081217/etc/snapshot_pub.list.in 0000644 0001750 0001750 00000001174 11121144044 015164 0000000 0000000 # systraq/snapshot_pub.list - files and directories we wanna get
# monitored: we wanna get a note once these files, or any file
# under these directories, get created, get rm-ed, get
# permissions or contents changed. these notices will not
# include the possibly secret contents of these files
#
# this file gets read by st_snapshot, and is part of the systraq system
#
# $Id: snapshot_pub.list.in 374 2008-12-14 08:47:32Z joostvb $
#
/etc/exports
/etc/profile
/etc/csh.cshrc
/etc/csh.login
/etc/bash.bashrc
/etc/zshenv
/etc/zprofile
/etc/zshrc
/etc/zlogin
#
@LOCALSTATE_PATH@/systraq.sums
@SBIN_PATH@/systraq
@SBIN_PATH@/st_snapshot
systraq-20081217/etc/snapshot_root.list 0000644 0001750 0001750 00000000646 10177614050 014770 0000000 0000000 # $Id: snapshot_root.list 180 2005-01-23 17:54:03Z lfousse $
/etc/chatscripts
/etc/courier/imapd.pem
/etc/courier/pop3d.pem
/etc/default/fetchmail
/etc/dnscache/seed
/etc/fetchmailrc
/etc/group
/etc/gshadow
/etc/hosts.allow
/etc/hosts.deny
/etc/hosts.equiv
/etc/lilo.conf
/etc/passwd
/etc/postfix/server.pem
/etc/ppp
/etc/shadow
/etc/skel
/etc/ssh
/etc/ssl/certs
/etc/ssl/private
/etc/sudoers
#
/usr/local/etc/fetchmailrc
systraq-20081217/lib/ 0000777 0001750 0001750 00000000000 11122035520 011230 5 0000000 0000000 systraq-20081217/lib/nn-debsums 0000644 0001750 0001750 00000000467 10201162117 013151 0000000 0000000 #!/bin/sh -e
# $Id: nn-debsums 195 2005-02-05 15:20:47Z joostvb $
# $URL: svn+ssh://svn.debian.org/svn/systraq/trunk/systraq/lib/nn-debsums $
if test -x "`which debsums`"
then
echo
echo 'debsums -s'
debsums -s 2>&1 || true
else
echo
echo 'cannot check md5sums, please install debsums'
fi
systraq-20081217/lib/cc-df 0000644 0001750 0001750 00000000105 10177614050 012051 0000000 0000000 #!/bin/sh
# $Id: cc-df 180 2005-01-23 17:54:03Z lfousse $
df -h
echo
systraq-20081217/lib/gg-ps 0000644 0001750 0001750 00000000130 10177614050 012110 0000000 0000000 #!/bin/sh
# $Id: gg-ps 180 2005-01-23 17:54:03Z lfousse $
echo ps auxwww
ps auxwww
echo
systraq-20081217/lib/ii-shellrc 0000644 0001750 0001750 00000003076 10201162117 013130 0000000 0000000 #!/bin/sh -e
# $Id: ii-shellrc 195 2005-02-05 15:20:47Z joostvb $
# $URL: svn+ssh://svn.debian.org/svn/systraq/trunk/systraq/lib/ii-shellrc $
# Copyright (C) 2001, 2002, 2003, 2004 Joost van Baal
#
# This file is part of systraq. Systraq 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 2 of the License,
# or (at your option) any later version. You should have received a copy of
# the GNU General Public License along with this file (see COPYING).
for h in `cut -d: -f6 /etc/passwd | sort -u`
do
[ -d $h ] && HOMES="$HOMES $h"
done
SH_files="/etc/profile /etc/csh.cshrc /etc/csh.login /etc/bash.bashrc \
/etc/zshenv /etc/zprofile /etc/zshrc /etc/zlogin /etc/zlogout \
/etc/zsh-beta/zshenv /etc/zsh-beta/zprofile /etc/zsh-beta/zshrc \
/etc/zsh-beta/zlogin /etc/zsh-beta/zlogout"
for f in $SH_files
do
[ -f $f ] && SH_FILES="$SH_FILES $f"
done
SH_HOME=".profile .cshrc .tcshrc .login .logout .bash_profile .bashrc \
.bash_login .bash_logout .klogin .zshenv .zprofile .zshrc .zlogin .zlogout"
HOMES="$HOMES /etc/skel"
for h in $HOMES
do
for f in $SH_HOME
do
[ -f $h/$f ] && SH_FILES="$SH_FILES $h/$f"
done
done
echo
echo 'check if umask (002 or 022 please) and PATH (no dot please) are sane'
for f in $SH_FILES
do
if egrep umask\|PATH $f | grep -v '^#' | grep -v '^umask 0[02]2$' >/dev/null
then
echo
echo found in file $f:
egrep umask\|PATH $f | grep -v '^#' | grep -v '^umask 0[02]2$'
fi
done
systraq-20081217/lib/rr-localdigest 0000644 0001750 0001750 00000001516 11121144044 014006 0000000 0000000 #!/bin/sh -e
# $Id: rr-localdigest 374 2008-12-14 08:47:32Z joostvb $
# $URL: svn+ssh://svn.debian.org/svn/systraq/trunk/systraq/lib/rr-localdigest $
# Copyright (C) 2001, 2002, 2003, 2004 Joost van Baal
#
# This file is part of systraq. Systraq 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 2 of the License,
# or (at your option) any later version. You should have received a copy of
# the GNU General Public License along with this file (see COPYING).
# typically /usr/local/var/state/systraq/systraq.sums
if test -r "$ST_LDIGESTS"
then
echo
echo 'local file digests'
${ST_SUM:-sha256sum} -c "$ST_LDIGESTS" 2>&1 || true
else
echo ST_LDIGESTS set to non-readable file $ST_LDIGESTS: ignoring
fi
systraq-20081217/lib/ah-uname 0000644 0001750 0001750 00000000113 10264202727 012570 0000000 0000000 #!/bin/sh
# $Id: ah-uname 242 2005-07-10 11:26:15Z joostvb $
uname -a
echo
systraq-20081217/lib/ak-uptime 0000644 0001750 0001750 00000000112 10177614050 012767 0000000 0000000 #!/bin/sh
# $Id: ak-uptime 180 2005-01-23 17:54:03Z lfousse $
uptime
echo
systraq-20081217/lib/ck-mdstat 0000644 0001750 0001750 00000000130 11104276466 012770 0000000 0000000 #!/bin/sh
# $Id$
# $URL$
if test -f /proc/mdstat
then
cat /proc/mdstat
echo
fi
systraq-20081217/lib/Makefile.am 0000644 0001750 0001750 00000001340 11104277030 013202 0000000 0000000 ## Process this file with automake to produce Makefile.in
## $Id: Makefile.am 349 2008-11-05 11:06:00Z joostvb $
systraqdir = $(LIBEXEC_PATH)
systraq_SCRIPTS = \
ae-release \
ah-uname \
ak-uptime \
bb-free \
cc-df \
ck-mdstat \
dd-last \
ee-lastlog \
ff-netstat \
gg-ps \
ii-shellrc \
nn-debsums \
rr-localdigest \
ww-signature
EXTRA_DIST = $(systraq_SCRIPTS)
install-exec-hook:
$(mkdir_p) $(DESTDIR)$(SYSCONF_PATH)/systraq.d
for i in $(systraq_SCRIPTS); do \
$(LN_S) $(systraqdir)/$$i $(DESTDIR)$(SYSCONF_PATH)/systraq.d/$$i; \
done
uninstall-hook:
for i in $(systraq_SCRIPTS); do \
rm $(DESTDIR)$(SYSCONF_PATH)/systraq.d/$$i; \
done
systraq-20081217/lib/Makefile.in 0000644 0001750 0001750 00000022560 11122035436 013224 0000000 0000000 # Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
subdir = lib
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/VERSION.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_CLEAN_FILES =
am__installdirs = "$(DESTDIR)$(systraqdir)"
systraqSCRIPT_INSTALL = $(INSTALL_SCRIPT)
SCRIPTS = $(systraq_SCRIPTS)
SOURCES =
DIST_SOURCES =
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
BIN_PATH = @BIN_PATH@
CRON_PATH = @CRON_PATH@
CYGPATH_W = @CYGPATH_W@
DAY = @DAY@
DEFS = @DEFS@
DOC_PATH = @DOC_PATH@
DVIPS = @DVIPS@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
HOME_PATH = @HOME_PATH@
HTML2TXT = @HTML2TXT@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
JADE = @JADE@
JADETEX = @JADETEX@
LIBEXEC_PATH = @LIBEXEC_PATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LN_S = @LN_S@
LOCALSTATE_PATH = @LOCALSTATE_PATH@
LTLIBOBJS = @LTLIBOBJS@
LYNX = @LYNX@
MAKEINFO = @MAKEINFO@
MANXSL = @MANXSL@
MONTH = @MONTH@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PDFJADETEX = @PDFJADETEX@
RUN_PARTS = @RUN_PARTS@
SBIN_PATH = @SBIN_PATH@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
SYSCONF_PATH = @SYSCONF_PATH@
VERSION = @VERSION@
W3M = @W3M@
XMLDCL = @XMLDCL@
XP = @XP@
YEAR = @YEAR@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build_alias = @build_alias@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host_alias = @host_alias@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
systraqdir = $(LIBEXEC_PATH)
systraq_SCRIPTS = \
ae-release \
ah-uname \
ak-uptime \
bb-free \
cc-df \
ck-mdstat \
dd-last \
ee-lastlog \
ff-netstat \
gg-ps \
ii-shellrc \
nn-debsums \
rr-localdigest \
ww-signature
EXTRA_DIST = $(systraq_SCRIPTS)
all: all-am
.SUFFIXES:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu lib/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
install-systraqSCRIPTS: $(systraq_SCRIPTS)
@$(NORMAL_INSTALL)
test -z "$(systraqdir)" || $(mkdir_p) "$(DESTDIR)$(systraqdir)"
@list='$(systraq_SCRIPTS)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
if test -f $$d$$p; then \
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
echo " $(systraqSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(systraqdir)/$$f'"; \
$(systraqSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(systraqdir)/$$f"; \
else :; fi; \
done
uninstall-systraqSCRIPTS:
@$(NORMAL_UNINSTALL)
@list='$(systraq_SCRIPTS)'; for p in $$list; do \
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
echo " rm -f '$(DESTDIR)$(systraqdir)/$$f'"; \
rm -f "$(DESTDIR)$(systraqdir)/$$f"; \
done
uninstall-info-am:
tags: TAGS
TAGS:
ctags: CTAGS
CTAGS:
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
case $$file in \
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
esac; \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
dir="/$$dir"; \
$(mkdir_p) "$(distdir)$$dir"; \
else \
dir=''; \
fi; \
if test -d $$d/$$file; then \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-am
all-am: Makefile $(SCRIPTS)
installdirs:
for dir in "$(DESTDIR)$(systraqdir)"; do \
test -z "$$dir" || $(mkdir_p) "$$dir"; \
done
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic mostlyclean-am
distclean: distclean-am
-rm -f Makefile
distclean-am: clean-am distclean-generic
dvi: dvi-am
dvi-am:
html: html-am
info: info-am
info-am:
install-data-am: install-systraqSCRIPTS
install-exec-am:
@$(NORMAL_INSTALL)
$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
install-info: install-info-am
install-man:
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-generic
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
uninstall-am: uninstall-info-am uninstall-systraqSCRIPTS
@$(NORMAL_INSTALL)
$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
.PHONY: all all-am check check-am clean clean-generic distclean \
distclean-generic distdir dvi dvi-am html html-am info info-am \
install install-am install-data install-data-am install-exec \
install-exec-am install-exec-hook install-info install-info-am \
install-man install-strip install-systraqSCRIPTS installcheck \
installcheck-am installdirs maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
pdf-am ps ps-am uninstall uninstall-am uninstall-hook \
uninstall-info-am uninstall-systraqSCRIPTS
install-exec-hook:
$(mkdir_p) $(DESTDIR)$(SYSCONF_PATH)/systraq.d
for i in $(systraq_SCRIPTS); do \
$(LN_S) $(systraqdir)/$$i $(DESTDIR)$(SYSCONF_PATH)/systraq.d/$$i; \
done
uninstall-hook:
for i in $(systraq_SCRIPTS); do \
rm $(DESTDIR)$(SYSCONF_PATH)/systraq.d/$$i; \
done
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
systraq-20081217/lib/bb-free 0000644 0001750 0001750 00000000106 10177614050 012400 0000000 0000000 #!/bin/sh
# $Id: bb-free 180 2005-01-23 17:54:03Z lfousse $
free
echo
systraq-20081217/lib/ww-signature 0000644 0001750 0001750 00000000271 10201162117 013523 0000000 0000000 #!/bin/sh -e
# $Id: ww-signature 195 2005-02-05 15:20:47Z joostvb $
# $URL: svn+ssh://svn.debian.org/svn/systraq/trunk/systraq/lib/ww-signature $
echo "-- "
echo "$PACKAGE $VERSION"
systraq-20081217/lib/ae-release 0000644 0001750 0001750 00000000233 10712435511 013100 0000000 0000000 #!/bin/sh
# $Id: ae-release 341 2007-11-01 20:47:21Z joostvb $
if command -v lsb_release >/dev/null
then
lsb_release --description --short
echo
fi
systraq-20081217/lib/ee-lastlog 0000644 0001750 0001750 00000000131 10177614050 013130 0000000 0000000 #!/bin/sh
# $Id: ee-lastlog 180 2005-01-23 17:54:03Z lfousse $
echo lastlog
lastlog
echo
systraq-20081217/lib/dd-last 0000644 0001750 0001750 00000000144 10200230253 012412 0000000 0000000 #!/bin/sh
# $Id: dd-last 186 2005-02-02 19:57:31Z joostvb $
echo 'last -a -n 15'
last -a -n 15
echo
systraq-20081217/lib/ff-netstat 0000644 0001750 0001750 00000000501 10442377421 013153 0000000 0000000 #!/bin/sh
# $Id: ff-netstat 256 2006-06-09 23:06:56Z joostvb $
echo netstat -a -A inet -A inet6
# make sure all output goes to stdout: netstat sends stuff
# like "warning, got bogus tcp line." to stderr. we don't want
# to cause an extra email to get sent when called from cron.
netstat -a -A inet -A inet6 2>&1
echo
systraq-20081217/man/ 0000777 0001750 0001750 00000000000 11122035520 011235 5 0000000 0000000 systraq-20081217/man/Makefile.am 0000644 0001750 0001750 00000001657 10571524061 013230 0000000 0000000 ## Process this file with automake to produce Makefile.in
## $Id: Makefile.am 318 2007-03-01 10:17:20Z joostvb $
## Old suffix rules are portable between GNU make
## and non GNU make
SUFFIXES = .pod .1
## can't use (open)jade: these lack roff backend
DBX2MAN = $(XP) --nonet --path $(top_builddir)/$(subdir) $(MANXSL) $<
DBX2HTML = $(XP) --nonet --path $(top_builddir)/$(subdir) /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/docbook.xsl $< > $@
.pod.1:
pod2man --center='$(PACKAGE)' --release='$(VERSION)' $? > $@
st_snapshot.hourly.1: st_snapshot.hourly.dbx man.ent
$(DBX2MAN)
st_snapshot.hourly.1.html: st_snapshot.hourly.dbx
$(DBX2HTML)
systraq.8: systraq.dbx man.ent
$(DBX2MAN)
systraq.8.html: systraq.dbx
$(DBX2HTML)
html-local: st_snapshot.hourly.1.html systraq.8.html
man_MANS = st_snapshot.1 st_snapshot.hourly.1 systraq.8
EXTRA_DIST = st_snapshot.pod st_snapshot.hourly.dbx systraq.dbx
CLEANFILES = $(man_MANS)
systraq-20081217/man/Makefile.in 0000644 0001750 0001750 00000027447 11122035437 013243 0000000 0000000 # Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
subdir = man
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(srcdir)/man.ent.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/VERSION.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_CLEAN_FILES = man.ent
SOURCES =
DIST_SOURCES =
man1dir = $(mandir)/man1
am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)"
man8dir = $(mandir)/man8
NROFF = nroff
MANS = $(man_MANS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
BIN_PATH = @BIN_PATH@
CRON_PATH = @CRON_PATH@
CYGPATH_W = @CYGPATH_W@
DAY = @DAY@
DEFS = @DEFS@
DOC_PATH = @DOC_PATH@
DVIPS = @DVIPS@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
HOME_PATH = @HOME_PATH@
HTML2TXT = @HTML2TXT@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
JADE = @JADE@
JADETEX = @JADETEX@
LIBEXEC_PATH = @LIBEXEC_PATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LN_S = @LN_S@
LOCALSTATE_PATH = @LOCALSTATE_PATH@
LTLIBOBJS = @LTLIBOBJS@
LYNX = @LYNX@
MAKEINFO = @MAKEINFO@
MANXSL = @MANXSL@
MONTH = @MONTH@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PDFJADETEX = @PDFJADETEX@
RUN_PARTS = @RUN_PARTS@
SBIN_PATH = @SBIN_PATH@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
SYSCONF_PATH = @SYSCONF_PATH@
VERSION = @VERSION@
W3M = @W3M@
XMLDCL = @XMLDCL@
XP = @XP@
YEAR = @YEAR@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build_alias = @build_alias@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host_alias = @host_alias@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
SUFFIXES = .pod .1
DBX2MAN = $(XP) --nonet --path $(top_builddir)/$(subdir) $(MANXSL) $<
DBX2HTML = $(XP) --nonet --path $(top_builddir)/$(subdir) /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/docbook.xsl $< > $@
man_MANS = st_snapshot.1 st_snapshot.hourly.1 systraq.8
EXTRA_DIST = st_snapshot.pod st_snapshot.hourly.dbx systraq.dbx
CLEANFILES = $(man_MANS)
all: all-am
.SUFFIXES:
.SUFFIXES: .pod .1
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu man/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
man.ent: $(top_builddir)/config.status $(srcdir)/man.ent.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
uninstall-info-am:
install-man1: $(man1_MANS) $(man_MANS)
@$(NORMAL_INSTALL)
test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
for i in $$l2; do \
case "$$i" in \
*.1*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
else file=$$i; fi; \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
case "$$ext" in \
1*) ;; \
*) ext='1' ;; \
esac; \
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed -e 's/^.*\///'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
done
uninstall-man1:
@$(NORMAL_UNINSTALL)
@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
for i in $$l2; do \
case "$$i" in \
*.1*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
case "$$ext" in \
1*) ;; \
*) ext='1' ;; \
esac; \
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed -e 's/^.*\///'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
done
install-man8: $(man8_MANS) $(man_MANS)
@$(NORMAL_INSTALL)
test -z "$(man8dir)" || $(mkdir_p) "$(DESTDIR)$(man8dir)"
@list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
for i in $$l2; do \
case "$$i" in \
*.8*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
else file=$$i; fi; \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
case "$$ext" in \
8*) ;; \
*) ext='8' ;; \
esac; \
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed -e 's/^.*\///'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
done
uninstall-man8:
@$(NORMAL_UNINSTALL)
@list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
for i in $$l2; do \
case "$$i" in \
*.8*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
case "$$ext" in \
8*) ;; \
*) ext='8' ;; \
esac; \
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed -e 's/^.*\///'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
done
tags: TAGS
TAGS:
ctags: CTAGS
CTAGS:
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
case $$file in \
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
esac; \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
dir="/$$dir"; \
$(mkdir_p) "$(distdir)$$dir"; \
else \
dir=''; \
fi; \
if test -d $$d/$$file; then \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-am
all-am: Makefile $(MANS)
installdirs:
for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)"; do \
test -z "$$dir" || $(mkdir_p) "$$dir"; \
done
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic mostlyclean-am
distclean: distclean-am
-rm -f Makefile
distclean-am: clean-am distclean-generic
dvi: dvi-am
dvi-am:
html: html-am
html-am: html-local
info: info-am
info-am:
install-data-am: install-man
install-exec-am:
install-info: install-info-am
install-man: install-man1 install-man8
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-generic
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
uninstall-am: uninstall-info-am uninstall-man
uninstall-man: uninstall-man1 uninstall-man8
.PHONY: all all-am check check-am clean clean-generic distclean \
distclean-generic distdir dvi dvi-am html html-am html-local \
info info-am install install-am install-data install-data-am \
install-exec install-exec-am install-info install-info-am \
install-man install-man1 install-man8 install-strip \
installcheck installcheck-am installdirs maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
pdf-am ps ps-am uninstall uninstall-am uninstall-info-am \
uninstall-man uninstall-man1 uninstall-man8
.pod.1:
pod2man --center='$(PACKAGE)' --release='$(VERSION)' $? > $@
st_snapshot.hourly.1: st_snapshot.hourly.dbx man.ent
$(DBX2MAN)
st_snapshot.hourly.1.html: st_snapshot.hourly.dbx
$(DBX2HTML)
systraq.8: systraq.dbx man.ent
$(DBX2MAN)
systraq.8.html: systraq.dbx
$(DBX2HTML)
html-local: st_snapshot.hourly.1.html systraq.8.html
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
systraq-20081217/man/systraq.dbx 0000644 0001750 0001750 00000012676 11121144044 013373 0000000 0000000
Joost">
van Baal">
8">
SYSTRAQ">
GNU">
GPL">
%man.ent;
]>
&bugemail;
&firstname;
&surname;
&bugemail;
Laurent Fousse
laurent@komite.net
2001-&year;
&username;
Permission is granted to copy, distribute and/or modify this document under the
terms of the &gnu; General Public License, Version 2 or any later version
published by the Free Software Foundation.
This document is based upon a manual page written by Laurent Fousse for the
Debian project.
&date;
&uccommand;
§ion;
&command;
monitors your system and warns you when files change
&command;
DESCRIPTION
&command; is part of the systraq package, a set of scripts
that monitors your system for file changes. It is meant to be run by a
cronjob, not directly.
&command; runs various system commands, to inspect the state
of the system: what is it doing now?, what has it been doing recently?, are we
running to hardware limitations?. Furthermore, it runs commands to inspect
some files in users' homedirectories, as well as some system files, for
frequently seen flaws. All these commands are maintained in little scripts in
&etcpathraw;/systraq.d. The first two
characters of the script's name are used for the execution-order. The names of
executable files in systraq.d/ (or symlinks to such files) must consist
entirely of upper and lower case letters, digits, underscores, and hyphens.
Files which not adhere will be silently ignored. The systraq script supplies
some environment variables to the scripts in systraq.d/, these might be helpful when adding
your own scripts. Refer to the (very small) &command; code
itself for the details.
We'll elaborate on some of the shipped systraq.d/ scripts.
AA-shellrc checks for unsafe
umask setting in shell startup scripts, or unsafe PATH in these scripts.
AA-debsums runs
debsums, to check md5sums as stated in packaging files with
the sums of the actual files running the system. (NB: debsums has support for
md5 checksums only, most Debian packages ship md5 checksums only. Therefore,
we can't use sha256sum. See also the discussion on
proposed release goal: DEBIAN/md5sums for all
packages at the Debian release mailinglist in August 2007
as well as Debian Bug
#268658 for some considerations on this.)
AA-localdigest runs
sha256sum (or the command set in the ST_SUM environment
variable) to check message digests as locally maintained
in a file named in the ST_LDIGESTS environment variable. Typically, this
is set to &statepathraw;/systraq.sums. If this
environment variable is unset, this check is silenty skipped.
Of course, you can add your own scripts. If you name them
AA-local, they'll never get
overwritten by any version of this software. If you don't like one of these
scripts, you can disable it by removing the symlink, and creating a new symlink
with the same name pointing to /bin/true.
SEE ALSO
The systraq Manual, installed in &docpath;.
VERSION
$Id: systraq.dbx 374 2008-12-14 08:47:32Z joostvb $
systraq-20081217/man/man.ent.in 0000644 0001750 0001750 00000002750 10203675027 013060 0000000 0000000
&day; &month; &year;">
@SYSCONF_PATH@">
@LOCALSTATE_PATH@">
@BIN_PATH@">
@SBIN_PATH@">
@LIBEXEC_PATH@">
@DOC_PATH@">
@HOME_PATH@">
&docpathraw;/examples">
&etcpathraw;/i_want_a_broken_systraq">
&etcpathraw;/systraq_is_unconfigured">
systraq-20081217/man/st_snapshot.hourly.dbx 0000644 0001750 0001750 00000011701 11121143417 015542 0000000 0000000
Joost">
van Baal">
1">
ST_SNAPSHOT.HOURLY">
GNU">
GPL">
%man.ent;
]>
&bugemail;
&firstname;
&surname;
&bugemail;
2001-&year;
&username;
Permission is
granted to copy, distribute and/or modify this document under
the terms of the &gnu; General Public License, Version 2 or any
later version published by the Free Software Foundation.
&date;
&uccommand;
§ion;
&command;
wrapper for st_snapshot
&command;
DESCRIPTION
&command; is a wrapper for
st_snapshot. &command; is to be run from cron.
It checks existence of the files &brokenfile; and &unconfiguredfile; . The
file i_want_a_broken_systraq typically is empty; if it
exists, &command; exits immediately. Existence of this file
"breaks" systraq: systraq will no longer warn when system
configuration files changes, but will remain silent. If
systraq_is_unconfigured exists, its contents are displayed
and &command; exits. The file
systraq_is_unconfigured typically holds instructions on
how to configure systraq, an example
systraq_is_unconfigured file is shipped with the systraq
tarball. If both files are missing, st_snapshot is called
with appropriate arguments, either in "root" or in
"public"-mode, depending on the ST_MODE environment variable.
Since the systraq tarball behaves sanely on a fresh default install,
systraq_is_unconfigured is not installed by
default. However, people preparing systraq binary packages typically can make
good use of this file.
When systraq is installed from tarball the systraq cronjobs are not enabled.
One typically enables them after having configured
systraq, especially after the st_snapshot listfiles
snapshot_pub.list,
snapshot_pub.homelist,
snapshot_root.list and
snapshot_root.homelist in &etcpathraw; are created.
However, binary systraq packages typically enable the cronjobs without
enforcing one-fits-all listfiles on the user.
ENVIRONMENT
ST_MODE
If set to "root", run st_snapshot in root-mode.
ST_SUM
Command for calculating file checksums. E.g. sha256sum,
sha512sum, sha384sum, sha224sum or sha1sum. If unset, sha256sum is used. If
unset and sha256sum is not found on the system while md5sum is found, md5sum
is used and a warning is printed. Else, the script prints an error message
and exits. ST_SUM is passed to and used by st_snapshot.
FILES
&brokenfile;, &unconfiguredfile;.
SEE ALSO
st_snapshot (1), The systraq Manual.
VERSION
$Id: st_snapshot.hourly.dbx 352 2008-11-19 00:36:34Z joostvb $
systraq-20081217/man/st_snapshot.pod 0000644 0001750 0001750 00000010054 11121413072 014223 0000000 0000000 =pod
=head1 NAME
st_snapshot - calculate checksum and stat ownership and permissions of files
=head1 SYNOPSIS
I B I I
=head1 DESCRIPTION
st_snapshot calculates checksums and stats ownership and permissions of critical
system files.
This script is typically run in either root-mode or public-mode. Running this
script in root-mode requires root priviliges. One is adviced to set up a
dedicated user account for running this script in public mode.
In root-mode, the files snapshot_root.list and snapshot_root.homelist are
typically passed as arguments. These pattern files are read by the script and
contain names of files and directories; listing a directory in such a pattern
file is equivalent to listing all files which live in the directorytree with
this directory as root.
snapshot_root.list could e.g. read
# snapshot_root.list - files and directories we wanna get
# monitored: we wanna get a note once these files, or any file
# under these directories, gets created, gets rm-ed, gets
# permissions or contents changed. these notices will not
# include the possibly secret contents of these files
#
# this file gets read by st_systraq
/etc/group
/etc/gshadow
/etc/hosts.allow
/etc/hosts.deny
/etc/hosts.equiv
/etc/lilo.conf
/etc/passwd
/etc/postfix/server.pem
/etc/shadow
/etc/skel
/etc/ssh
Equivalent files snapshot_pub.list and snapshot_pub.homelist should be on the
system. These files should contain all worldreadable to be monitored files.
This allows for running this script as root I in those cases where it's
needed: when reading files, readable for root only.
The homelist files contain files and directories which should get
monitored for every homedirectory on the system. snapshot_pub.homelist could
e.g. contain:
.profile
.cshrc
.tcshrc
.login
.logout
.bash_profile
.bashrc
.exrc
.nexrc
As a special case, when the environment variable ST_OPHOMES is set to a
non-empty string (typically when running in public mode), we stat the
permissions on all homedirectories themselves.
The produced snapshot is printed to stdout. The output when running in
public mode could look like:
# ownership and permissions of homedirs
drwxr-xr-x root root /bin
drwxr-xr-x root root /dev
drwxr-sr-x root staff /home
drwxr-sr-x joostvb joostvb /home/joostvb
drwxr-xr-x root root /usr/sbin
drwxr-xr-x root root /var
# sha256sum of critical pub files
4d3cd13d6dbc10e2e3ccb9477cbc9eb9b76302454c276d5771ae0b10a5fbb4d2 /home/joostvb/.ssh/id_rsa.pub
eb8d83e0246f761a21bdfb13a03fac634ed7c3b7dde4c2efddd7b2838d32596f /var/qmail/alias/.bashrc
4e371f9a11f5a2464d3d5c952e58e24f73b377d33767ed93b2082fcb59a647fe /etc/zlogin
# ownership and permissions of critical pub files
-rw-rw-r-- joostvb joostvb /home/joostvb/.ssh/id_rsa.pub
-rw-r--r-- joostvb joostvb /home/joostvb/.ssh/authorized_keys
=head1 ENVIRONMENT
ST_OPHOMES - non-empty in case permissions on all homedirectories should
be printed
ST_SUM - command for calculating file checksums. E.g. sha256sum,
sha512sum, sha384sum, sha224sum or sha1sum.
=head1 SEE ALSO
The systraq manual.
=head1 VERSION
This manpage: $Id: st_snapshot.pod 374 2008-12-14 08:47:32Z joostvb $
=head1 COPYRIGHT
Copyright (C) 2001, 2002, 2003, 2004, 2008 Joost van Baal
This program 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 2 of the License, or
(at your option) any later version.
This program 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 program (see COPYING); if not, check with
http://www.gnu.org/copyleft/gpl.html or write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
=head1 AUTHOR
Joost van Baal
=cut
systraq-20081217/NEWS 0000644 0001750 0001750 00000044407 11122035425 011112 0000000 0000000 # $Id: NEWS 402 2008-12-16 23:33:42Z joostvb $
systraq NEWS - user visible changes (and some other changes also.)
Refer to ChangeLog for detailed per-file info.
systraq version 20081217
- etc/systraq_is_not_upgraded: Fixed reference to upgrade instructions.
- script/st_snapshot: bugfix: use getent(1) as shipped with the GNU C
library, not /etc/passwd to query the password database. We now support
stuff like NIS and LDAP user databases.
- NEWS: improved upgrade instructions: using rr-localdigest and
/var/lib/systraq/systraq.md5sums is optional.
systraq version 20081214
- Moved upgrade instructions from 20081119 entry to this news entry.
- Add rationale for migrating from md5sum to sha256sum to 20081119 news entry.
- Honor {,/usr/local}/etc/systraq/systraq_is_not_upgraded.
- man/systraq.dbx: add notes to systraq(8) manpage on debsums (and
our wrapper nn-debsums) using md5sum only (not sha256sum).
- etc/systraq.in: bugfix: do not send mail to user "systraq", but to user
"_systraq".
- etc/Makefile.am: install systraq_is_unconfigured in doc/systraq/examples/.
- lib/rr-localdigest: No longer run md5sum, but sha256sum (or the value of
ST_SUM) to check local message digests. This is an INCOMPATIBLE change
in the behaviour of systraq(8).
- script/systraq.in, etc/filetraq.conf.in, etc/snapshot_pub.list.in, ...:
systraq.md5sums (typically installed in /var/lib/systraq/) has been
renamed to systraq.sums. This is a backwards INCOMPATIBLE change, see
the upgrade instructions below.
UPGRADE INSTRUCTIONS
--------------------
These are instructions for upgrading from version 20070301 or earlier to
version 20081214.
1. If you don't have time to carry out these instructions between the actual
upgrade and 00:00, temporarily disable the systraq cronjob; e.g. by running
# mv /etc/cron.d/systraq /etc/cron.d/systraq~
. If you don't do this, your first daily [Systraq] report will contain
something like:
ST_LDIGESTS set to non-readable file /var/lib/systraq/systraq.sums: ignoring
After the new systraq version is installed, the st_snapshot.hourly cronjobs
should no longer be running st_snapshot: the newly installed file
{,/usr/local}/etc/systraq/systraq_is_not_upgraded disables that.
Notifications about changed monitored files are delayed.
(In case {,/usr/local}/etc/systraq/systraq_is_not_upgraded is not installed,
run
# touch $sysconfdir/systraq/systraq_is_not_upgraded
where $sysconfdir should probably be either /usr/local/etc or /etc)).
2. If the file /var/lib/systraq/systraq.md5sums exists on your system,
you'll have to adapt to the new rr-localdigest behaviour. There are at
least 2 ways to do this:
2.1 If you really want to stay with the not truly secure md5sum message
digests, set ST_SUM to md5sum in the daily systraq job in your systraq
crontab file. After this change, this line in /etc/cron.d/systraq could e.g.
read:
0 0 * * * _systraq command -v systraq >/dev/null && \
ST_SUM=md5sum systraq | mailx -s "[Systraq] `hostname` `date +\%Y\%m\%d`" \
_systraq
You can now continue using the old systraq sums file: Execute
# mv /var/lib/systraq/systraq.md5sums /var/lib/systraq/systraq.sums
. Or:
2.2 Manually check integrity of the files: As user _systraq (or
debian-systraq), run
$ ST_LDIGESTS=/var/lib/systraq/systraq.md5sums ST_SUM=md5sum \
/etc/systraq/systraq.d/rr-localdigest
If integrity is fine, create /var/lib/systraq/systraq.sums, see "2.6.
Inspecting current state of your system, making the first snapshot" in The
systraq Manual for instructions. You can remove
/var/lib/systraq/systraq.md5sums once the new file is created.
3. If you've disabled the systraq cronjob in step 1., enable it again now by
executing
# mv /etc/cron.d/systraq~ /etc/cron.d/systraq
4. For adapting to the new st_snapshot behaviour, you now have at least 3
options:
4.1 If you have sha256sum installed: don't do anything. Assume nothing evil
has happened in the hour around the upgrade. systraq will convert the md5
checksums of monitored files to sha256 checksums. The first time the
st_snapshot.hourly cronjob runs after the upgrade, systaq will complain about
your old md5sum checksum files, and report them as invalid. Specifically,
the sections on "md5sums of critical files" in the monitored files
/var/lib/systraq/snapshot_pub.stat and /var/lib/systraq/snapshot_root.stat
will be changed. sha256sum's of these files will get calculated; these will
be kept for tracking the files. If you are sure no unauthorized tampering
with these monitored files has happened in this hour, you can ignore this one
time st_snapshot.hourly warning message.
Or:
4.2 If you really want to stay with the not truly secure md5sum message
digests, set ST_SUM to md5sum in the st_snapshot.hourly jobs in your systraq
crontab file. After this change, these lines in /etc/cron.d/systraq could
e.g. read:
0 * * * * _systraq command -v st_snapshot.hourly >/dev/null && \
ST_SUM=md5sum st_snapshot.hourly
(on one line) and
0 * * * * root command -v st_snapshot.hourly >/dev/null && \
ST_SUM=md5sum ST_MODE=root st_snapshot.hourly
(on one line).
Or:
4.3 If you feel like switching to the recommended sha256sum tool, follow the
fresh install procedure in The systraq Manual from "2.6. Inspecting current
state of your system, making the first snapshot" onwards.
Once you've done this:
5. Re-enable the systraq cronjobs, e.g. by executing
# rm /etc/systraq/systraq_is_not_upgraded
(or rm /usr/local/etc/systraq/systraq_is_not_upgraded)
systraq version 20081119
- This release is UNSTABLE EXPERIMENTAL BLEEDING EDGE stuff. Don't use,
unless you're interested in getting hit by bugs.
- lib/Makefile.am: Actually _ship_ script ah-uname. It has been in our
repository since 2005-07-10, but didn't actually make it with the 20070118
release. Now systraq should show which kernel is running.
- lib/ck-mdstat, lib/ae-release, lib/Makefile.am: systraq now reports on status
of MD devices (Linux Software RAID), if applicable; and shows the Linux
release (using the LSB interface).
- bootstrap: use the autoreconf wrapper for auto{make,conf}.
- man/st_snapshot.pod, script/st_snapshot, man/st_snapshot.hourly.dbx,
script/st_snapshot.hourly.in: st_snapshot.hourly and st_snapshot now honor
the ST_SUM environment variable. Backwards incompatible change: st_snapshot
no longer defaults to using md5sum. st_snapshot.hourly makes st_snapshot use
sha256sum if available. Warning: systaq will COMPLAIN about your old md5sum
checksum files, and report them as INVALID.
RATIONALE FOR DROPPING md5sum AS DEFAULT
----------------------------------------
The md5sum message digest is not truly secure. Rüdiger Weis and Stefan Lucks
have described this in a paper presented at the SANE 2006 conference, see
http://www.sane.nl/sane2006/program/abstract.php?eventid=24. An article
describing this issue is available online at
http://www.cryptolabs.org/hash/LucksWeisSicherheitHash0305.html.
Ulrich Drepper e.a. write in the GNU Coreutils documentation, release 6.10,
2008-01:
"[md5sum] should not be considered truly secure against malicious tampering:
although finding a file with a given MD5 fingerprint, or modifying a file so
as to retain its MD5 are considered infeasible at the moment, it is known
how to produce different files with identical MD5 (a "collision"), something
which can be a security issue in certain contexts."
sha256sum is shipped with GNU Coreutils since release 6.0 (2006-08-15).
sha1sum isn't truly secure either. Fine (as of april 2006) are: the SHA-2
standard (sha224sum, sha512sum), gpg --print-md RIPEMD160,
and gpg --print-md SHA256. Message digest tools are shipped with GNU
coreutils, with GnuPG, with OpenSSL, with libdigest-sha-perl and with
sleuthkit. See also the thread on "dpkg-sig support wanted?", November 2005,
at http://lists.debian.org/debian-devel/2005/11/thrd3.html#01325. Read e.g.
these contributions:
http://lists.debian.org/debian-devel/2005/11/msg01578.html
http://lists.debian.org/debian-devel/2005/11/msg01633.html
http://lists.debian.org/debian-devel/2005/11/msg01694.html
http://lists.debian.org/debian-devel/2005/11/msg01653.html
.
In 2007, NIST announced the SHA-3 Cryptographic Hash Algorithm Competition,
in order to develop one or more hash functions through a public competition
(in response to a SHA-1 vulnerability announced in Feb. 2005). The
proclamation of a winner and publication of the new standard are scheduled to
take place in 2012. See http://www.nist.gov/hash-competition
and http://ehash.iaik.tugraz.at/wiki/The_SHA-3_Zoo.
Changing the hash function used by systraq is now much more easy. If
sha256sum turns out to be a suboptimal choice, and a better alternative is
available, switching is easy.
systraq version 20070301
- script/st_snapshot: Deal with unusual characters in filenames, like spaces.
Thanks Daniel Sheridan. Fixes
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=409777.
- doc/manual.dbx, man/systraq.dbx: Added systraq(8), based upon the one by
Laurent Fousse as shipped with the Debian package. Moved stuff from
The Systraq Manual to the manpage. Add notes on adding/disabling specific
scripts.
- man/Makefile.am: running "make html" now generates manpages in HTML.
systraq version 20070118
- Ship alternative run-parts implementation in contrib/ directory.
- Show which kernel is running: new script ah-uname added.
- ff-netstat: redirect netstat stderr to stdout: make sure stuff like "warning,
got bogus tcp line." does not cause an extra email message to get send, when
called from cron.
- In systraq cronjobs, test wether commands are available before executing
them: this is nice for package installations, which might choose too keep
the cron file after removing the executables. Thanks Antti-Juhani Kaijanaho.
- Various documentation updates.
systraq version 20050213
- Systraq now is maintained using Subversion on http://alioth.debian.org/ .
SVN commits get sent to the systraq-commit@lists.alioth.debian.org list,
see http://lists.alioth.debian.org/mailman/listinfo/systraq-commit .
Notes for hackers in manual adjusted.
- New script st_snapshot.hourly, which uses new config files
systraq_is_unconfigured and i_want_a_broken_systraq. This makes systraq
behave more friendly for people doing a fresh install from a binary package:
hourly cron messages are now actually helpful. See st_snapshot.hourly(1).
(on 2005-02-11, Laurent Fousse published systraq_0.0.20050209.orig.tar.gz)
systraq version 20041118
- Beware! When upgrading, do
* mv /usr/local/var/state/systraq /usr/local/var/lib/
* edit filetraq.tail.conf:
s|/usr/local/var/state/systraq|/usr/local/var/lib/systraq|
and regenerate filetraq.conf
* edit /usr/local/etc/systraq/snapshot_pub.list:
s|/usr/local/bin|/usr/local/sbin|
. Some default file locations have changed.
- We no longer install default config files: there are likely not suited
for everybody. The shipped example config files are now installed in
/usr/local/share/doc/systraq/examples/ . Installation instructions
adjusted.
systraq version 20041015-cvs.9
- Fixed bug which caused symlinks in systraq.d to point to /* . This
caused the systraq script to fail miserably.
- Cosmetics in systraq manual.
systraq version 20041015-cvs.8
- Another CVS snapshot.
- Since version 20041015-cvs.7 we depend upon run-parts during run time.
- No longer installs systraq and st_snapshot in bindir, but in sbindir (
/usr/local/sbin per default.)
- Bugfix: find run-parts and expand the accompanying macro.
systraq version 20041015-cvs.7
- Another CVS snapshot.
- systraq now is split in little snippets in systraq.d/*, processed by
run-parts(1). One now can easily disable the snippets: run e.g
mv gg-ps gg-ps.old
to disable the ps output in the daily email. Alternatively, one can
remove the symlink in systraq.d/ . New documentation about this is upcoming.
- Ship new file LICENSE, listing copyright ownership.
systraq version 20041015-cvs.6
- Another CVS snapshot.
- Due to a minor change in st_snapshot in 20041015-cvs.2, the generated files
snapshot_pub.stat and snapshot_root.stat will look minorly different. When
upgrading, systraq will complain about this. Of course, _this_ warning can
be ignored.
- We now use pdfjadetex for generating manual.pdf. Build dependencies for
manual.* updated in the the systraq manual.
systraq version 20041015-cvs.5
- Another CVS snapshot.
- Now fails if needed documentation build tools are lacking. We optionally
use lynx (if w3m is missing) and jade (if openjade is missing).
systraq version 20041015-cvs.4
- Another CVS snapshot.
- No user visible changes, merely housekeeping
systraq version 20041015-cvs.3
- Another CVS snapshot.
- The systraq command no longer uses hardcoded pathnames: pathnames moved to
environment variable, cronjob invocation adjust. See the systraq manual
for details.
systraq version 20041015-cvs.2
- Another CVS snapshot.
- st_snapshot no longer has hardcoded pathnames. st_snapshot
user interface changed: all paths are passed as arguments. The
cronjob is updated accordingly.
systraq version 20041015-cvs.1
- Another CVS snapshot.
- The systraq manual now honors ./configure-time set pathnames.
Therefore, it now is typesetted during buildtime, and we require
documentation build-tools: Jade and friends. See the manual for
details.
systraq version 20041015
- Consider this a pre-release. Some items from TODO will be handled "real
soon now".
- This file, NEWS, is now non-empty.
- The example configuration files etc/filetraq.conf, etc/snapshot_pub.list
as well as the cron file etc/systraq now no longer have hardcoded
/usr/local in their contents, but respect the --prefix as passed to
./configure. This is especially nice for package builders.
- For building from CVS, one now needs:
- cvs2cl
- automake 1.9
- autoconf-archive
since these changes have been made:
- bootstrap, configure.{ac,in}, Makefile.am, setversion: overhaul of
buildsystem: use automake 1.9 features. We automagically build a
.tar.bz2 too, make distcheck is now more strict, we have a hook to
inspect sysconfdir, bindir, etc.
- AUTHORS, ChangeLog, NEWS: ChangeLog now gets build from CVS commit
messages, old ChangeLog contents moved to NEWS. AUTHORS in syntax,
parseable by cvs2cl.
systraq version 20040804
- doc/manual.dbx, script/Makefile.am: We no longer ship filetraq, but
require it: now that the Debian version has fixed a bug, it's fine for our
use.
- etc/snapshot_root.homelist: change .procmail to .procmailrc: the last file
is what we want to monitor, not .procmail/log, of course. Thanks Lionel
Elie Mamane for bugreport.
- script/st_snapshot: On systems were / is a homedir for lots of users,
systraq was behaving bad. We now explicitly exclude / from the list of
monitored homedirs (and thus no longer monitor ~/etc/ for such users,
which was pretty silly). Thanks Lionel for bugreport.
systraq version 20040526
- script/filetraq, etc/filetraq.default: filetraq taken from improved Debian
package, which now uses extra configuration file. filetraq.default
contains sane defaults. See systraq manual for installation instructions.
- script/filetraq.patch: updated patch from upstream filetraq v0.2 to
filetraq from Debian package 0.2-9. Furthermore, hacked the patch to
do something sane when diff exits with code 2. We believe this should
_finally_ fix the problem with changes in binary files not being recorded
in the backupdir.
- etc/snapshot_root.homelist: .procmail and .mailfilter added: some
systems use procmail or maildrop as MDA; on such systems, these files
are the equivalent of .forward. GnuPG private key stuff added.
- doc/manual.dbx: updated notes on FAM and diffmon (thanks Lionel)
- etc/systraq: use mailx instead of mail: portability (some /bin/mail's
don't grok -s option). new subject in mail: easier sorting. Added note
on problems with some cron versions.
systraq version 20030209
- script/filetraq: We still got it wrong with the -a -u hassle in diff
call. systraq release 20030117 is borken. refixed.
- doc/manual.dbx: some more notes on configuration and setup.
- scripts/systraq: add /etc/zsh-beta/ stuff: that's where a Debian packaged
zsh installs stuff. Check for existence of system-wide shell startup
scripts before grepping in them.
systraq version 20030117
- TODO: more notes on FAM
- etc/systraq: daily mail gets sent to systraq, not root: easier configurable
via mail aliases.
systraq version 20021128
- script/filetraq: if $FT_DIFF is unset, we no longer run diff with the
--text option set. Previous release introduced this bug, and didn't fix
the one it claimed to fix.
- doc/manual.dbx: updated date, added note about fam.
- TODO: updated
systraq version 20021014
- script/filetraq: added --text option to diff invocation, in order to
get sane results when diffing binary files. Updated --help output.
(This fixes a bug which caused the backing up of binary files to
fail.)
- etc/systraq: added -a (--text) to FT_DIFF variable
- doc/Makefile.am: now docs get rebuild after `make maintainerclean'.
- doc/manual.dbx: mentions diffmon, another tool. some finetuning of
notes on how to manually generate md5sums on Debian packages. Note
on maintenance when upgrading software in /usr/local/.
- TODO: note on .procmailrc.
systraq version 20020228
- script/systraq: md5sum stderr redirection. now no longer stops in case
md5sums or debsums fails.
systraq version 20020223
- script/systraq: debsums stderr redirected, apparently output filehandle
changed in recent debsums version.
- doc/manual.dbx: documented how to manually generate md5sums from Debian
packages.
systraq version 20020113
- snapshot_pub.list: the scripts themselves are monitored too now (tnx Fruit).
- systraq: added (.)zlogout to list of shell files (tnx Fruit).
- etc/systraq: crontab now in syntax which is grokked by cron < 3.0pl1-68, so
that it executes ok on Debian potato systems: no longer uses
@{reboot,hourly,etc.} style time indicators.
systraq version 20011209
- Set up configure.in and Makefile.am's. It's a proper tarball now.
systraq version 20011208
- First public release. Wrote filetraq patch.
systraq-20081217/TODO 0000644 0001750 0001750 00000002670 11121415614 011100 0000000 0000000
$Id: TODO 394 2008-12-15 08:55:40Z joostvb $
- add a configure-systraq script (to tarball, or to debian package).
- add: monitor raid stuff within lvm, repquota -a,
ls /var/mail/, ip[6]tables -L -v
- add NN-unknown-owner:
find / -nouser -ls
find / -nogroup -ls
- first section of daily mail should contain warnings, and be empty
in case all is fine. only in second section fyi stuff should be mentioned.
See Debian's checksecurity for an implementation.
- Split requirements in manual in cvs-build-time, build-time and run-time;
document all run-time dependencies, get configure.ac check for them.
- Don't use pod but docbook for st_snapshot manpage.
- Finish systraq manual: add diagram listing dependencies (see the FIXME)
- Systraq should silently ignore non-world-readable to-be-monitored files in
homedirectories. This is nice on systems where some users like to have e.g.
~/.bashrc monitored and others do not. Document this behaviour, and instruct
admins to check for readability when setting up list of to be monitored
files. Check what happens when permissions change: are we getting warned? I
guess we should be warned. Bug reported by Lionel Elie Mamane.
- Make this package usable on systems with a configured filetraq:
> What to do with filetraq.default
> What to do with filetraq cron job
- Guess systraq doesn't need it's own group, but is fine with being in
'nogroup'. systraq files can be group-owned root.
systraq-20081217/VERSION.m4 0000644 0001750 0001750 00000000044 11122035435 011770 0000000 0000000 m4_define([ST_VERSION], [20081217])
systraq-20081217/contrib/ 0000777 0001750 0001750 00000000000 11122035520 012122 5 0000000 0000000 systraq-20081217/contrib/Makefile.am 0000644 0001750 0001750 00000000212 10216050714 014072 0000000 0000000 ## Process this file with automake to produce Makefile.in
## $Id: Makefile.am 240 2005-03-16 15:33:40Z joostvb $
EXTRA_DIST = run-parts
systraq-20081217/contrib/Makefile.in 0000644 0001750 0001750 00000017145 11122035436 014121 0000000 0000000 # Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
subdir = contrib
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/VERSION.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_CLEAN_FILES =
SOURCES =
DIST_SOURCES =
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
BIN_PATH = @BIN_PATH@
CRON_PATH = @CRON_PATH@
CYGPATH_W = @CYGPATH_W@
DAY = @DAY@
DEFS = @DEFS@
DOC_PATH = @DOC_PATH@
DVIPS = @DVIPS@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
HOME_PATH = @HOME_PATH@
HTML2TXT = @HTML2TXT@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
JADE = @JADE@
JADETEX = @JADETEX@
LIBEXEC_PATH = @LIBEXEC_PATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LN_S = @LN_S@
LOCALSTATE_PATH = @LOCALSTATE_PATH@
LTLIBOBJS = @LTLIBOBJS@
LYNX = @LYNX@
MAKEINFO = @MAKEINFO@
MANXSL = @MANXSL@
MONTH = @MONTH@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PDFJADETEX = @PDFJADETEX@
RUN_PARTS = @RUN_PARTS@
SBIN_PATH = @SBIN_PATH@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
SYSCONF_PATH = @SYSCONF_PATH@
VERSION = @VERSION@
W3M = @W3M@
XMLDCL = @XMLDCL@
XP = @XP@
YEAR = @YEAR@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build_alias = @build_alias@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host_alias = @host_alias@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
EXTRA_DIST = run-parts
all: all-am
.SUFFIXES:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu contrib/Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu contrib/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
uninstall-info-am:
tags: TAGS
TAGS:
ctags: CTAGS
CTAGS:
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
case $$file in \
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
esac; \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
dir="/$$dir"; \
$(mkdir_p) "$(distdir)$$dir"; \
else \
dir=''; \
fi; \
if test -d $$d/$$file; then \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-am
all-am: Makefile
installdirs:
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic mostlyclean-am
distclean: distclean-am
-rm -f Makefile
distclean-am: clean-am distclean-generic
dvi: dvi-am
dvi-am:
html: html-am
info: info-am
info-am:
install-data-am:
install-exec-am:
install-info: install-info-am
install-man:
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-generic
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
uninstall-am: uninstall-info-am
.PHONY: all all-am check check-am clean clean-generic distclean \
distclean-generic distdir dvi dvi-am html html-am info info-am \
install install-am install-data install-data-am install-exec \
install-exec-am install-info install-info-am install-man \
install-strip installcheck installcheck-am installdirs \
maintainer-clean maintainer-clean-generic mostlyclean \
mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
uninstall-info-am
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
systraq-20081217/contrib/run-parts 0000644 0001750 0001750 00000001362 10216050714 013723 0000000 0000000 # $Id: run-parts 240 2005-03-16 15:33:40Z joostvb $
# $URL: svn+ssh://svn.debian.org/svn/systraq/trunk/systraq/contrib/run-parts $
#
# Based upon alternative run-parts implementation, by Branden Robinson e.a.
# as used in /etc/X11/Xsession from the xfree86-common Debian package
# up to version 4.3.0.dfsg.1-11.
#
# See http://packages.debian.org/debianutils for the "real" run-parts.
if [ -z "$1" ]; then
echo >&2 "run_parts() called without an argument."
exit 1
fi
if [ ! -d "$1" ]; then
echo >&2 "run_parts() called, but \"$1\" does not exist or is" \
"not a directory."
exit 1
fi
for F in $(ls $1); do
if expr "$F" : '[[:alnum:]_-]\+$' > /dev/null 2>&1; then
if [ -f "$1/$F" ]; then
"$1/$F"
fi
fi
done
systraq-20081217/LICENSE 0000644 0001750 0001750 00000002024 10203427365 011414 0000000 0000000
systraq - scripts to monitor your system, and warn you when system files change
systraq is
Copyright (c) 2001, 2002, 2003, 2004, 2005 Joost van Baal
Some parts of the buildsystem (configure.ac, doc/Makefile.am,
doc/{html,print}.dsl) are
Copyright (c) 2000, 2001, 2002, 2003, 2004 Stichting LogReport Foundation
Systraq 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 2 of the License, or
(at your option) any later version.
This program 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 program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# $Id: LICENSE 207 2005-02-12 16:29:40Z joostvb $
systraq-20081217/aclocal.m4 0000644 0001750 0001750 00000046623 11122035436 012257 0000000 0000000 # generated automatically by aclocal 1.9.6 -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
# 2005 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# AM_AUTOMAKE_VERSION(VERSION)
# ----------------------------
# Automake X.Y traces this macro to ensure aclocal.m4 has been
# generated from the m4 files accompanying Automake X.Y.
AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
# AM_SET_CURRENT_AUTOMAKE_VERSION
# -------------------------------
# Call AM_AUTOMAKE_VERSION so it can be traced.
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
[AM_AUTOMAKE_VERSION([1.9.6])])
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
#
# Of course, Automake must honor this variable whenever it calls a
# tool from the auxiliary directory. The problem is that $srcdir (and
# therefore $ac_aux_dir as well) can be either absolute or relative,
# depending on how configure is run. This is pretty annoying, since
# it makes $ac_aux_dir quite unusable in subdirectories: in the top
# source directory, any form will work fine, but in subdirectories a
# relative path needs to be adjusted first.
#
# $ac_aux_dir/missing
# fails when called from a subdirectory if $ac_aux_dir is relative
# $top_srcdir/$ac_aux_dir/missing
# fails if $ac_aux_dir is absolute,
# fails when called from a subdirectory in a VPATH build with
# a relative $ac_aux_dir
#
# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
# are both prefixed by $srcdir. In an in-source build this is usually
# harmless because $srcdir is `.', but things will broke when you
# start a VPATH build or use an absolute $srcdir.
#
# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
# iff we strip the leading $srcdir from $ac_aux_dir. That would be:
# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
# and then we would define $MISSING as
# MISSING="\${SHELL} $am_aux_dir/missing"
# This will work as long as MISSING is not called from configure, because
# unfortunately $(top_srcdir) has no meaning in configure.
# However there are other variables, like CC, which are often used in
# configure, and could therefore not use this "fixed" $ac_aux_dir.
#
# Another solution, used here, is to always expand $ac_aux_dir to an
# absolute PATH. The drawback is that using absolute paths prevent a
# configured tree to be moved without reconfiguration.
AC_DEFUN([AM_AUX_DIR_EXPAND],
[dnl Rely on autoconf to set up CDPATH properly.
AC_PREREQ([2.50])dnl
# expand $ac_aux_dir to an absolute path
am_aux_dir=`cd $ac_aux_dir && pwd`
])
# Do all the work for Automake. -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
# Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# serial 12
# This macro actually does too much. Some checks are only needed if
# your package does certain things. But this isn't really a big deal.
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
# AM_INIT_AUTOMAKE([OPTIONS])
# -----------------------------------------------
# The call with PACKAGE and VERSION arguments is the old style
# call (pre autoconf-2.50), which is being phased out. PACKAGE
# and VERSION should now be passed to AC_INIT and removed from
# the call to AM_INIT_AUTOMAKE.
# We support both call styles for the transition. After
# the next Automake release, Autoconf can make the AC_INIT
# arguments mandatory, and then we can depend on a new Autoconf
# release and drop the old call support.
AC_DEFUN([AM_INIT_AUTOMAKE],
[AC_PREREQ([2.58])dnl
dnl Autoconf wants to disallow AM_ names. We explicitly allow
dnl the ones we care about.
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
AC_REQUIRE([AC_PROG_INSTALL])dnl
# test to see if srcdir already configured
if test "`cd $srcdir && pwd`" != "`pwd`" &&
test -f $srcdir/config.status; then
AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
fi
# test whether we have cygpath
if test -z "$CYGPATH_W"; then
if (cygpath --version) >/dev/null 2>/dev/null; then
CYGPATH_W='cygpath -w'
else
CYGPATH_W=echo
fi
fi
AC_SUBST([CYGPATH_W])
# Define the identity of the package.
dnl Distinguish between old-style and new-style calls.
m4_ifval([$2],
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
AC_SUBST([PACKAGE], [$1])dnl
AC_SUBST([VERSION], [$2])],
[_AM_SET_OPTIONS([$1])dnl
AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
_AM_IF_OPTION([no-define],,
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
# Some tools Automake needs.
AC_REQUIRE([AM_SANITY_CHECK])dnl
AC_REQUIRE([AC_ARG_PROGRAM])dnl
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
AM_MISSING_PROG(AUTOCONF, autoconf)
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
AM_MISSING_PROG(AUTOHEADER, autoheader)
AM_MISSING_PROG(MAKEINFO, makeinfo)
AM_PROG_INSTALL_SH
AM_PROG_INSTALL_STRIP
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
# We need awk for the "check" target. The system "awk" is bad on
# some platforms.
AC_REQUIRE([AC_PROG_AWK])dnl
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
[_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
[_AM_PROG_TAR([v7])])])
_AM_IF_OPTION([no-dependencies],,
[AC_PROVIDE_IFELSE([AC_PROG_CC],
[_AM_DEPENDENCIES(CC)],
[define([AC_PROG_CC],
defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
AC_PROVIDE_IFELSE([AC_PROG_CXX],
[_AM_DEPENDENCIES(CXX)],
[define([AC_PROG_CXX],
defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
])
])
# When config.status generates a header, we must update the stamp-h file.
# This file resides in the same directory as the config header
# that is generated. The stamp files are numbered to have different names.
# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
# loop where config.status creates the headers, so we can generate
# our stamp files there.
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
[# Compute $1's index in $config_headers.
_am_stamp_count=1
for _am_header in $config_headers :; do
case $_am_header in
$1 | $1:* )
break ;;
* )
_am_stamp_count=`expr $_am_stamp_count + 1` ;;
esac
done
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# AM_PROG_INSTALL_SH
# ------------------
# Define $install_sh.
AC_DEFUN([AM_PROG_INSTALL_SH],
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
install_sh=${install_sh-"$am_aux_dir/install-sh"}
AC_SUBST(install_sh)])
# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# serial 2
# Check whether the underlying file-system supports filenames
# with a leading dot. For instance MS-DOS doesn't.
AC_DEFUN([AM_SET_LEADING_DOT],
[rm -rf .tst 2>/dev/null
mkdir .tst 2>/dev/null
if test -d .tst; then
am__leading_dot=.
else
am__leading_dot=_
fi
rmdir .tst 2>/dev/null
AC_SUBST([am__leading_dot])])
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
# Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# serial 4
# AM_MISSING_PROG(NAME, PROGRAM)
# ------------------------------
AC_DEFUN([AM_MISSING_PROG],
[AC_REQUIRE([AM_MISSING_HAS_RUN])
$1=${$1-"${am_missing_run}$2"}
AC_SUBST($1)])
# AM_MISSING_HAS_RUN
# ------------------
# Define MISSING if not defined so far and test if it supports --run.
# If it does, set am_missing_run to use it, otherwise, to nothing.
AC_DEFUN([AM_MISSING_HAS_RUN],
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
# Use eval to expand $SHELL
if eval "$MISSING --run true"; then
am_missing_run="$MISSING --run "
else
am_missing_run=
AC_MSG_WARN([`missing' script is too old or missing])
fi
])
# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# AM_PROG_MKDIR_P
# ---------------
# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
#
# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
# created by `make install' are always world readable, even if the
# installer happens to have an overly restrictive umask (e.g. 077).
# This was a mistake. There are at least two reasons why we must not
# use `-m 0755':
# - it causes special bits like SGID to be ignored,
# - it may be too restrictive (some setups expect 775 directories).
#
# Do not use -m 0755 and let people choose whatever they expect by
# setting umask.
#
# We cannot accept any implementation of `mkdir' that recognizes `-p'.
# Some implementations (such as Solaris 8's) are not thread-safe: if a
# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
# concurrently, both version can detect that a/ is missing, but only
# one can create it and the other will error out. Consequently we
# restrict ourselves to GNU make (using the --version option ensures
# this.)
AC_DEFUN([AM_PROG_MKDIR_P],
[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
# We used to keeping the `.' as first argument, in order to
# allow $(mkdir_p) to be used without argument. As in
# $(mkdir_p) $(somedir)
# where $(somedir) is conditionally defined. However this is wrong
# for two reasons:
# 1. if the package is installed by a user who cannot write `.'
# make install will fail,
# 2. the above comment should most certainly read
# $(mkdir_p) $(DESTDIR)$(somedir)
# so it does not work when $(somedir) is undefined and
# $(DESTDIR) is not.
# To support the latter case, we have to write
# test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
# so the `.' trick is pointless.
mkdir_p='mkdir -p --'
else
# On NextStep and OpenStep, the `mkdir' command does not
# recognize any option. It will interpret all options as
# directories to create, and then abort because `.' already
# exists.
for d in ./-p ./--version;
do
test -d $d && rmdir $d
done
# $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
if test -f "$ac_aux_dir/mkinstalldirs"; then
mkdir_p='$(mkinstalldirs)'
else
mkdir_p='$(install_sh) -d'
fi
fi
AC_SUBST([mkdir_p])])
# Helper functions for option handling. -*- Autoconf -*-
# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# serial 3
# _AM_MANGLE_OPTION(NAME)
# -----------------------
AC_DEFUN([_AM_MANGLE_OPTION],
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
# _AM_SET_OPTION(NAME)
# ------------------------------
# Set option NAME. Presently that only means defining a flag for this option.
AC_DEFUN([_AM_SET_OPTION],
[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
# _AM_SET_OPTIONS(OPTIONS)
# ----------------------------------
# OPTIONS is a space-separated list of Automake options.
AC_DEFUN([_AM_SET_OPTIONS],
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
# -------------------------------------------
# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
AC_DEFUN([_AM_IF_OPTION],
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
# Check to make sure that the build environment is sane. -*- Autoconf -*-
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
# Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# serial 4
# AM_SANITY_CHECK
# ---------------
AC_DEFUN([AM_SANITY_CHECK],
[AC_MSG_CHECKING([whether build environment is sane])
# Just in case
sleep 1
echo timestamp > conftest.file
# Do `set' in a subshell so we don't clobber the current shell's
# arguments. Must try -L first in case configure is actually a
# symlink; some systems play weird games with the mod time of symlinks
# (eg FreeBSD returns the mod time of the symlink's containing
# directory).
if (
set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
if test "$[*]" = "X"; then
# -L didn't work.
set X `ls -t $srcdir/configure conftest.file`
fi
rm -f conftest.file
if test "$[*]" != "X $srcdir/configure conftest.file" \
&& test "$[*]" != "X conftest.file $srcdir/configure"; then
# If neither matched, then we have a broken ls. This can happen
# if, for instance, CONFIG_SHELL is bash and it inherits a
# broken ls alias from the environment. This has actually
# happened. Such a system could not be considered "sane".
AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
alias in your environment])
fi
test "$[2]" = conftest.file
)
then
# Ok.
:
else
AC_MSG_ERROR([newly created file is older than distributed files!
Check your system clock])
fi
AC_MSG_RESULT(yes)])
# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# AM_PROG_INSTALL_STRIP
# ---------------------
# One issue with vendor `install' (even GNU) is that you can't
# specify the program used to strip binaries. This is especially
# annoying in cross-compiling environments, where the build's strip
# is unlikely to handle the host's binaries.
# Fortunately install-sh will honor a STRIPPROG variable, so we
# always use install-sh in `make install-strip', and initialize
# STRIPPROG with the value of the STRIP variable (set by the user).
AC_DEFUN([AM_PROG_INSTALL_STRIP],
[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
# Installed binaries are usually stripped using `strip' when the user
# run `make install-strip'. However `strip' might not be the right
# tool to use in cross-compilation environments, therefore Automake
# will honor the `STRIP' environment variable to overrule this program.
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
if test "$cross_compiling" != no; then
AC_CHECK_TOOL([STRIP], [strip], :)
fi
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
AC_SUBST([INSTALL_STRIP_PROGRAM])])
# Check how to create a tarball. -*- Autoconf -*-
# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# serial 2
# _AM_PROG_TAR(FORMAT)
# --------------------
# Check how to create a tarball in format FORMAT.
# FORMAT should be one of `v7', `ustar', or `pax'.
#
# Substitute a variable $(am__tar) that is a command
# writing to stdout a FORMAT-tarball containing the directory
# $tardir.
# tardir=directory && $(am__tar) > result.tar
#
# Substitute a variable $(am__untar) that extract such
# a tarball read from stdin.
# $(am__untar) < result.tar
AC_DEFUN([_AM_PROG_TAR],
[# Always define AMTAR for backward compatibility.
AM_MISSING_PROG([AMTAR], [tar])
m4_if([$1], [v7],
[am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
[m4_case([$1], [ustar],, [pax],,
[m4_fatal([Unknown tar format])])
AC_MSG_CHECKING([how to create a $1 tar archive])
# Loop over all known methods to create a tar archive until one works.
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
# Do not fold the above two line into one, because Tru64 sh and
# Solaris sh will not grok spaces in the rhs of `-'.
for _am_tool in $_am_tools
do
case $_am_tool in
gnutar)
for _am_tar in tar gnutar gtar;
do
AM_RUN_LOG([$_am_tar --version]) && break
done
am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
am__untar="$_am_tar -xf -"
;;
plaintar)
# Must skip GNU tar: if it does not support --format= it doesn't create
# ustar tarball either.
(tar --version) >/dev/null 2>&1 && continue
am__tar='tar chf - "$$tardir"'
am__tar_='tar chf - "$tardir"'
am__untar='tar xf -'
;;
pax)
am__tar='pax -L -x $1 -w "$$tardir"'
am__tar_='pax -L -x $1 -w "$tardir"'
am__untar='pax -r'
;;
cpio)
am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
am__untar='cpio -i -H $1 -d'
;;
none)
am__tar=false
am__tar_=false
am__untar=false
;;
esac
# If the value was cached, stop now. We just wanted to have am__tar
# and am__untar set.
test -n "${am_cv_prog_tar_$1}" && break
# tar/untar a dummy directory, and stop if the command works
rm -rf conftest.dir
mkdir conftest.dir
echo GrepMe > conftest.dir/file
AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
rm -rf conftest.dir
if test -s conftest.tar; then
AM_RUN_LOG([$am__untar /dev/null 2>&1 && break
fi
done
rm -rf conftest.dir
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
m4_include([acinclude.m4])
systraq-20081217/README 0000644 0001750 0001750 00000000750 10203674163 011273 0000000 0000000 README for systraq
==================
The systraq documentation resides in doc/ , including some installation
instructions augmenting those in INSTALL.
See LICENSE for information on copyright holders. See COPYING for your rights.
See AUTHORS for who to blame. See THANKS for who've helped. See NEWS for
what's new in each release. See TODO for what's left to do (you can help!).
The systraq webpage is on http://mdcc.cx/systraq/ .
$Id: README 180 2005-01-23 17:54:03Z lfousse $
systraq-20081217/THANKS 0000644 0001750 0001750 00000000661 10177614253 011333 0000000 0000000 $Id: THANKS 182 2005-02-01 05:50:35Z joostvb $
The BSD folks, for inspiration
Jeremy Weatherford, for writing FileTraq
Sergio Talens-Oliag, for maintaining the filetraq Debian package
Laurent Fousse, for maintaining the systraq Debian package
Christoph Lameter, for writing debsums
Francis J. Lacoste, for helping me tweak DSSSL Stylesheets ( doc/{html,print}.dsl )
Wessel 'Fruit' Dankers and Lionel Elie Mamane, for reporting bugs
systraq-20081217/configure 0000755 0001750 0001750 00000342633 11122035437 012327 0000000 0000000 #! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for systraq 20081217.
#
# Report bugs to .
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
#
#
# Copyright (C) Copyright 2001, 2002, 2003, 2004, 2005 Joost van Baal
#
## --------------------- ##
## M4sh Initialization. ##
## --------------------- ##
# Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
emulate sh
NULLCMD=:
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
# is contrary to our usage. Disable this feature.
alias -g '${1+"$@"}'='"$@"'
setopt NO_GLOB_SUBST
else
case `(set -o) 2>/dev/null` in
*posix*) set -o posix ;;
esac
fi
# PATH needs CR
# Avoid depending upon Character Ranges.
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
as_cr_digits='0123456789'
as_cr_alnum=$as_cr_Letters$as_cr_digits
# The user is always right.
if test "${PATH_SEPARATOR+set}" != set; then
echo "#! /bin/sh" >conf$$.sh
echo "exit 0" >>conf$$.sh
chmod +x conf$$.sh
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
PATH_SEPARATOR=';'
else
PATH_SEPARATOR=:
fi
rm -f conf$$.sh
fi
# Support unset when possible.
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
as_unset=unset
else
as_unset=false
fi
# IFS
# We need space, tab and new line, in precisely that order. Quoting is
# there to prevent editors from complaining about space-tab.
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
# splitting by setting IFS to empty value.)
as_nl='
'
IFS=" "" $as_nl"
# Find who we are. Look in the path if we contain no directory separator.
case $0 in
*[\\/]* ) as_myself=$0 ;;
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
done
IFS=$as_save_IFS
;;
esac
# We did not find ourselves, most probably we were run as `sh COMMAND'
# in which case we are not to be found in the path.
if test "x$as_myself" = x; then
as_myself=$0
fi
if test ! -f "$as_myself"; then
echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
{ (exit 1); exit 1; }
fi
# Work around bugs in pre-3.0 UWIN ksh.
for as_var in ENV MAIL MAILPATH
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
done
PS1='$ '
PS2='> '
PS4='+ '
# NLS nuisances.
for as_var in \
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
LC_TELEPHONE LC_TIME
do
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
eval $as_var=C; export $as_var
else
($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
fi
done
# Required to use basename.
if expr a : '\(a\)' >/dev/null 2>&1 &&
test "X`expr 00001 : '.*\(...\)'`" = X001; then
as_expr=expr
else
as_expr=false
fi
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
as_basename=basename
else
as_basename=false
fi
# Name of the executable.
as_me=`$as_basename -- "$0" ||
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
X"$0" : 'X\(//\)$' \| \
X"$0" : 'X\(/\)' \| . 2>/dev/null ||
echo X/"$0" |
sed '/^.*\/\([^/][^/]*\)\/*$/{
s//\1/
q
}
/^X\/\(\/\/\)$/{
s//\1/
q
}
/^X\/\(\/\).*/{
s//\1/
q
}
s/.*/./; q'`
# CDPATH.
$as_unset CDPATH
if test "x$CONFIG_SHELL" = x; then
if (eval ":") 2>/dev/null; then
as_have_required=yes
else
as_have_required=no
fi
if test $as_have_required = yes && (eval ":
(as_func_return () {
(exit \$1)
}
as_func_success () {
as_func_return 0
}
as_func_failure () {
as_func_return 1
}
as_func_ret_success () {
return 0
}
as_func_ret_failure () {
return 1
}
exitcode=0
if as_func_success; then
:
else
exitcode=1
echo as_func_success failed.
fi
if as_func_failure; then
exitcode=1
echo as_func_failure succeeded.
fi
if as_func_ret_success; then
:
else
exitcode=1
echo as_func_ret_success failed.
fi
if as_func_ret_failure; then
exitcode=1
echo as_func_ret_failure succeeded.
fi
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
:
else
exitcode=1
echo positional parameters were not saved.
fi
test \$exitcode = 0) || { (exit 1); exit 1; }
(
as_lineno_1=\$LINENO
as_lineno_2=\$LINENO
test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
") 2> /dev/null; then
:
else
as_candidate_shells=
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
case $as_dir in
/*)
for as_base in sh bash ksh sh5; do
as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
done;;
esac
done
IFS=$as_save_IFS
for as_shell in $as_candidate_shells $SHELL; do
# Try only shells that exist, to save several forks.
if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
{ ("$as_shell") 2> /dev/null <<\_ASEOF
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
emulate sh
NULLCMD=:
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
# is contrary to our usage. Disable this feature.
alias -g '${1+"$@"}'='"$@"'
setopt NO_GLOB_SUBST
else
case `(set -o) 2>/dev/null` in
*posix*) set -o posix ;;
esac
fi
:
_ASEOF
}; then
CONFIG_SHELL=$as_shell
as_have_required=yes
if { "$as_shell" 2> /dev/null <<\_ASEOF
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
emulate sh
NULLCMD=:
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
# is contrary to our usage. Disable this feature.
alias -g '${1+"$@"}'='"$@"'
setopt NO_GLOB_SUBST
else
case `(set -o) 2>/dev/null` in
*posix*) set -o posix ;;
esac
fi
:
(as_func_return () {
(exit $1)
}
as_func_success () {
as_func_return 0
}
as_func_failure () {
as_func_return 1
}
as_func_ret_success () {
return 0
}
as_func_ret_failure () {
return 1
}
exitcode=0
if as_func_success; then
:
else
exitcode=1
echo as_func_success failed.
fi
if as_func_failure; then
exitcode=1
echo as_func_failure succeeded.
fi
if as_func_ret_success; then
:
else
exitcode=1
echo as_func_ret_success failed.
fi
if as_func_ret_failure; then
exitcode=1
echo as_func_ret_failure succeeded.
fi
if ( set x; as_func_ret_success y && test x = "$1" ); then
:
else
exitcode=1
echo positional parameters were not saved.
fi
test $exitcode = 0) || { (exit 1); exit 1; }
(
as_lineno_1=$LINENO
as_lineno_2=$LINENO
test "x$as_lineno_1" != "x$as_lineno_2" &&
test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
_ASEOF
}; then
break
fi
fi
done
if test "x$CONFIG_SHELL" != x; then
for as_var in BASH_ENV ENV
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
done
export CONFIG_SHELL
exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
fi
if test $as_have_required = no; then
echo This script requires a shell more modern than all the
echo shells that I found on your system. Please install a
echo modern shell, or manually run the script under such a
echo shell if you do have one.
{ (exit 1); exit 1; }
fi
fi
fi
(eval "as_func_return () {
(exit \$1)
}
as_func_success () {
as_func_return 0
}
as_func_failure () {
as_func_return 1
}
as_func_ret_success () {
return 0
}
as_func_ret_failure () {
return 1
}
exitcode=0
if as_func_success; then
:
else
exitcode=1
echo as_func_success failed.
fi
if as_func_failure; then
exitcode=1
echo as_func_failure succeeded.
fi
if as_func_ret_success; then
:
else
exitcode=1
echo as_func_ret_success failed.
fi
if as_func_ret_failure; then
exitcode=1
echo as_func_ret_failure succeeded.
fi
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
:
else
exitcode=1
echo positional parameters were not saved.
fi
test \$exitcode = 0") || {
echo No shell found that supports shell functions.
echo Please tell autoconf@gnu.org about your system,
echo including any error possibly output before this
echo message
}
as_lineno_1=$LINENO
as_lineno_2=$LINENO
test "x$as_lineno_1" != "x$as_lineno_2" &&
test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
# Create $as_me.lineno as a copy of $as_myself, but with $LINENO
# uniformly replaced by the line number. The first 'sed' inserts a
# line-number line after each line using $LINENO; the second 'sed'
# does the real work. The second script uses 'N' to pair each
# line-number line with the line containing $LINENO, and appends
# trailing '-' during substitution so that $LINENO is not a special
# case at line end.
# (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
# scripts with optimization help from Paolo Bonzini. Blame Lee
# E. McMahon (1931-1989) for sed's syntax. :-)
sed -n '
p
/[$]LINENO/=
' <$as_myself |
sed '
s/[$]LINENO.*/&-/
t lineno
b
:lineno
N
:loop
s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
t loop
s/-\n.*//
' >$as_me.lineno &&
chmod +x "$as_me.lineno" ||
{ echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
{ (exit 1); exit 1; }; }
# Don't try to exec as it changes $[0], causing all sort of problems
# (the dirname of $[0] is not the place where we might find the
# original and so on. Autoconf is especially sensitive to this).
. "./$as_me.lineno"
# Exit status is that of the last command.
exit
}
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
as_dirname=dirname
else
as_dirname=false
fi
ECHO_C= ECHO_N= ECHO_T=
case `echo -n x` in
-n*)
case `echo 'x\c'` in
*c*) ECHO_T=' ';; # ECHO_T is single tab character.
*) ECHO_C='\c';;
esac;;
*)
ECHO_N='-n';;
esac
if expr a : '\(a\)' >/dev/null 2>&1 &&
test "X`expr 00001 : '.*\(...\)'`" = X001; then
as_expr=expr
else
as_expr=false
fi
rm -f conf$$ conf$$.exe conf$$.file
if test -d conf$$.dir; then
rm -f conf$$.dir/conf$$.file
else
rm -f conf$$.dir
mkdir conf$$.dir
fi
echo >conf$$.file
if ln -s conf$$.file conf$$ 2>/dev/null; then
as_ln_s='ln -s'
# ... but there are two gotchas:
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
# In both cases, we have to default to `cp -p'.
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
as_ln_s='cp -p'
elif ln conf$$.file conf$$ 2>/dev/null; then
as_ln_s=ln
else
as_ln_s='cp -p'
fi
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
rmdir conf$$.dir 2>/dev/null
if mkdir -p . 2>/dev/null; then
as_mkdir_p=:
else
test -d ./-p && rmdir ./-p
as_mkdir_p=false
fi
if test -x / >/dev/null 2>&1; then
as_test_x='test -x'
else
if ls -dL / >/dev/null 2>&1; then
as_ls_L_option=L
else
as_ls_L_option=
fi
as_test_x='
eval sh -c '\''
if test -d "$1"; then
test -d "$1/.";
else
case $1 in
-*)set "./$1";;
esac;
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
???[sx]*):;;*)false;;esac;fi
'\'' sh
'
fi
as_executable_p=$as_test_x
# Sed expression to map a string onto a valid CPP name.
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Sed expression to map a string onto a valid variable name.
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
exec 7<&0 &1
# Name of the host.
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
# so uname gets run too.
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
#
# Initializations.
#
ac_default_prefix=/usr/local
ac_clean_files=
ac_config_libobj_dir=.
LIBOBJS=
cross_compiling=no
subdirs=
MFLAGS=
MAKEFLAGS=
SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='systraq'
PACKAGE_TARNAME='systraq'
PACKAGE_VERSION='20081217'
PACKAGE_STRING='systraq 20081217'
PACKAGE_BUGREPORT='joostvb-systraq-20041015@mdcc.cx'
ac_subst_vars='SHELL
PATH_SEPARATOR
PACKAGE_NAME
PACKAGE_TARNAME
PACKAGE_VERSION
PACKAGE_STRING
PACKAGE_BUGREPORT
exec_prefix
prefix
program_transform_name
bindir
sbindir
libexecdir
datarootdir
datadir
sysconfdir
sharedstatedir
localstatedir
includedir
oldincludedir
docdir
infodir
htmldir
dvidir
pdfdir
psdir
libdir
localedir
mandir
DEFS
ECHO_C
ECHO_N
ECHO_T
LIBS
build_alias
host_alias
target_alias
INSTALL_PROGRAM
INSTALL_SCRIPT
INSTALL_DATA
CYGPATH_W
PACKAGE
VERSION
ACLOCAL
AUTOCONF
AUTOMAKE
AUTOHEADER
MAKEINFO
install_sh
STRIP
INSTALL_STRIP_PROGRAM
mkdir_p
AWK
SET_MAKE
am__leading_dot
AMTAR
am__tar
am__untar
LN_S
SYSCONF_PATH
BIN_PATH
SBIN_PATH
LIBEXEC_PATH
LOCALSTATE_PATH
DOC_PATH
CRON_PATH
HOME_PATH
YEAR
MONTH
DAY
XMLDCL
MANXSL
XP
W3M
LYNX
HTML2TXT
JADE
JADETEX
PDFJADETEX
DVIPS
RUN_PARTS
LIBOBJS
LTLIBOBJS'
ac_subst_files=''
ac_precious_vars='build_alias
host_alias
target_alias'
# Initialize some variables set by options.
ac_init_help=
ac_init_version=false
# The variables have the same names as the options, with
# dashes changed to underlines.
cache_file=/dev/null
exec_prefix=NONE
no_create=
no_recursion=
prefix=NONE
program_prefix=NONE
program_suffix=NONE
program_transform_name=s,x,x,
silent=
site=
srcdir=
verbose=
x_includes=NONE
x_libraries=NONE
# Installation directory options.
# These are left unexpanded so users can "make install exec_prefix=/foo"
# and all the variables that are supposed to be based on exec_prefix
# by default will actually change.
# Use braces instead of parens because sh, perl, etc. also accept them.
# (The list follows the same order as the GNU Coding Standards.)
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
datarootdir='${prefix}/share'
datadir='${datarootdir}'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
infodir='${datarootdir}/info'
htmldir='${docdir}'
dvidir='${docdir}'
pdfdir='${docdir}'
psdir='${docdir}'
libdir='${exec_prefix}/lib'
localedir='${datarootdir}/locale'
mandir='${datarootdir}/man'
ac_prev=
ac_dashdash=
for ac_option
do
# If the previous option needs an argument, assign it.
if test -n "$ac_prev"; then
eval $ac_prev=\$ac_option
ac_prev=
continue
fi
case $ac_option in
*=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
*) ac_optarg=yes ;;
esac
# Accept the important Cygnus configure options, so we can diagnose typos.
case $ac_dashdash$ac_option in
--)
ac_dashdash=yes ;;
-bindir | --bindir | --bindi | --bind | --bin | --bi)
ac_prev=bindir ;;
-bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
bindir=$ac_optarg ;;
-build | --build | --buil | --bui | --bu)
ac_prev=build_alias ;;
-build=* | --build=* | --buil=* | --bui=* | --bu=*)
build_alias=$ac_optarg ;;
-cache-file | --cache-file | --cache-fil | --cache-fi \
| --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
ac_prev=cache_file ;;
-cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
| --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
cache_file=$ac_optarg ;;
--config-cache | -C)
cache_file=config.cache ;;
-datadir | --datadir | --datadi | --datad)
ac_prev=datadir ;;
-datadir=* | --datadir=* | --datadi=* | --datad=*)
datadir=$ac_optarg ;;
-datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
| --dataroo | --dataro | --datar)
ac_prev=datarootdir ;;
-datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
| --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
datarootdir=$ac_optarg ;;
-disable-* | --disable-*)
ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
# Reject names that are not valid shell variable names.
expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
{ echo "$as_me: error: invalid feature name: $ac_feature" >&2
{ (exit 1); exit 1; }; }
ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
eval enable_$ac_feature=no ;;
-docdir | --docdir | --docdi | --doc | --do)
ac_prev=docdir ;;
-docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
docdir=$ac_optarg ;;
-dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
ac_prev=dvidir ;;
-dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
dvidir=$ac_optarg ;;
-enable-* | --enable-*)
ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
# Reject names that are not valid shell variable names.
expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
{ echo "$as_me: error: invalid feature name: $ac_feature" >&2
{ (exit 1); exit 1; }; }
ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
eval enable_$ac_feature=\$ac_optarg ;;
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
| --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
| --exec | --exe | --ex)
ac_prev=exec_prefix ;;
-exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
| --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
| --exec=* | --exe=* | --ex=*)
exec_prefix=$ac_optarg ;;
-gas | --gas | --ga | --g)
# Obsolete; use --with-gas.
with_gas=yes ;;
-help | --help | --hel | --he | -h)
ac_init_help=long ;;
-help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
ac_init_help=recursive ;;
-help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
ac_init_help=short ;;
-host | --host | --hos | --ho)
ac_prev=host_alias ;;
-host=* | --host=* | --hos=* | --ho=*)
host_alias=$ac_optarg ;;
-htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
ac_prev=htmldir ;;
-htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
| --ht=*)
htmldir=$ac_optarg ;;
-includedir | --includedir | --includedi | --included | --include \
| --includ | --inclu | --incl | --inc)
ac_prev=includedir ;;
-includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
| --includ=* | --inclu=* | --incl=* | --inc=*)
includedir=$ac_optarg ;;
-infodir | --infodir | --infodi | --infod | --info | --inf)
ac_prev=infodir ;;
-infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
infodir=$ac_optarg ;;
-libdir | --libdir | --libdi | --libd)
ac_prev=libdir ;;
-libdir=* | --libdir=* | --libdi=* | --libd=*)
libdir=$ac_optarg ;;
-libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
| --libexe | --libex | --libe)
ac_prev=libexecdir ;;
-libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
| --libexe=* | --libex=* | --libe=*)
libexecdir=$ac_optarg ;;
-localedir | --localedir | --localedi | --localed | --locale)
ac_prev=localedir ;;
-localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
localedir=$ac_optarg ;;
-localstatedir | --localstatedir | --localstatedi | --localstated \
| --localstate | --localstat | --localsta | --localst | --locals)
ac_prev=localstatedir ;;
-localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
| --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
localstatedir=$ac_optarg ;;
-mandir | --mandir | --mandi | --mand | --man | --ma | --m)
ac_prev=mandir ;;
-mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
mandir=$ac_optarg ;;
-nfp | --nfp | --nf)
# Obsolete; use --without-fp.
with_fp=no ;;
-no-create | --no-create | --no-creat | --no-crea | --no-cre \
| --no-cr | --no-c | -n)
no_create=yes ;;
-no-recursion | --no-recursion | --no-recursio | --no-recursi \
| --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
no_recursion=yes ;;
-oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
| --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
| --oldin | --oldi | --old | --ol | --o)
ac_prev=oldincludedir ;;
-oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
| --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
| --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
oldincludedir=$ac_optarg ;;
-prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
ac_prev=prefix ;;
-prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
prefix=$ac_optarg ;;
-program-prefix | --program-prefix | --program-prefi | --program-pref \
| --program-pre | --program-pr | --program-p)
ac_prev=program_prefix ;;
-program-prefix=* | --program-prefix=* | --program-prefi=* \
| --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
program_prefix=$ac_optarg ;;
-program-suffix | --program-suffix | --program-suffi | --program-suff \
| --program-suf | --program-su | --program-s)
ac_prev=program_suffix ;;
-program-suffix=* | --program-suffix=* | --program-suffi=* \
| --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
program_suffix=$ac_optarg ;;
-program-transform-name | --program-transform-name \
| --program-transform-nam | --program-transform-na \
| --program-transform-n | --program-transform- \
| --program-transform | --program-transfor \
| --program-transfo | --program-transf \
| --program-trans | --program-tran \
| --progr-tra | --program-tr | --program-t)
ac_prev=program_transform_name ;;
-program-transform-name=* | --program-transform-name=* \
| --program-transform-nam=* | --program-transform-na=* \
| --program-transform-n=* | --program-transform-=* \
| --program-transform=* | --program-transfor=* \
| --program-transfo=* | --program-transf=* \
| --program-trans=* | --program-tran=* \
| --progr-tra=* | --program-tr=* | --program-t=*)
program_transform_name=$ac_optarg ;;
-pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
ac_prev=pdfdir ;;
-pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
pdfdir=$ac_optarg ;;
-psdir | --psdir | --psdi | --psd | --ps)
ac_prev=psdir ;;
-psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
psdir=$ac_optarg ;;
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
| --sbi=* | --sb=*)
sbindir=$ac_optarg ;;
-sharedstatedir | --sharedstatedir | --sharedstatedi \
| --sharedstated | --sharedstate | --sharedstat | --sharedsta \
| --sharedst | --shareds | --shared | --share | --shar \
| --sha | --sh)
ac_prev=sharedstatedir ;;
-sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
| --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
| --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
| --sha=* | --sh=*)
sharedstatedir=$ac_optarg ;;
-site | --site | --sit)
ac_prev=site ;;
-site=* | --site=* | --sit=*)
site=$ac_optarg ;;
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
ac_prev=srcdir ;;
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
srcdir=$ac_optarg ;;
-sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
| --syscon | --sysco | --sysc | --sys | --sy)
ac_prev=sysconfdir ;;
-sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
| --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
sysconfdir=$ac_optarg ;;
-target | --target | --targe | --targ | --tar | --ta | --t)
ac_prev=target_alias ;;
-target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
target_alias=$ac_optarg ;;
-v | -verbose | --verbose | --verbos | --verbo | --verb)
verbose=yes ;;
-version | --version | --versio | --versi | --vers | -V)
ac_init_version=: ;;
-with-* | --with-*)
ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
# Reject names that are not valid shell variable names.
expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
{ echo "$as_me: error: invalid package name: $ac_package" >&2
{ (exit 1); exit 1; }; }
ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
eval with_$ac_package=\$ac_optarg ;;
-without-* | --without-*)
ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
# Reject names that are not valid shell variable names.
expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
{ echo "$as_me: error: invalid package name: $ac_package" >&2
{ (exit 1); exit 1; }; }
ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
eval with_$ac_package=no ;;
--x)
# Obsolete; use --with-x.
with_x=yes ;;
-x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
| --x-incl | --x-inc | --x-in | --x-i)
ac_prev=x_includes ;;
-x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
| --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
x_includes=$ac_optarg ;;
-x-libraries | --x-libraries | --x-librarie | --x-librari \
| --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
ac_prev=x_libraries ;;
-x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
x_libraries=$ac_optarg ;;
-*) { echo "$as_me: error: unrecognized option: $ac_option
Try \`$0 --help' for more information." >&2
{ (exit 1); exit 1; }; }
;;
*=*)
ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
# Reject names that are not valid shell variable names.
expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
{ echo "$as_me: error: invalid variable name: $ac_envvar" >&2
{ (exit 1); exit 1; }; }
eval $ac_envvar=\$ac_optarg
export $ac_envvar ;;
*)
# FIXME: should be removed in autoconf 3.0.
echo "$as_me: WARNING: you should use --build, --host, --target" >&2
expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
echo "$as_me: WARNING: invalid host type: $ac_option" >&2
: ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
;;
esac
done
if test -n "$ac_prev"; then
ac_option=--`echo $ac_prev | sed 's/_/-/g'`
{ echo "$as_me: error: missing argument to $ac_option" >&2
{ (exit 1); exit 1; }; }
fi
# Be sure to have absolute directory names.
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
libdir localedir mandir
do
eval ac_val=\$$ac_var
case $ac_val in
[\\/$]* | ?:[\\/]* ) continue;;
NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
esac
{ echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
{ (exit 1); exit 1; }; }
done
# There might be people who depend on the old broken behavior: `$host'
# used to hold the argument of --host etc.
# FIXME: To remove some day.
build=$build_alias
host=$host_alias
target=$target_alias
# FIXME: To remove some day.
if test "x$host_alias" != x; then
if test "x$build_alias" = x; then
cross_compiling=maybe
echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used." >&2
elif test "x$build_alias" != "x$host_alias"; then
cross_compiling=yes
fi
fi
ac_tool_prefix=
test -n "$host_alias" && ac_tool_prefix=$host_alias-
test "$silent" = yes && exec 6>/dev/null
ac_pwd=`pwd` && test -n "$ac_pwd" &&
ac_ls_di=`ls -di .` &&
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
{ echo "$as_me: error: Working directory cannot be determined" >&2
{ (exit 1); exit 1; }; }
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
{ echo "$as_me: error: pwd does not report name of working directory" >&2
{ (exit 1); exit 1; }; }
# Find the source files, if location was not specified.
if test -z "$srcdir"; then
ac_srcdir_defaulted=yes
# Try the directory containing this script, then the parent directory.
ac_confdir=`$as_dirname -- "$0" ||
$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$0" : 'X\(//\)[^/]' \| \
X"$0" : 'X\(//\)$' \| \
X"$0" : 'X\(/\)' \| . 2>/dev/null ||
echo X"$0" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/
q
}
/^X\(\/\/\)[^/].*/{
s//\1/
q
}
/^X\(\/\/\)$/{
s//\1/
q
}
/^X\(\/\).*/{
s//\1/
q
}
s/.*/./; q'`
srcdir=$ac_confdir
if test ! -r "$srcdir/$ac_unique_file"; then
srcdir=..
fi
else
ac_srcdir_defaulted=no
fi
if test ! -r "$srcdir/$ac_unique_file"; then
test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
{ echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
{ (exit 1); exit 1; }; }
fi
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
ac_abs_confdir=`(
cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
{ (exit 1); exit 1; }; }
pwd)`
# When building in place, set srcdir=.
if test "$ac_abs_confdir" = "$ac_pwd"; then
srcdir=.
fi
# Remove unnecessary trailing slashes from srcdir.
# Double slashes in file names in object file debugging info
# mess up M-x gdb in Emacs.
case $srcdir in
*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
esac
for ac_var in $ac_precious_vars; do
eval ac_env_${ac_var}_set=\${${ac_var}+set}
eval ac_env_${ac_var}_value=\$${ac_var}
eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
eval ac_cv_env_${ac_var}_value=\$${ac_var}
done
#
# Report the --help message.
#
if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures systraq 20081217 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE. See below for descriptions of some of the useful variables.
Defaults for the options are specified in brackets.
Configuration:
-h, --help display this help and exit
--help=short display options specific to this package
--help=recursive display the short help of all the included packages
-V, --version display version information and exit
-q, --quiet, --silent do not print \`checking...' messages
--cache-file=FILE cache test results in FILE [disabled]
-C, --config-cache alias for \`--cache-file=config.cache'
-n, --no-create do not create output files
--srcdir=DIR find the sources in DIR [configure dir or \`..']
Installation directories:
--prefix=PREFIX install architecture-independent files in PREFIX
[$ac_default_prefix]
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[PREFIX]
By default, \`make install' will install all the files in
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
for instance \`--prefix=\$HOME'.
For better control, use the options below.
Fine tuning of the installation directories:
--bindir=DIR user executables [EPREFIX/bin]
--sbindir=DIR system admin executables [EPREFIX/sbin]
--libexecdir=DIR program executables [EPREFIX/libexec]
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
--datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
--datadir=DIR read-only architecture-independent data [DATAROOTDIR]
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root [DATAROOTDIR/doc/systraq]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
--psdir=DIR ps documentation [DOCDIR]
_ACEOF
cat <<\_ACEOF
Program names:
--program-prefix=PREFIX prepend PREFIX to installed program names
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM run sed PROGRAM on installed program names
_ACEOF
fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of systraq 20081217:";;
esac
cat <<\_ACEOF
Report bugs to .
_ACEOF
ac_status=$?
fi
if test "$ac_init_help" = "recursive"; then
# If there are subdirs, report their specific --help.
for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
test -d "$ac_dir" || continue
ac_builddir=.
case "$ac_dir" in
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
*)
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
# A ".." for each directory in $ac_dir_suffix.
ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
case $ac_top_builddir_sub in
"") ac_top_builddir_sub=. ac_top_build_prefix= ;;
*) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
esac ;;
esac
ac_abs_top_builddir=$ac_pwd
ac_abs_builddir=$ac_pwd$ac_dir_suffix
# for backward compatibility:
ac_top_builddir=$ac_top_build_prefix
case $srcdir in
.) # We are building in place.
ac_srcdir=.
ac_top_srcdir=$ac_top_builddir_sub
ac_abs_top_srcdir=$ac_pwd ;;
[\\/]* | ?:[\\/]* ) # Absolute name.
ac_srcdir=$srcdir$ac_dir_suffix;
ac_top_srcdir=$srcdir
ac_abs_top_srcdir=$srcdir ;;
*) # Relative name.
ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
ac_top_srcdir=$ac_top_build_prefix$srcdir
ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
esac
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
cd "$ac_dir" || { ac_status=$?; continue; }
# Check for guested configure.
if test -f "$ac_srcdir/configure.gnu"; then
echo &&
$SHELL "$ac_srcdir/configure.gnu" --help=recursive
elif test -f "$ac_srcdir/configure"; then
echo &&
$SHELL "$ac_srcdir/configure" --help=recursive
else
echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
fi || ac_status=$?
cd "$ac_pwd" || { ac_status=$?; break; }
done
fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
systraq configure 20081217
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
Copyright (C) Copyright 2001, 2002, 2003, 2004, 2005 Joost van Baal
_ACEOF
exit
fi
cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by systraq $as_me 20081217, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
_ACEOF
exec 5>>config.log
{
cat <<_ASUNAME
## --------- ##
## Platform. ##
## --------- ##
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
uname -m = `(uname -m) 2>/dev/null || echo unknown`
uname -r = `(uname -r) 2>/dev/null || echo unknown`
uname -s = `(uname -s) 2>/dev/null || echo unknown`
uname -v = `(uname -v) 2>/dev/null || echo unknown`
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
_ASUNAME
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
echo "PATH: $as_dir"
done
IFS=$as_save_IFS
} >&5
cat >&5 <<_ACEOF
## ----------- ##
## Core tests. ##
## ----------- ##
_ACEOF
# Keep a trace of the command line.
# Strip out --no-create and --no-recursion so they do not pile up.
# Strip out --silent because we don't want to record it for future runs.
# Also quote any args containing shell meta-characters.
# Make two passes to allow for proper duplicate-argument suppression.
ac_configure_args=
ac_configure_args0=
ac_configure_args1=
ac_must_keep_next=false
for ac_pass in 1 2
do
for ac_arg
do
case $ac_arg in
-no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
| -silent | --silent | --silen | --sile | --sil)
continue ;;
*\'*)
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
esac
case $ac_pass in
1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
2)
ac_configure_args1="$ac_configure_args1 '$ac_arg'"
if test $ac_must_keep_next = true; then
ac_must_keep_next=false # Got value, back to normal.
else
case $ac_arg in
*=* | --config-cache | -C | -disable-* | --disable-* \
| -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
| -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
| -with-* | --with-* | -without-* | --without-* | --x)
case "$ac_configure_args0 " in
"$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
esac
;;
-* ) ac_must_keep_next=true ;;
esac
fi
ac_configure_args="$ac_configure_args '$ac_arg'"
;;
esac
done
done
$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
# When interrupted or exit'd, cleanup temporary files, and complete
# config.log. We remove comments because anyway the quotes in there
# would cause problems or look ugly.
# WARNING: Use '\'' to represent an apostrophe within the trap.
# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
trap 'exit_status=$?
# Save into config.log some information that might help in debugging.
{
echo
cat <<\_ASBOX
## ---------------- ##
## Cache variables. ##
## ---------------- ##
_ASBOX
echo
# The following way of writing the cache mishandles newlines in values,
(
for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
eval ac_val=\$$ac_var
case $ac_val in #(
*${as_nl}*)
case $ac_var in #(
*_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
esac
case $ac_var in #(
_ | IFS | as_nl) ;; #(
*) $as_unset $ac_var ;;
esac ;;
esac
done
(set) 2>&1 |
case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
*${as_nl}ac_space=\ *)
sed -n \
"s/'\''/'\''\\\\'\'''\''/g;
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
;; #(
*)
sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
;;
esac |
sort
)
echo
cat <<\_ASBOX
## ----------------- ##
## Output variables. ##
## ----------------- ##
_ASBOX
echo
for ac_var in $ac_subst_vars
do
eval ac_val=\$$ac_var
case $ac_val in
*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
esac
echo "$ac_var='\''$ac_val'\''"
done | sort
echo
if test -n "$ac_subst_files"; then
cat <<\_ASBOX
## ------------------- ##
## File substitutions. ##
## ------------------- ##
_ASBOX
echo
for ac_var in $ac_subst_files
do
eval ac_val=\$$ac_var
case $ac_val in
*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
esac
echo "$ac_var='\''$ac_val'\''"
done | sort
echo
fi
if test -s confdefs.h; then
cat <<\_ASBOX
## ----------- ##
## confdefs.h. ##
## ----------- ##
_ASBOX
echo
cat confdefs.h
echo
fi
test "$ac_signal" != 0 &&
echo "$as_me: caught signal $ac_signal"
echo "$as_me: exit $exit_status"
} >&5
rm -f core *.core core.conftest.* &&
rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
exit $exit_status
' 0
for ac_signal in 1 2 13 15; do
trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
done
ac_signal=0
# confdefs.h avoids OS command line length limits that DEFS can exceed.
rm -f -r conftest* confdefs.h
# Predefined preprocessor variables.
cat >>confdefs.h <<_ACEOF
#define PACKAGE_NAME "$PACKAGE_NAME"
_ACEOF
cat >>confdefs.h <<_ACEOF
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
_ACEOF
cat >>confdefs.h <<_ACEOF
#define PACKAGE_VERSION "$PACKAGE_VERSION"
_ACEOF
cat >>confdefs.h <<_ACEOF
#define PACKAGE_STRING "$PACKAGE_STRING"
_ACEOF
cat >>confdefs.h <<_ACEOF
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
_ACEOF
# Let the site file select an alternate cache file if it wants to.
# Prefer explicitly selected file to automatically selected ones.
if test -n "$CONFIG_SITE"; then
set x "$CONFIG_SITE"
elif test "x$prefix" != xNONE; then
set x "$prefix/share/config.site" "$prefix/etc/config.site"
else
set x "$ac_default_prefix/share/config.site" \
"$ac_default_prefix/etc/config.site"
fi
shift
for ac_site_file
do
if test -r "$ac_site_file"; then
{ echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
echo "$as_me: loading site script $ac_site_file" >&6;}
sed 's/^/| /' "$ac_site_file" >&5
. "$ac_site_file"
fi
done
if test -r "$cache_file"; then
# Some versions of bash will fail to source /dev/null (special
# files actually), so we avoid doing that.
if test -f "$cache_file"; then
{ echo "$as_me:$LINENO: loading cache $cache_file" >&5
echo "$as_me: loading cache $cache_file" >&6;}
case $cache_file in
[\\/]* | ?:[\\/]* ) . "$cache_file";;
*) . "./$cache_file";;
esac
fi
else
{ echo "$as_me:$LINENO: creating cache $cache_file" >&5
echo "$as_me: creating cache $cache_file" >&6;}
>$cache_file
fi
# Check that the precious variables saved in the cache have kept the same
# value.
ac_cache_corrupted=false
for ac_var in $ac_precious_vars; do
eval ac_old_set=\$ac_cv_env_${ac_var}_set
eval ac_new_set=\$ac_env_${ac_var}_set
eval ac_old_val=\$ac_cv_env_${ac_var}_value
eval ac_new_val=\$ac_env_${ac_var}_value
case $ac_old_set,$ac_new_set in
set,)
{ echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ac_cache_corrupted=: ;;
,set)
{ echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
ac_cache_corrupted=: ;;
,);;
*)
if test "x$ac_old_val" != "x$ac_new_val"; then
{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
{ echo "$as_me:$LINENO: former value: $ac_old_val" >&5
echo "$as_me: former value: $ac_old_val" >&2;}
{ echo "$as_me:$LINENO: current value: $ac_new_val" >&5
echo "$as_me: current value: $ac_new_val" >&2;}
ac_cache_corrupted=:
fi;;
esac
# Pass precious variables to config.status.
if test "$ac_new_set" = set; then
case $ac_new_val in
*\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
*) ac_arg=$ac_var=$ac_new_val ;;
esac
case " $ac_configure_args " in
*" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
*) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
esac
fi
done
if $ac_cache_corrupted; then
{ echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
echo "$as_me: error: changes in the environment can compromise the build" >&2;}
{ { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
{ (exit 1); exit 1; }; }
fi
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
am__api_version="1.9"
ac_aux_dir=
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
if test -f "$ac_dir/install-sh"; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install-sh -c"
break
elif test -f "$ac_dir/install.sh"; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install.sh -c"
break
elif test -f "$ac_dir/shtool"; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/shtool install -c"
break
fi
done
if test -z "$ac_aux_dir"; then
{ { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
{ (exit 1); exit 1; }; }
fi
# These three variables are undocumented and unsupported,
# and are intended to be withdrawn in a future Autoconf release.
# They can cause serious problems if a builder's source tree is in a directory
# whose full name contains unusual characters.
ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
# incompatible versions:
# SysV /etc/install, /usr/sbin/install
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
# AmigaOS /C/install, which installs bootblocks on floppy discs
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# OS/2's system install, which has a completely different semantic
# ./install, which can be erroneously created by make from ./install.sh.
{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
if test -z "$INSTALL"; then
if test "${ac_cv_path_install+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
# Account for people who put trailing slashes in PATH elements.
case $as_dir/ in
./ | .// | /cC/* | \
/etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
/usr/ucb/* ) ;;
*)
# OSF1 and SCO ODT 3.0 have their own names for install.
# Don't use installbsd from OSF since it installs stuff as root
# by default.
for ac_prog in ginstall scoinst install; do
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
if test $ac_prog = install &&
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
# AIX install. It has an incompatible calling convention.
:
elif test $ac_prog = install &&
grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
# program-specific install script used by HP pwplus--don't use.
:
else
ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
break 3
fi
fi
done
done
;;
esac
done
IFS=$as_save_IFS
fi
if test "${ac_cv_path_install+set}" = set; then
INSTALL=$ac_cv_path_install
else
# As a last resort, use the slow shell script. Don't cache a
# value for INSTALL within a source directory, because that will
# break other packages using the cache if that directory is
# removed, or if the value is a relative name.
INSTALL=$ac_install_sh
fi
fi
{ echo "$as_me:$LINENO: result: $INSTALL" >&5
echo "${ECHO_T}$INSTALL" >&6; }
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
# Just in case
sleep 1
echo timestamp > conftest.file
# Do `set' in a subshell so we don't clobber the current shell's
# arguments. Must try -L first in case configure is actually a
# symlink; some systems play weird games with the mod time of symlinks
# (eg FreeBSD returns the mod time of the symlink's containing
# directory).
if (
set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
if test "$*" = "X"; then
# -L didn't work.
set X `ls -t $srcdir/configure conftest.file`
fi
rm -f conftest.file
if test "$*" != "X $srcdir/configure conftest.file" \
&& test "$*" != "X conftest.file $srcdir/configure"; then
# If neither matched, then we have a broken ls. This can happen
# if, for instance, CONFIG_SHELL is bash and it inherits a
# broken ls alias from the environment. This has actually
# happened. Such a system could not be considered "sane".
{ { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
alias in your environment" >&5
echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
alias in your environment" >&2;}
{ (exit 1); exit 1; }; }
fi
test "$2" = conftest.file
)
then
# Ok.
:
else
{ { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
Check your system clock" >&5
echo "$as_me: error: newly created file is older than distributed files!
Check your system clock" >&2;}
{ (exit 1); exit 1; }; }
fi
{ echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6; }
test "$program_prefix" != NONE &&
program_transform_name="s&^&$program_prefix&;$program_transform_name"
# Use a double $ so make ignores it.
test "$program_suffix" != NONE &&
program_transform_name="s&\$&$program_suffix&;$program_transform_name"
# Double any \ or $. echo might interpret backslashes.
# By default was `s,x,x', remove it if useless.
cat <<\_ACEOF >conftest.sed
s/[\\$]/&&/g;s/;s,x,x,$//
_ACEOF
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
rm -f conftest.sed
# expand $ac_aux_dir to an absolute path
am_aux_dir=`cd $ac_aux_dir && pwd`
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
# Use eval to expand $SHELL
if eval "$MISSING --run true"; then
am_missing_run="$MISSING --run "
else
am_missing_run=
{ echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
fi
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
# We used to keeping the `.' as first argument, in order to
# allow $(mkdir_p) to be used without argument. As in
# $(mkdir_p) $(somedir)
# where $(somedir) is conditionally defined. However this is wrong
# for two reasons:
# 1. if the package is installed by a user who cannot write `.'
# make install will fail,
# 2. the above comment should most certainly read
# $(mkdir_p) $(DESTDIR)$(somedir)
# so it does not work when $(somedir) is undefined and
# $(DESTDIR) is not.
# To support the latter case, we have to write
# test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
# so the `.' trick is pointless.
mkdir_p='mkdir -p --'
else
# On NextStep and OpenStep, the `mkdir' command does not
# recognize any option. It will interpret all options as
# directories to create, and then abort because `.' already
# exists.
for d in ./-p ./--version;
do
test -d $d && rmdir $d
done
# $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
if test -f "$ac_aux_dir/mkinstalldirs"; then
mkdir_p='$(mkinstalldirs)'
else
mkdir_p='$(install_sh) -d'
fi
fi
for ac_prog in gawk mawk nawk awk
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_prog_AWK+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$AWK"; then
ac_cv_prog_AWK="$AWK" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_AWK="$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
fi
fi
AWK=$ac_cv_prog_AWK
if test -n "$AWK"; then
{ echo "$as_me:$LINENO: result: $AWK" >&5
echo "${ECHO_T}$AWK" >&6; }
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
fi
test -n "$AWK" && break
done
{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.make <<\_ACEOF
SHELL = /bin/sh
all:
@echo '@@@%%%=$(MAKE)=@@@%%%'
_ACEOF
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
case `${MAKE-make} -f conftest.make 2>/dev/null` in
*@@@%%%=?*=@@@%%%*)
eval ac_cv_prog_make_${ac_make}_set=yes;;
*)
eval ac_cv_prog_make_${ac_make}_set=no;;
esac
rm -f conftest.make
fi
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
{ echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6; }
SET_MAKE=
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
SET_MAKE="MAKE=${MAKE-make}"
fi
rm -rf .tst 2>/dev/null
mkdir .tst 2>/dev/null
if test -d .tst; then
am__leading_dot=.
else
am__leading_dot=_
fi
rmdir .tst 2>/dev/null
# test to see if srcdir already configured
if test "`cd $srcdir && pwd`" != "`pwd`" &&
test -f $srcdir/config.status; then
{ { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
{ (exit 1); exit 1; }; }
fi
# test whether we have cygpath
if test -z "$CYGPATH_W"; then
if (cygpath --version) >/dev/null 2>/dev/null; then
CYGPATH_W='cygpath -w'
else
CYGPATH_W=echo
fi
fi
# Define the identity of the package.
PACKAGE='systraq'
VERSION='20081217'
cat >>confdefs.h <<_ACEOF
#define PACKAGE "$PACKAGE"
_ACEOF
cat >>confdefs.h <<_ACEOF
#define VERSION "$VERSION"
_ACEOF
# Some tools Automake needs.
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
install_sh=${install_sh-"$am_aux_dir/install-sh"}
# Installed binaries are usually stripped using `strip' when the user
# run `make install-strip'. However `strip' might not be the right
# tool to use in cross-compilation environments, therefore Automake
# will honor the `STRIP' environment variable to overrule this program.
if test "$cross_compiling" != no; then
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
set dummy ${ac_tool_prefix}strip; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_prog_STRIP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$STRIP"; then
ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
fi
fi
STRIP=$ac_cv_prog_STRIP
if test -n "$STRIP"; then
{ echo "$as_me:$LINENO: result: $STRIP" >&5
echo "${ECHO_T}$STRIP" >&6; }
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
fi
fi
if test -z "$ac_cv_prog_STRIP"; then
ac_ct_STRIP=$STRIP
# Extract the first word of "strip", so it can be a program name with args.
set dummy strip; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$ac_ct_STRIP"; then
ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_STRIP="strip"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
fi
fi
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
if test -n "$ac_ct_STRIP"; then
{ echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
echo "${ECHO_T}$ac_ct_STRIP" >&6; }
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
fi
if test "x$ac_ct_STRIP" = x; then
STRIP=":"
else
case $cross_compiling:$ac_tool_warned in
yes:)
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet. If you think this
configuration is useful to you, please write to autoconf@gnu.org." >&5
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet. If you think this
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
ac_tool_warned=yes ;;
esac
STRIP=$ac_ct_STRIP
fi
else
STRIP="$ac_cv_prog_STRIP"
fi
fi
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
# We need awk for the "check" target. The system "awk" is bad on
# some platforms.
# Always define AMTAR for backward compatibility.
AMTAR=${AMTAR-"${am_missing_run}tar"}
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
# incompatible versions:
# SysV /etc/install, /usr/sbin/install
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
# AmigaOS /C/install, which installs bootblocks on floppy discs
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# OS/2's system install, which has a completely different semantic
# ./install, which can be erroneously created by make from ./install.sh.
{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
if test -z "$INSTALL"; then
if test "${ac_cv_path_install+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
# Account for people who put trailing slashes in PATH elements.
case $as_dir/ in
./ | .// | /cC/* | \
/etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
/usr/ucb/* ) ;;
*)
# OSF1 and SCO ODT 3.0 have their own names for install.
# Don't use installbsd from OSF since it installs stuff as root
# by default.
for ac_prog in ginstall scoinst install; do
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
if test $ac_prog = install &&
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
# AIX install. It has an incompatible calling convention.
:
elif test $ac_prog = install &&
grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
# program-specific install script used by HP pwplus--don't use.
:
else
ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
break 3
fi
fi
done
done
;;
esac
done
IFS=$as_save_IFS
fi
if test "${ac_cv_path_install+set}" = set; then
INSTALL=$ac_cv_path_install
else
# As a last resort, use the slow shell script. Don't cache a
# value for INSTALL within a source directory, because that will
# break other packages using the cache if that directory is
# removed, or if the value is a relative name.
INSTALL=$ac_install_sh
fi
fi
{ echo "$as_me:$LINENO: result: $INSTALL" >&5
echo "${ECHO_T}$INSTALL" >&6; }
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
LN_S=$as_ln_s
if test "$LN_S" = "ln -s"; then
{ echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6; }
else
{ echo "$as_me:$LINENO: result: no, using $LN_S" >&5
echo "${ECHO_T}no, using $LN_S" >&6; }
fi
# AC_DEFINE_DIR is defined in acinclude.m4
prefix_NONE=
exec_prefix_NONE=
test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix
test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix
eval ac_define_dir="\"$sysconfdir/$PACKAGE\""
eval ac_define_dir="\"$ac_define_dir\""
SYSCONF_PATH="$ac_define_dir"
cat >>confdefs.h <<_ACEOF
#define SYSCONF_PATH "$ac_define_dir"
_ACEOF
test "$prefix_NONE" && prefix=NONE
test "$exec_prefix_NONE" && exec_prefix=NONE
prefix_NONE=
exec_prefix_NONE=
test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix
test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix
eval ac_define_dir="\"$bindir\""
eval ac_define_dir="\"$ac_define_dir\""
BIN_PATH="$ac_define_dir"
cat >>confdefs.h <<_ACEOF
#define BIN_PATH "$ac_define_dir"
_ACEOF
test "$prefix_NONE" && prefix=NONE
test "$exec_prefix_NONE" && exec_prefix=NONE
prefix_NONE=
exec_prefix_NONE=
test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix
test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix
eval ac_define_dir="\"$sbindir\""
eval ac_define_dir="\"$ac_define_dir\""
SBIN_PATH="$ac_define_dir"
cat >>confdefs.h <<_ACEOF
#define SBIN_PATH "$ac_define_dir"
_ACEOF
test "$prefix_NONE" && prefix=NONE
test "$exec_prefix_NONE" && exec_prefix=NONE
prefix_NONE=
exec_prefix_NONE=
test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix
test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix
eval ac_define_dir="\"$libexecdir/$PACKAGE\""
eval ac_define_dir="\"$ac_define_dir\""
LIBEXEC_PATH="$ac_define_dir"
cat >>confdefs.h <<_ACEOF
#define LIBEXEC_PATH "$ac_define_dir"
_ACEOF
test "$prefix_NONE" && prefix=NONE
test "$exec_prefix_NONE" && exec_prefix=NONE
prefix_NONE=
exec_prefix_NONE=
test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix
test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix
eval ac_define_dir="\"$localstatedir/lib/$PACKAGE\""
eval ac_define_dir="\"$ac_define_dir\""
LOCALSTATE_PATH="$ac_define_dir"
cat >>confdefs.h <<_ACEOF
#define LOCALSTATE_PATH "$ac_define_dir"
_ACEOF
test "$prefix_NONE" && prefix=NONE
test "$exec_prefix_NONE" && exec_prefix=NONE
prefix_NONE=
exec_prefix_NONE=
test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix
test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix
eval ac_define_dir="\"$datadir/doc/$PACKAGE\""
eval ac_define_dir="\"$ac_define_dir\""
DOC_PATH="$ac_define_dir"
cat >>confdefs.h <<_ACEOF
#define DOC_PATH "$ac_define_dir"
_ACEOF
test "$prefix_NONE" && prefix=NONE
test "$exec_prefix_NONE" && exec_prefix=NONE
prefix_NONE=
exec_prefix_NONE=
test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix
test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix
eval ac_define_dir="\"$sysconfdir/cron.d\""
eval ac_define_dir="\"$ac_define_dir\""
CRON_PATH="$ac_define_dir"
cat >>confdefs.h <<_ACEOF
#define CRON_PATH "$ac_define_dir"
_ACEOF
test "$prefix_NONE" && prefix=NONE
test "$exec_prefix_NONE" && exec_prefix=NONE
prefix_NONE=
exec_prefix_NONE=
test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix
test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix
eval ac_define_dir="\"$LOCALSTATE_PATH\""
eval ac_define_dir="\"$ac_define_dir\""
HOME_PATH="$ac_define_dir"
cat >>confdefs.h <<_ACEOF
#define HOME_PATH "$ac_define_dir"
_ACEOF
test "$prefix_NONE" && prefix=NONE
test "$exec_prefix_NONE" && exec_prefix=NONE
YEAR=`cat $srcdir/stamp.year`
MONTH=`cat $srcdir/stamp.month`
DAY=`cat $srcdir/stamp.day`
{ echo "$as_me:$LINENO: checking for SGML Declaration for XML 1.0" >&5
echo $ECHO_N "checking for SGML Declaration for XML 1.0... $ECHO_C" >&6; }
if test -z "$XMLDCL"
then
if test -f /usr/share/sgml/declaration/xml.dcl
then
XMLDCL=/usr/share/sgml/declaration/xml.dcl
{ echo "$as_me:$LINENO: result: $XMLDCL" >&5
echo "${ECHO_T}$XMLDCL" >&6; }
else
{ { echo "$as_me:$LINENO: error:
The SGML Declaration for XML 1.0 is required for building.
No file /usr/share/sgml/declaration/xml.dcl is present on your
system; I don't know where to find this declaration elsewhere.
If it is installed in some location on your system, set the
XMLDCL environment variable to this files full pathname before
running ./configure. If you really lack this file:
It is shipped with the sgml-data Debian package, available from
http://packages.debian.org/sgml-data. It can be found elsewhere
too." >&5
echo "$as_me: error:
The SGML Declaration for XML 1.0 is required for building.
No file /usr/share/sgml/declaration/xml.dcl is present on your
system; I don't know where to find this declaration elsewhere.
If it is installed in some location on your system, set the
XMLDCL environment variable to this files full pathname before
running ./configure. If you really lack this file:
It is shipped with the sgml-data Debian package, available from
http://packages.debian.org/sgml-data. It can be found elsewhere
too." >&2;}
{ (exit 1); exit 1; }; }
fi
else
{ echo "$as_me:$LINENO: result: $XMLDCL" >&5
echo "${ECHO_T}$XMLDCL" >&6; }
if test -f "$XMLDCL"
then
:
else
{ echo "$as_me:$LINENO: WARNING: $XMLDCL isn't present on the system" >&5
echo "$as_me: WARNING: $XMLDCL isn't present on the system" >&2;}
fi
fi
{ echo "$as_me:$LINENO: checking for DocBook XSL stylesheet for manpages" >&5
echo $ECHO_N "checking for DocBook XSL stylesheet for manpages... $ECHO_C" >&6; }
if test -z "$MANXSL"
then
if test -f /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
then
MANXSL=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
{ echo "$as_me:$LINENO: result: $MANXSL" >&5
echo "${ECHO_T}$MANXSL" >&6; }
else
{ { echo "$as_me:$LINENO: error:
A DocBook XSL stylesheet for manpages is required for building.
No file /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
is present on your system; I don't know where to find this
stylesheet elsewhere. If it is installed in some location on your
system, set the MANXSL environment variable to this files full
pathname before running ./configure. If you really lack this file:
It is shipped with the docbook-xsl tarball as published via the
Sourceforge DocBook Open Repository by Norman Walsh e.a., on
http://docbook.sourceforge.net/projects/xsl/ . It comes with many
GNU/Linux and BSD distributions too." >&5
echo "$as_me: error:
A DocBook XSL stylesheet for manpages is required for building.
No file /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
is present on your system; I don't know where to find this
stylesheet elsewhere. If it is installed in some location on your
system, set the MANXSL environment variable to this files full
pathname before running ./configure. If you really lack this file:
It is shipped with the docbook-xsl tarball as published via the
Sourceforge DocBook Open Repository by Norman Walsh e.a., on
http://docbook.sourceforge.net/projects/xsl/ . It comes with many
GNU/Linux and BSD distributions too." >&2;}
{ (exit 1); exit 1; }; }
fi
else
{ echo "$as_me:$LINENO: result: $MANXSL" >&5
echo "${ECHO_T}$MANXSL" >&6; }
if test -f "$MANXSL"
then
:
else
{ echo "$as_me:$LINENO: WARNING: $MANXSL isn't present on the system" >&5
echo "$as_me: WARNING: $MANXSL isn't present on the system" >&2;}
fi
fi
for ac_prog in xsltproc
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_path_XP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case $XP in
[\\/]* | ?:[\\/]*)
ac_cv_path_XP="$XP" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_XP="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
;;
esac
fi
XP=$ac_cv_path_XP
if test -n "$XP"; then
{ echo "$as_me:$LINENO: result: $XP" >&5
echo "${ECHO_T}$XP" >&6; }
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
fi
test -n "$XP" && break
done
if test -z "$XP"
then
{ { echo "$as_me:$LINENO: error:
xsltproc by Daniel Veillard is required for building.
It can be downloaded from http://xmlsoft.org/XSLT/ and is
shipped with many GNU/Linux and BSD distributions." >&5
echo "$as_me: error:
xsltproc by Daniel Veillard is required for building.
It can be downloaded from http://xmlsoft.org/XSLT/ and is
shipped with many GNU/Linux and BSD distributions." >&2;}
{ (exit 1); exit 1; }; }
fi
for ac_prog in w3m
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_path_W3M+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case $W3M in
[\\/]* | ?:[\\/]*)
ac_cv_path_W3M="$W3M" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_W3M="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
;;
esac
fi
W3M=$ac_cv_path_W3M
if test -n "$W3M"; then
{ echo "$as_me:$LINENO: result: $W3M" >&5
echo "${ECHO_T}$W3M" >&6; }
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
fi
test -n "$W3M" && break
done
for ac_prog in lynx
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_path_LYNX+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case $LYNX in
[\\/]* | ?:[\\/]*)
ac_cv_path_LYNX="$LYNX" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_LYNX="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
;;
esac
fi
LYNX=$ac_cv_path_LYNX
if test -n "$LYNX"; then
{ echo "$as_me:$LINENO: result: $LYNX" >&5
echo "${ECHO_T}$LYNX" >&6; }
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
fi
test -n "$LYNX" && break
done
if test -z "$W3M"
then
if test -z "$LYNX"
then
{ { echo "$as_me:$LINENO: error:
Either w3m or Lynx is required for building. W3m can be
downloaded from http://sourceforge.net/projects/w3m. Lynx can be
downloaded from http://lynx.isc.org/release/. Both w3m and Lynx
are shipped with many GNU/Linux and BSD distributions." >&5
echo "$as_me: error:
Either w3m or Lynx is required for building. W3m can be
downloaded from http://sourceforge.net/projects/w3m. Lynx can be
downloaded from http://lynx.isc.org/release/. Both w3m and Lynx
are shipped with many GNU/Linux and BSD distributions." >&2;}
{ (exit 1); exit 1; }; }
else
HTML2TXT="$LYNX -dump -nolist"
fi
else
HTML2TXT="$W3M -dump"
fi
for ac_prog in openjade jade
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_path_JADE+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case $JADE in
[\\/]* | ?:[\\/]*)
ac_cv_path_JADE="$JADE" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_JADE="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
;;
esac
fi
JADE=$ac_cv_path_JADE
if test -n "$JADE"; then
{ echo "$as_me:$LINENO: result: $JADE" >&5
echo "${ECHO_T}$JADE" >&6; }
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
fi
test -n "$JADE" && break
done
if test -z "$JADE"
then
{ { echo "$as_me:$LINENO: error:
OpenJade or Jade is required for building.
OpenJade can be downloaded from http://openjade.sourceforge.net/ and is
shipped with many GNU/Linux and BSD distributions." >&5
echo "$as_me: error:
OpenJade or Jade is required for building.
OpenJade can be downloaded from http://openjade.sourceforge.net/ and is
shipped with many GNU/Linux and BSD distributions." >&2;}
{ (exit 1); exit 1; }; }
fi
for ac_prog in jadetex
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_path_JADETEX+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case $JADETEX in
[\\/]* | ?:[\\/]*)
ac_cv_path_JADETEX="$JADETEX" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_JADETEX="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
;;
esac
fi
JADETEX=$ac_cv_path_JADETEX
if test -n "$JADETEX"; then
{ echo "$as_me:$LINENO: result: $JADETEX" >&5
echo "${ECHO_T}$JADETEX" >&6; }
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
fi
test -n "$JADETEX" && break
done
if test -z "$JADETEX"
then
{ { echo "$as_me:$LINENO: error:
JadeTeX is required for building.
It can be downloaded from http://jadetex.sourceforge.net/ and is
shipped with many GNU/Linux and BSD distributions." >&5
echo "$as_me: error:
JadeTeX is required for building.
It can be downloaded from http://jadetex.sourceforge.net/ and is
shipped with many GNU/Linux and BSD distributions." >&2;}
{ (exit 1); exit 1; }; }
fi
for ac_prog in pdfjadetex
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_path_PDFJADETEX+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case $PDFJADETEX in
[\\/]* | ?:[\\/]*)
ac_cv_path_PDFJADETEX="$PDFJADETEX" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_PDFJADETEX="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
;;
esac
fi
PDFJADETEX=$ac_cv_path_PDFJADETEX
if test -n "$PDFJADETEX"; then
{ echo "$as_me:$LINENO: result: $PDFJADETEX" >&5
echo "${ECHO_T}$PDFJADETEX" >&6; }
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
fi
test -n "$PDFJADETEX" && break
done
if test -z "$PDFJADETEX"
then
{ { echo "$as_me:$LINENO: error:
JadeTeX's pdfjadetex is required for building.
It can be downloaded from http://jadetex.sourceforge.net/ and is
shipped with many GNU/Linux and BSD distributions." >&5
echo "$as_me: error:
JadeTeX's pdfjadetex is required for building.
It can be downloaded from http://jadetex.sourceforge.net/ and is
shipped with many GNU/Linux and BSD distributions." >&2;}
{ (exit 1); exit 1; }; }
fi
for ac_prog in dvips
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_path_DVIPS+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case $DVIPS in
[\\/]* | ?:[\\/]*)
ac_cv_path_DVIPS="$DVIPS" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_DVIPS="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
;;
esac
fi
DVIPS=$ac_cv_path_DVIPS
if test -n "$DVIPS"; then
{ echo "$as_me:$LINENO: result: $DVIPS" >&5
echo "${ECHO_T}$DVIPS" >&6; }
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
fi
test -n "$DVIPS" && break
done
if test -z "$DVIPS"
then
{ { echo "$as_me:$LINENO: error:
teTeX's dvips is required for building.
It can be downloaded from
ftp://ftp.dante.de:/pub/tex/systems/unix/teTeX and is shipped with
many GNU/Linux and BSD distributions." >&5
echo "$as_me: error:
teTeX's dvips is required for building.
It can be downloaded from
ftp://ftp.dante.de:/pub/tex/systems/unix/teTeX and is shipped with
many GNU/Linux and BSD distributions." >&2;}
{ (exit 1); exit 1; }; }
fi
## AC_PATH_PROGS(PS2PDF, ps2pdf)
## if test -z "$PS2PDF"
## then
## AC_MSG_ERROR([
## Ghostscripts's ps2pdf is required for building.
## Is can be downloaded from
## ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/
## and is shipped with many GNU/Linux and BSD distributions.])
## fi
for ac_prog in run-parts
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_path_RUN_PARTS+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case $RUN_PARTS in
[\\/]* | ?:[\\/]*)
ac_cv_path_RUN_PARTS="$RUN_PARTS" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_RUN_PARTS="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
;;
esac
fi
RUN_PARTS=$ac_cv_path_RUN_PARTS
if test -n "$RUN_PARTS"; then
{ echo "$as_me:$LINENO: result: $RUN_PARTS" >&5
echo "${ECHO_T}$RUN_PARTS" >&6; }
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
fi
test -n "$RUN_PARTS" && break
done
if test -z "$RUN_PARTS"
then
{ echo "$as_me:$LINENO: WARNING:
run-parts is required for running systraq. run-parts is shipped with
the debianutils Debian package, which can be downloaded (in both source
and binary form) from http://packages.debian.org/debianutils . If you'd
rather not want to install that on your system you might want to
reimplement run-parts in a quick and dirty way:
cat < ~/bin/run-parts
#!/bin/sh
for f in $1/*; do ./$f; done
EOT
(A somewhat less ugly implementation is in the contrib/ directory in
the systraq source distribution.) Rerun ./configure afterwards." >&5
echo "$as_me: WARNING:
run-parts is required for running systraq. run-parts is shipped with
the debianutils Debian package, which can be downloaded (in both source
and binary form) from http://packages.debian.org/debianutils . If you'd
rather not want to install that on your system you might want to
reimplement run-parts in a quick and dirty way:
cat < ~/bin/run-parts
#!/bin/sh
for f in $1/*; do ./$f; done
EOT
(A somewhat less ugly implementation is in the contrib/ directory in
the systraq source distribution.) Rerun ./configure afterwards." >&2;}
fi
ac_config_files="$ac_config_files Makefile doc/Makefile doc/man.ent etc/Makefile etc/filetraq.conf etc/snapshot_pub.list etc/systraq lib/Makefile man/Makefile man/man.ent script/st_snapshot.hourly script/systraq script/Makefile contrib/Makefile"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs, see configure's option --config-cache.
# It is not useful on other systems. If it contains results you don't
# want to keep, you may remove or edit it.
#
# config.status only pays attention to the cache file if you give it
# the --recheck option to rerun configure.
#
# `ac_cv_env_foo' variables (set or unset) will be overridden when
# loading this file, other *unset* `ac_cv_foo' will be assigned the
# following values.
_ACEOF
# The following way of writing the cache mishandles newlines in values,
# but we know of no workaround that is simple, portable, and efficient.
# So, we kill variables containing newlines.
# Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars.
(
for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
eval ac_val=\$$ac_var
case $ac_val in #(
*${as_nl}*)
case $ac_var in #(
*_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
esac
case $ac_var in #(
_ | IFS | as_nl) ;; #(
*) $as_unset $ac_var ;;
esac ;;
esac
done
(set) 2>&1 |
case $as_nl`(ac_space=' '; set) 2>&1` in #(
*${as_nl}ac_space=\ *)
# `set' does not quote correctly, so add quotes (double-quote
# substitution turns \\\\ into \\, and sed turns \\ into \).
sed -n \
"s/'/'\\\\''/g;
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
;; #(
*)
# `set' quotes correctly as required by POSIX, so do not add quotes.
sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
;;
esac |
sort
) |
sed '
/^ac_cv_env_/b end
t clear
:clear
s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
t end
s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
:end' >>confcache
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
if test -w "$cache_file"; then
test "x$cache_file" != "x/dev/null" &&
{ echo "$as_me:$LINENO: updating cache $cache_file" >&5
echo "$as_me: updating cache $cache_file" >&6;}
cat confcache >$cache_file
else
{ echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
echo "$as_me: not updating unwritable cache $cache_file" >&6;}
fi
fi
rm -f confcache
test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
# Transform confdefs.h into DEFS.
# Protect against shell expansion while executing Makefile rules.
# Protect against Makefile macro expansion.
#
# If the first sed substitution is executed (which looks for macros that
# take arguments), then branch to the quote section. Otherwise,
# look for a macro that doesn't take arguments.
ac_script='
t clear
:clear
s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
t quote
s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
t quote
b any
:quote
s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
s/\[/\\&/g
s/\]/\\&/g
s/\$/$$/g
H
:any
${
g
s/^\n//
s/\n/ /g
p
}
'
DEFS=`sed -n "$ac_script" confdefs.h`
ac_libobjs=
ac_ltlibobjs=
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
# 1. Remove the extension, and $U if already installed.
ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ac_i=`echo "$ac_i" | sed "$ac_script"`
# 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
# will be set to the directory where LIBOBJS objects are built.
ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
done
LIBOBJS=$ac_libobjs
LTLIBOBJS=$ac_ltlibobjs
: ${CONFIG_STATUS=./config.status}
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
echo "$as_me: creating $CONFIG_STATUS" >&6;}
cat >$CONFIG_STATUS <<_ACEOF
#! $SHELL
# Generated by $as_me.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
# configure, is in config.log if it exists.
debug=false
ac_cs_recheck=false
ac_cs_silent=false
SHELL=\${CONFIG_SHELL-$SHELL}
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF
## --------------------- ##
## M4sh Initialization. ##
## --------------------- ##
# Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
emulate sh
NULLCMD=:
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
# is contrary to our usage. Disable this feature.
alias -g '${1+"$@"}'='"$@"'
setopt NO_GLOB_SUBST
else
case `(set -o) 2>/dev/null` in
*posix*) set -o posix ;;
esac
fi
# PATH needs CR
# Avoid depending upon Character Ranges.
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
as_cr_digits='0123456789'
as_cr_alnum=$as_cr_Letters$as_cr_digits
# The user is always right.
if test "${PATH_SEPARATOR+set}" != set; then
echo "#! /bin/sh" >conf$$.sh
echo "exit 0" >>conf$$.sh
chmod +x conf$$.sh
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
PATH_SEPARATOR=';'
else
PATH_SEPARATOR=:
fi
rm -f conf$$.sh
fi
# Support unset when possible.
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
as_unset=unset
else
as_unset=false
fi
# IFS
# We need space, tab and new line, in precisely that order. Quoting is
# there to prevent editors from complaining about space-tab.
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
# splitting by setting IFS to empty value.)
as_nl='
'
IFS=" "" $as_nl"
# Find who we are. Look in the path if we contain no directory separator.
case $0 in
*[\\/]* ) as_myself=$0 ;;
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
done
IFS=$as_save_IFS
;;
esac
# We did not find ourselves, most probably we were run as `sh COMMAND'
# in which case we are not to be found in the path.
if test "x$as_myself" = x; then
as_myself=$0
fi
if test ! -f "$as_myself"; then
echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
{ (exit 1); exit 1; }
fi
# Work around bugs in pre-3.0 UWIN ksh.
for as_var in ENV MAIL MAILPATH
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
done
PS1='$ '
PS2='> '
PS4='+ '
# NLS nuisances.
for as_var in \
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
LC_TELEPHONE LC_TIME
do
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
eval $as_var=C; export $as_var
else
($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
fi
done
# Required to use basename.
if expr a : '\(a\)' >/dev/null 2>&1 &&
test "X`expr 00001 : '.*\(...\)'`" = X001; then
as_expr=expr
else
as_expr=false
fi
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
as_basename=basename
else
as_basename=false
fi
# Name of the executable.
as_me=`$as_basename -- "$0" ||
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
X"$0" : 'X\(//\)$' \| \
X"$0" : 'X\(/\)' \| . 2>/dev/null ||
echo X/"$0" |
sed '/^.*\/\([^/][^/]*\)\/*$/{
s//\1/
q
}
/^X\/\(\/\/\)$/{
s//\1/
q
}
/^X\/\(\/\).*/{
s//\1/
q
}
s/.*/./; q'`
# CDPATH.
$as_unset CDPATH
as_lineno_1=$LINENO
as_lineno_2=$LINENO
test "x$as_lineno_1" != "x$as_lineno_2" &&
test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
# Create $as_me.lineno as a copy of $as_myself, but with $LINENO
# uniformly replaced by the line number. The first 'sed' inserts a
# line-number line after each line using $LINENO; the second 'sed'
# does the real work. The second script uses 'N' to pair each
# line-number line with the line containing $LINENO, and appends
# trailing '-' during substitution so that $LINENO is not a special
# case at line end.
# (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
# scripts with optimization help from Paolo Bonzini. Blame Lee
# E. McMahon (1931-1989) for sed's syntax. :-)
sed -n '
p
/[$]LINENO/=
' <$as_myself |
sed '
s/[$]LINENO.*/&-/
t lineno
b
:lineno
N
:loop
s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
t loop
s/-\n.*//
' >$as_me.lineno &&
chmod +x "$as_me.lineno" ||
{ echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
{ (exit 1); exit 1; }; }
# Don't try to exec as it changes $[0], causing all sort of problems
# (the dirname of $[0] is not the place where we might find the
# original and so on. Autoconf is especially sensitive to this).
. "./$as_me.lineno"
# Exit status is that of the last command.
exit
}
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
as_dirname=dirname
else
as_dirname=false
fi
ECHO_C= ECHO_N= ECHO_T=
case `echo -n x` in
-n*)
case `echo 'x\c'` in
*c*) ECHO_T=' ';; # ECHO_T is single tab character.
*) ECHO_C='\c';;
esac;;
*)
ECHO_N='-n';;
esac
if expr a : '\(a\)' >/dev/null 2>&1 &&
test "X`expr 00001 : '.*\(...\)'`" = X001; then
as_expr=expr
else
as_expr=false
fi
rm -f conf$$ conf$$.exe conf$$.file
if test -d conf$$.dir; then
rm -f conf$$.dir/conf$$.file
else
rm -f conf$$.dir
mkdir conf$$.dir
fi
echo >conf$$.file
if ln -s conf$$.file conf$$ 2>/dev/null; then
as_ln_s='ln -s'
# ... but there are two gotchas:
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
# In both cases, we have to default to `cp -p'.
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
as_ln_s='cp -p'
elif ln conf$$.file conf$$ 2>/dev/null; then
as_ln_s=ln
else
as_ln_s='cp -p'
fi
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
rmdir conf$$.dir 2>/dev/null
if mkdir -p . 2>/dev/null; then
as_mkdir_p=:
else
test -d ./-p && rmdir ./-p
as_mkdir_p=false
fi
if test -x / >/dev/null 2>&1; then
as_test_x='test -x'
else
if ls -dL / >/dev/null 2>&1; then
as_ls_L_option=L
else
as_ls_L_option=
fi
as_test_x='
eval sh -c '\''
if test -d "$1"; then
test -d "$1/.";
else
case $1 in
-*)set "./$1";;
esac;
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
???[sx]*):;;*)false;;esac;fi
'\'' sh
'
fi
as_executable_p=$as_test_x
# Sed expression to map a string onto a valid CPP name.
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Sed expression to map a string onto a valid variable name.
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
exec 6>&1
# Save the log message, to keep $[0] and so on meaningful, and to
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by systraq $as_me 20081217, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS
CONFIG_LINKS = $CONFIG_LINKS
CONFIG_COMMANDS = $CONFIG_COMMANDS
$ $0 $@
on `(hostname || uname -n) 2>/dev/null | sed 1q`
"
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
# Files that config.status was made for.
config_files="$ac_config_files"
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF
ac_cs_usage="\
\`$as_me' instantiates files from templates according to the
current configuration.
Usage: $0 [OPTIONS] [FILE]...
-h, --help print this help, then exit
-V, --version print version number and configuration settings, then exit
-q, --quiet do not print progress messages
-d, --debug don't remove temporary files
--recheck update $as_me by reconfiguring in the same conditions
--file=FILE[:TEMPLATE]
instantiate the configuration file FILE
Configuration files:
$config_files
Report bugs to ."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
systraq config.status 20081217
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Copyright (C) 2006 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
ac_pwd='$ac_pwd'
srcdir='$srcdir'
INSTALL='$INSTALL'
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF
# If no file are specified by the user, then we need to provide default
# value. By we need to know if files were specified by the user.
ac_need_defaults=:
while test $# != 0
do
case $1 in
--*=*)
ac_option=`expr "X$1" : 'X\([^=]*\)='`
ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ac_shift=:
;;
*)
ac_option=$1
ac_optarg=$2
ac_shift=shift
;;
esac
case $ac_option in
# Handling of the options.
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
ac_cs_recheck=: ;;
--version | --versio | --versi | --vers | --ver | --ve | --v | -V )
echo "$ac_cs_version"; exit ;;
--debug | --debu | --deb | --de | --d | -d )
debug=: ;;
--file | --fil | --fi | --f )
$ac_shift
CONFIG_FILES="$CONFIG_FILES $ac_optarg"
ac_need_defaults=false;;
--he | --h | --help | --hel | -h )
echo "$ac_cs_usage"; exit ;;
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
| -silent | --silent | --silen | --sile | --sil | --si | --s)
ac_cs_silent=: ;;
# This is an error.
-*) { echo "$as_me: error: unrecognized option: $1
Try \`$0 --help' for more information." >&2
{ (exit 1); exit 1; }; } ;;
*) ac_config_targets="$ac_config_targets $1"
ac_need_defaults=false ;;
esac
shift
done
ac_configure_extra_args=
if $ac_cs_silent; then
exec 6>/dev/null
ac_configure_extra_args="$ac_configure_extra_args --silent"
fi
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
if \$ac_cs_recheck; then
echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
CONFIG_SHELL=$SHELL
export CONFIG_SHELL
exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
fi
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF
exec 5>>config.log
{
echo
sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
## Running $as_me. ##
_ASBOX
echo "$ac_log"
} >&5
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF
# Handling of arguments.
for ac_config_target in $ac_config_targets
do
case $ac_config_target in
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
"doc/man.ent") CONFIG_FILES="$CONFIG_FILES doc/man.ent" ;;
"etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
"etc/filetraq.conf") CONFIG_FILES="$CONFIG_FILES etc/filetraq.conf" ;;
"etc/snapshot_pub.list") CONFIG_FILES="$CONFIG_FILES etc/snapshot_pub.list" ;;
"etc/systraq") CONFIG_FILES="$CONFIG_FILES etc/systraq" ;;
"lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
"man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
"man/man.ent") CONFIG_FILES="$CONFIG_FILES man/man.ent" ;;
"script/st_snapshot.hourly") CONFIG_FILES="$CONFIG_FILES script/st_snapshot.hourly" ;;
"script/systraq") CONFIG_FILES="$CONFIG_FILES script/systraq" ;;
"script/Makefile") CONFIG_FILES="$CONFIG_FILES script/Makefile" ;;
"contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };;
esac
done
# If the user did not use the arguments to specify the items to instantiate,
# then the envvar interface is used. Set only those that are not.
# We use the long form for the default assignment because of an extremely
# bizarre bug on SunOS 4.1.3.
if $ac_need_defaults; then
test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
fi
# Have a temporary directory for convenience. Make it in the build tree
# simply because there is no reason against having it here, and in addition,
# creating and moving files from /tmp can sometimes cause problems.
# Hook for its removal unless debugging.
# Note that there is a small window in which the directory will not be cleaned:
# after its creation but before its name has been assigned to `$tmp'.
$debug ||
{
tmp=
trap 'exit_status=$?
{ test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
' 0
trap '{ (exit 1); exit 1; }' 1 2 13 15
}
# Create a (secure) tmp directory for tmp files.
{
tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
test -n "$tmp" && test -d "$tmp"
} ||
{
tmp=./conf$$-$RANDOM
(umask 077 && mkdir "$tmp")
} ||
{
echo "$me: cannot create a temporary directory in ." >&2
{ (exit 1); exit 1; }
}
#
# Set up the sed scripts for CONFIG_FILES section.
#
# No need to generate the scripts if there are no CONFIG_FILES.
# This happens for instance when ./config.status config.h
if test -n "$CONFIG_FILES"; then
_ACEOF
ac_delim='%!_!# '
for ac_last_try in false false false false false :; do
cat >conf$$subs.sed <<_ACEOF
SHELL!$SHELL$ac_delim
PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
PACKAGE_NAME!$PACKAGE_NAME$ac_delim
PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
PACKAGE_STRING!$PACKAGE_STRING$ac_delim
PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
exec_prefix!$exec_prefix$ac_delim
prefix!$prefix$ac_delim
program_transform_name!$program_transform_name$ac_delim
bindir!$bindir$ac_delim
sbindir!$sbindir$ac_delim
libexecdir!$libexecdir$ac_delim
datarootdir!$datarootdir$ac_delim
datadir!$datadir$ac_delim
sysconfdir!$sysconfdir$ac_delim
sharedstatedir!$sharedstatedir$ac_delim
localstatedir!$localstatedir$ac_delim
includedir!$includedir$ac_delim
oldincludedir!$oldincludedir$ac_delim
docdir!$docdir$ac_delim
infodir!$infodir$ac_delim
htmldir!$htmldir$ac_delim
dvidir!$dvidir$ac_delim
pdfdir!$pdfdir$ac_delim
psdir!$psdir$ac_delim
libdir!$libdir$ac_delim
localedir!$localedir$ac_delim
mandir!$mandir$ac_delim
DEFS!$DEFS$ac_delim
ECHO_C!$ECHO_C$ac_delim
ECHO_N!$ECHO_N$ac_delim
ECHO_T!$ECHO_T$ac_delim
LIBS!$LIBS$ac_delim
build_alias!$build_alias$ac_delim
host_alias!$host_alias$ac_delim
target_alias!$target_alias$ac_delim
INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
INSTALL_DATA!$INSTALL_DATA$ac_delim
CYGPATH_W!$CYGPATH_W$ac_delim
PACKAGE!$PACKAGE$ac_delim
VERSION!$VERSION$ac_delim
ACLOCAL!$ACLOCAL$ac_delim
AUTOCONF!$AUTOCONF$ac_delim
AUTOMAKE!$AUTOMAKE$ac_delim
AUTOHEADER!$AUTOHEADER$ac_delim
MAKEINFO!$MAKEINFO$ac_delim
install_sh!$install_sh$ac_delim
STRIP!$STRIP$ac_delim
INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
mkdir_p!$mkdir_p$ac_delim
AWK!$AWK$ac_delim
SET_MAKE!$SET_MAKE$ac_delim
am__leading_dot!$am__leading_dot$ac_delim
AMTAR!$AMTAR$ac_delim
am__tar!$am__tar$ac_delim
am__untar!$am__untar$ac_delim
LN_S!$LN_S$ac_delim
SYSCONF_PATH!$SYSCONF_PATH$ac_delim
BIN_PATH!$BIN_PATH$ac_delim
SBIN_PATH!$SBIN_PATH$ac_delim
LIBEXEC_PATH!$LIBEXEC_PATH$ac_delim
LOCALSTATE_PATH!$LOCALSTATE_PATH$ac_delim
DOC_PATH!$DOC_PATH$ac_delim
CRON_PATH!$CRON_PATH$ac_delim
HOME_PATH!$HOME_PATH$ac_delim
YEAR!$YEAR$ac_delim
MONTH!$MONTH$ac_delim
DAY!$DAY$ac_delim
XMLDCL!$XMLDCL$ac_delim
MANXSL!$MANXSL$ac_delim
XP!$XP$ac_delim
W3M!$W3M$ac_delim
LYNX!$LYNX$ac_delim
HTML2TXT!$HTML2TXT$ac_delim
JADE!$JADE$ac_delim
JADETEX!$JADETEX$ac_delim
PDFJADETEX!$PDFJADETEX$ac_delim
DVIPS!$DVIPS$ac_delim
RUN_PARTS!$RUN_PARTS$ac_delim
LIBOBJS!$LIBOBJS$ac_delim
LTLIBOBJS!$LTLIBOBJS$ac_delim
_ACEOF
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 83; then
break
elif $ac_last_try; then
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
{ (exit 1); exit 1; }; }
else
ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fi
done
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
if test -n "$ac_eof"; then
ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
ac_eof=`expr $ac_eof + 1`
fi
cat >>$CONFIG_STATUS <<_ACEOF
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
_ACEOF
sed '
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
s/^/s,@/; s/!/@,|#_!!_#|/
:n
t n
s/'"$ac_delim"'$/,g/; t
s/$/\\/; p
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF
:end
s/|#_!!_#|//g
CEOF$ac_eof
_ACEOF
# VPATH may cause trouble with some makes, so we remove $(srcdir),
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
# trailing colons and then remove the whole line if VPATH becomes empty
# (actually we leave an empty line to preserve line numbers).
if test "x$srcdir" = x.; then
ac_vpsub='/^[ ]*VPATH[ ]*=/{
s/:*\$(srcdir):*/:/
s/:*\${srcdir}:*/:/
s/:*@srcdir@:*/:/
s/^\([^=]*=[ ]*\):*/\1/
s/:*$//
s/^[^=]*=[ ]*$//
}'
fi
cat >>$CONFIG_STATUS <<\_ACEOF
fi # test -n "$CONFIG_FILES"
for ac_tag in :F $CONFIG_FILES
do
case $ac_tag in
:[FHLC]) ac_mode=$ac_tag; continue;;
esac
case $ac_mode$ac_tag in
:[FHL]*:*);;
:L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
echo "$as_me: error: Invalid tag $ac_tag." >&2;}
{ (exit 1); exit 1; }; };;
:[FH]-) ac_tag=-:-;;
:[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
esac
ac_save_IFS=$IFS
IFS=:
set x $ac_tag
IFS=$ac_save_IFS
shift
ac_file=$1
shift
case $ac_mode in
:L) ac_source=$1;;
:[FH])
ac_file_inputs=
for ac_f
do
case $ac_f in
-) ac_f="$tmp/stdin";;
*) # Look for the file first in the build tree, then in the source tree
# (if the path is not absolute). The absolute path cannot be DOS-style,
# because $ac_f cannot contain `:'.
test -f "$ac_f" ||
case $ac_f in
[\\/$]*) false;;
*) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
esac ||
{ { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
echo "$as_me: error: cannot find input file: $ac_f" >&2;}
{ (exit 1); exit 1; }; };;
esac
ac_file_inputs="$ac_file_inputs $ac_f"
done
# Let's still pretend it is `configure' which instantiates (i.e., don't
# use $as_me), people would be surprised to read:
# /* config.h. Generated by config.status. */
configure_input="Generated from "`IFS=:
echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
if test x"$ac_file" != x-; then
configure_input="$ac_file. $configure_input"
{ echo "$as_me:$LINENO: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
fi
case $ac_tag in
*:-:* | *:-) cat >"$tmp/stdin";;
esac
;;
esac
ac_dir=`$as_dirname -- "$ac_file" ||
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$ac_file" : 'X\(//\)[^/]' \| \
X"$ac_file" : 'X\(//\)$' \| \
X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
echo X"$ac_file" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/
q
}
/^X\(\/\/\)[^/].*/{
s//\1/
q
}
/^X\(\/\/\)$/{
s//\1/
q
}
/^X\(\/\).*/{
s//\1/
q
}
s/.*/./; q'`
{ as_dir="$ac_dir"
case $as_dir in #(
-*) as_dir=./$as_dir;;
esac
test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
as_dirs=
while :; do
case $as_dir in #(
*\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
*) as_qdir=$as_dir;;
esac
as_dirs="'$as_qdir' $as_dirs"
as_dir=`$as_dirname -- "$as_dir" ||
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$as_dir" : 'X\(//\)[^/]' \| \
X"$as_dir" : 'X\(//\)$' \| \
X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
echo X"$as_dir" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/
q
}
/^X\(\/\/\)[^/].*/{
s//\1/
q
}
/^X\(\/\/\)$/{
s//\1/
q
}
/^X\(\/\).*/{
s//\1/
q
}
s/.*/./; q'`
test -d "$as_dir" && break
done
test -z "$as_dirs" || eval "mkdir $as_dirs"
} || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
echo "$as_me: error: cannot create directory $as_dir" >&2;}
{ (exit 1); exit 1; }; }; }
ac_builddir=.
case "$ac_dir" in
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
*)
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
# A ".." for each directory in $ac_dir_suffix.
ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
case $ac_top_builddir_sub in
"") ac_top_builddir_sub=. ac_top_build_prefix= ;;
*) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
esac ;;
esac
ac_abs_top_builddir=$ac_pwd
ac_abs_builddir=$ac_pwd$ac_dir_suffix
# for backward compatibility:
ac_top_builddir=$ac_top_build_prefix
case $srcdir in
.) # We are building in place.
ac_srcdir=.
ac_top_srcdir=$ac_top_builddir_sub
ac_abs_top_srcdir=$ac_pwd ;;
[\\/]* | ?:[\\/]* ) # Absolute name.
ac_srcdir=$srcdir$ac_dir_suffix;
ac_top_srcdir=$srcdir
ac_abs_top_srcdir=$srcdir ;;
*) # Relative name.
ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
ac_top_srcdir=$ac_top_build_prefix$srcdir
ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
esac
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
case $ac_mode in
:F)
#
# CONFIG_FILE
#
case $INSTALL in
[\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
*) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
esac
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF
# If the template does not know about datarootdir, expand it.
# FIXME: This hack should be removed a few years after 2.60.
ac_datarootdir_hack=; ac_datarootdir_seen=
case `sed -n '/datarootdir/ {
p
q
}
/@datadir@/p
/@docdir@/p
/@infodir@/p
/@localedir@/p
/@mandir@/p
' $ac_file_inputs` in
*datarootdir*) ac_datarootdir_seen=yes;;
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
{ echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_datarootdir_hack='
s&@datadir@&$datadir&g
s&@docdir@&$docdir&g
s&@infodir@&$infodir&g
s&@localedir@&$localedir&g
s&@mandir@&$mandir&g
s&\\\${datarootdir}&$datarootdir&g' ;;
esac
_ACEOF
# Neutralize VPATH when `$srcdir' = `.'.
# Shell code in configure.ac might set extrasub.
# FIXME: do we really want to maintain this feature?
cat >>$CONFIG_STATUS <<_ACEOF
sed "$ac_vpsub
$extrasub
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF
:t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s&@configure_input@&$configure_input&;t t
s&@top_builddir@&$ac_top_builddir_sub&;t t
s&@srcdir@&$ac_srcdir&;t t
s&@abs_srcdir@&$ac_abs_srcdir&;t t
s&@top_srcdir@&$ac_top_srcdir&;t t
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
s&@builddir@&$ac_builddir&;t t
s&@abs_builddir@&$ac_abs_builddir&;t t
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
s&@INSTALL@&$ac_INSTALL&;t t
$ac_datarootdir_hack
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
{ ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
{ ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
{ echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
which seems to be undefined. Please make sure it is defined." >&5
echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
which seems to be undefined. Please make sure it is defined." >&2;}
rm -f "$tmp/stdin"
case $ac_file in
-) cat "$tmp/out"; rm -f "$tmp/out";;
*) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
esac
;;
esac
done # for ac_tag
{ (exit 0); exit 0; }
_ACEOF
chmod +x $CONFIG_STATUS
ac_clean_files=$ac_clean_files_save
# configure is writing to config.log, and then calls config.status.
# config.status does its own redirection, appending to config.log.
# Unfortunately, on DOS this fails, as config.log is still kept open
# by configure, so config.status won't be able to write to it; its
# output is simply discarded. So we exec the FD to /dev/null,
# effectively closing config.log, so it can be properly (re)opened and
# appended to by config.status. When coming back to configure, we
# need to make the FD available again.
if test "$no_create" != yes; then
ac_cs_success=:
ac_config_status_args=
test "$silent" = yes &&
ac_config_status_args="$ac_config_status_args --quiet"
exec 5>/dev/null
$SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
exec 5>>config.log
# Use ||, not &&, to avoid exiting from the if with $? = 1, which
# would make configure fail if this is the last instruction.
$ac_cs_success || { (exit 1); exit 1; }
fi
systraq-20081217/configure.ac 0000644 0001750 0001750 00000017615 11110662760 012707 0000000 0000000 dnl
dnl $Id: configure.ac 355 2008-11-19 01:03:45Z joostvb $
dnl $URL$
dnl
dnl The DocBook build stuff is inspired by LogReport's Lire
dnl ( http://www.logreport.org/ ) documentation build system which is
dnl Copyright (C) 2000, 2001, 2002, 2003, 2004 Stichting LogReport Foundation
dnl
dnl Copyright (C) 2001, 2002, 2003, 2004, 2005 Joost van Baal
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl the Free Software Foundation; either version 2 of the License, or
dnl (at your option) any later version.
dnl
dnl This program is distributed in the hope that it will be useful,
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program (see COPYING); if not, check with
dnl http://www.gnu.org/copyleft/gpl.html or write to the Free Software
dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
dnl
dnl Run autoscan to regenerate this file.
dnl After editing this file, run automake to regenerate Makefile.in's.
dnl Process this file with autoconf to produce a configure script.
m4_include([VERSION.m4])dnl
AC_INIT([systraq],[ST_VERSION],[joostvb-systraq-20041015@mdcc.cx])
AC_PREREQ(2.61)
AC_COPYRIGHT([
Copyright (C) Copyright 2001, 2002, 2003, 2004, 2005 Joost van Baal
])
AM_INIT_AUTOMAKE()
AC_PROG_INSTALL
AC_PROG_LN_S
# AC_DEFINE_DIR is defined in acinclude.m4
AC_DEFINE_DIR([SYSCONF_PATH], [sysconfdir/$PACKAGE])
AC_DEFINE_DIR(BIN_PATH, bindir)
AC_DEFINE_DIR(SBIN_PATH, sbindir)
AC_DEFINE_DIR(LIBEXEC_PATH, [libexecdir/$PACKAGE])
AC_DEFINE_DIR(LOCALSTATE_PATH, [localstatedir/lib/$PACKAGE])
dnl AC_DEFINE_DIR(SCRIPT_PATH, datadir/systraq)
AC_DEFINE_DIR(DOC_PATH, [datadir/doc/$PACKAGE])
AC_DEFINE_DIR(CRON_PATH, [sysconfdir/cron.d])
dnl homedirectory of systraq user ( /usr/local/var/lib/systraq )
AC_DEFINE_DIR(HOME_PATH, LOCALSTATE_PATH)
dnl local hacks
YEAR=`cat $srcdir/stamp.year`
AC_SUBST(YEAR)
MONTH=`cat $srcdir/stamp.month`
AC_SUBST(MONTH)
DAY=`cat $srcdir/stamp.day`
AC_SUBST(DAY)
dnl lots of stuff used to build the DocBook documentation.
AC_MSG_CHECKING(for SGML Declaration for XML 1.0)
if test -z "$XMLDCL"
then
if test -f /usr/share/sgml/declaration/xml.dcl
then
XMLDCL=/usr/share/sgml/declaration/xml.dcl
AC_MSG_RESULT($XMLDCL)
else
AC_MSG_ERROR([
The SGML Declaration for XML 1.0 is required for building.
No file /usr/share/sgml/declaration/xml.dcl is present on your
system; I don't know where to find this declaration elsewhere.
If it is installed in some location on your system, set the
XMLDCL environment variable to this files full pathname before
running ./configure. If you really lack this file:
It is shipped with the sgml-data Debian package, available from
http://packages.debian.org/sgml-data. It can be found elsewhere
too.])
fi
else
AC_MSG_RESULT($XMLDCL)
if test -f "$XMLDCL"
then
:
else
AC_MSG_WARN($XMLDCL isn't present on the system)
fi
fi
AC_SUBST(XMLDCL)
AC_MSG_CHECKING(for DocBook XSL stylesheet for manpages)
if test -z "$MANXSL"
then
if test -f /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
then
MANXSL=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
AC_MSG_RESULT($MANXSL)
else
AC_MSG_ERROR([
A DocBook XSL stylesheet for manpages is required for building.
No file /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
is present on your system; I don't know where to find this
stylesheet elsewhere. If it is installed in some location on your
system, set the MANXSL environment variable to this files full
pathname before running ./configure. If you really lack this file:
It is shipped with the docbook-xsl tarball as published via the
Sourceforge DocBook Open Repository by Norman Walsh e.a., on
http://docbook.sourceforge.net/projects/xsl/ . It comes with many
GNU/Linux and BSD distributions too.])
fi
else
AC_MSG_RESULT($MANXSL)
if test -f "$MANXSL"
then
:
else
AC_MSG_WARN($MANXSL isn't present on the system)
fi
fi
AC_SUBST(MANXSL)
AC_PATH_PROGS(XP, xsltproc)
if test -z "$XP"
then
AC_MSG_ERROR([
xsltproc by Daniel Veillard is required for building.
It can be downloaded from http://xmlsoft.org/XSLT/ and is
shipped with many GNU/Linux and BSD distributions.])
fi
AC_PATH_PROGS(W3M, w3m)
AC_PATH_PROGS(LYNX, lynx)
if test -z "$W3M"
then
if test -z "$LYNX"
then
AC_MSG_ERROR([
Either w3m or Lynx is required for building. W3m can be
downloaded from http://sourceforge.net/projects/w3m. Lynx can be
downloaded from http://lynx.isc.org/release/. Both w3m and Lynx
are shipped with many GNU/Linux and BSD distributions.])
else
HTML2TXT="$LYNX -dump -nolist"
fi
else
HTML2TXT="$W3M -dump"
fi
AC_SUBST(HTML2TXT)
dnl html2text from http://userpage.fu-berlin.de/~mbayer/tools/ might give
dnl nice results too
AC_PATH_PROGS(JADE, openjade jade)
if test -z "$JADE"
then
AC_MSG_ERROR([
OpenJade or Jade is required for building.
OpenJade can be downloaded from http://openjade.sourceforge.net/ and is
shipped with many GNU/Linux and BSD distributions.])
fi
AC_PATH_PROGS(JADETEX, jadetex)
if test -z "$JADETEX"
then
AC_MSG_ERROR([
JadeTeX is required for building.
It can be downloaded from http://jadetex.sourceforge.net/ and is
shipped with many GNU/Linux and BSD distributions.])
fi
AC_PATH_PROGS(PDFJADETEX, pdfjadetex)
if test -z "$PDFJADETEX"
then
AC_MSG_ERROR([
JadeTeX's pdfjadetex is required for building.
It can be downloaded from http://jadetex.sourceforge.net/ and is
shipped with many GNU/Linux and BSD distributions.])
fi
AC_PATH_PROGS(DVIPS, dvips)
if test -z "$DVIPS"
then
AC_MSG_ERROR([
teTeX's dvips is required for building.
It can be downloaded from
ftp://ftp.dante.de:/pub/tex/systems/unix/teTeX and is shipped with
many GNU/Linux and BSD distributions.])
fi
## AC_PATH_PROGS(PS2PDF, ps2pdf)
## if test -z "$PS2PDF"
## then
## AC_MSG_ERROR([
## Ghostscripts's ps2pdf is required for building.
## Is can be downloaded from
## ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/
## and is shipped with many GNU/Linux and BSD distributions.])
## fi
dnl end of docbook build stuff
dnl end of build-time dependencies
dnl run-time dependencies
AC_PATH_PROGS(RUN_PARTS, run-parts)
if test -z "$RUN_PARTS"
then
AC_MSG_WARN([
run-parts is required for running systraq. run-parts is shipped with
the debianutils Debian package, which can be downloaded (in both source
and binary form) from http://packages.debian.org/debianutils . If you'd
rather not want to install that on your system you might want to
reimplement run-parts in a quick and dirty way:
cat < ~/bin/run-parts
#!/bin/sh
for f in $1/*; do ./$f; done
EOT
(A somewhat less ugly implementation is in the contrib/ directory in
the systraq source distribution.) Rerun ./configure afterwards.])
fi
dnl list of to be expanded .in files
AC_CONFIG_FILES([
Makefile
doc/Makefile
doc/man.ent
etc/Makefile
etc/filetraq.conf
etc/snapshot_pub.list
etc/systraq
lib/Makefile
man/Makefile
man/man.ent
script/st_snapshot.hourly
script/systraq
script/Makefile
contrib/Makefile
])
AC_OUTPUT
systraq-20081217/install-sh 0000755 0001750 0001750 00000022021 10532451262 012410 0000000 0000000 #!/bin/sh
# install - install a program, script, or datafile
scriptversion=2005-05-14.22
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
# following copyright and license.
#
# Copyright (C) 1994 X Consortium
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
# Except as contained in this notice, the name of the X Consortium shall not
# be used in advertising or otherwise to promote the sale, use or other deal-
# ings in this Software without prior written authorization from the X Consor-
# tium.
#
#
# FSF changes to this file are in the public domain.
#
# Calling this script install-sh is preferred over install.sh, to prevent
# `make' implicit rules from creating a file called install from it
# when there is no Makefile.
#
# This script is compatible with the BSD install script, but was written
# from scratch. It can only install one file at a time, a restriction
# shared with many OS's install programs.
# set DOITPROG to echo to test this script
# Don't use :- since 4.3BSD and earlier shells don't like it.
doit="${DOITPROG-}"
# put in absolute paths if you don't have them in your path; or use env. vars.
mvprog="${MVPROG-mv}"
cpprog="${CPPROG-cp}"
chmodprog="${CHMODPROG-chmod}"
chownprog="${CHOWNPROG-chown}"
chgrpprog="${CHGRPPROG-chgrp}"
stripprog="${STRIPPROG-strip}"
rmprog="${RMPROG-rm}"
mkdirprog="${MKDIRPROG-mkdir}"
chmodcmd="$chmodprog 0755"
chowncmd=
chgrpcmd=
stripcmd=
rmcmd="$rmprog -f"
mvcmd="$mvprog"
src=
dst=
dir_arg=
dstarg=
no_target_directory=
usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
or: $0 [OPTION]... SRCFILES... DIRECTORY
or: $0 [OPTION]... -t DIRECTORY SRCFILES...
or: $0 [OPTION]... -d DIRECTORIES...
In the 1st form, copy SRCFILE to DSTFILE.
In the 2nd and 3rd, copy all SRCFILES to DIRECTORY.
In the 4th, create DIRECTORIES.
Options:
-c (ignored)
-d create directories instead of installing files.
-g GROUP $chgrpprog installed files to GROUP.
-m MODE $chmodprog installed files to MODE.
-o USER $chownprog installed files to USER.
-s $stripprog installed files.
-t DIRECTORY install into DIRECTORY.
-T report an error if DSTFILE is a directory.
--help display this help and exit.
--version display version info and exit.
Environment variables override the default commands:
CHGRPPROG CHMODPROG CHOWNPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG
"
while test -n "$1"; do
case $1 in
-c) shift
continue;;
-d) dir_arg=true
shift
continue;;
-g) chgrpcmd="$chgrpprog $2"
shift
shift
continue;;
--help) echo "$usage"; exit $?;;
-m) chmodcmd="$chmodprog $2"
shift
shift
continue;;
-o) chowncmd="$chownprog $2"
shift
shift
continue;;
-s) stripcmd=$stripprog
shift
continue;;
-t) dstarg=$2
shift
shift
continue;;
-T) no_target_directory=true
shift
continue;;
--version) echo "$0 $scriptversion"; exit $?;;
*) # When -d is used, all remaining arguments are directories to create.
# When -t is used, the destination is already specified.
test -n "$dir_arg$dstarg" && break
# Otherwise, the last argument is the destination. Remove it from $@.
for arg
do
if test -n "$dstarg"; then
# $@ is not empty: it contains at least $arg.
set fnord "$@" "$dstarg"
shift # fnord
fi
shift # arg
dstarg=$arg
done
break;;
esac
done
if test -z "$1"; then
if test -z "$dir_arg"; then
echo "$0: no input file specified." >&2
exit 1
fi
# It's OK to call `install-sh -d' without argument.
# This can happen when creating conditional directories.
exit 0
fi
for src
do
# Protect names starting with `-'.
case $src in
-*) src=./$src ;;
esac
if test -n "$dir_arg"; then
dst=$src
src=
if test -d "$dst"; then
mkdircmd=:
chmodcmd=
else
mkdircmd=$mkdirprog
fi
else
# Waiting for this to be detected by the "$cpprog $src $dsttmp" command
# might cause directories to be created, which would be especially bad
# if $src (and thus $dsttmp) contains '*'.
if test ! -f "$src" && test ! -d "$src"; then
echo "$0: $src does not exist." >&2
exit 1
fi
if test -z "$dstarg"; then
echo "$0: no destination specified." >&2
exit 1
fi
dst=$dstarg
# Protect names starting with `-'.
case $dst in
-*) dst=./$dst ;;
esac
# If destination is a directory, append the input filename; won't work
# if double slashes aren't ignored.
if test -d "$dst"; then
if test -n "$no_target_directory"; then
echo "$0: $dstarg: Is a directory" >&2
exit 1
fi
dst=$dst/`basename "$src"`
fi
fi
# This sed command emulates the dirname command.
dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
# Make sure that the destination directory exists.
# Skip lots of stat calls in the usual case.
if test ! -d "$dstdir"; then
defaultIFS='
'
IFS="${IFS-$defaultIFS}"
oIFS=$IFS
# Some sh's can't handle IFS=/ for some reason.
IFS='%'
set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
shift
IFS=$oIFS
pathcomp=
while test $# -ne 0 ; do
pathcomp=$pathcomp$1
shift
if test ! -d "$pathcomp"; then
$mkdirprog "$pathcomp"
# mkdir can fail with a `File exist' error in case several
# install-sh are creating the directory concurrently. This
# is OK.
test -d "$pathcomp" || exit
fi
pathcomp=$pathcomp/
done
fi
if test -n "$dir_arg"; then
$doit $mkdircmd "$dst" \
&& { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
&& { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
&& { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
&& { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
else
dstfile=`basename "$dst"`
# Make a couple of temp file names in the proper directory.
dsttmp=$dstdir/_inst.$$_
rmtmp=$dstdir/_rm.$$_
# Trap to clean up those temp files at exit.
trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
trap '(exit $?); exit' 1 2 13 15
# Copy the file name to the temp name.
$doit $cpprog "$src" "$dsttmp" &&
# and set any options; do chmod last to preserve setuid bits.
#
# If any of these fail, we abort the whole thing. If we want to
# ignore errors from any of these, just make sure not to ignore
# errors from the above "$doit $cpprog $src $dsttmp" command.
#
{ test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
&& { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
&& { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
&& { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; } &&
# Now rename the file to the real destination.
{ $doit $mvcmd -f "$dsttmp" "$dstdir/$dstfile" 2>/dev/null \
|| {
# The rename failed, perhaps because mv can't rename something else
# to itself, or perhaps because mv is so ancient that it does not
# support -f.
# Now remove or move aside any old file at destination location.
# We try this two ways since rm can't unlink itself on some
# systems and the destination file might be busy for other
# reasons. In this case, the final cleanup might fail but the new
# file should still install successfully.
{
if test -f "$dstdir/$dstfile"; then
$doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
|| $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
|| {
echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
(exit 1); exit 1
}
else
:
fi
} &&
# Now rename the file to the real destination.
$doit $mvcmd "$dsttmp" "$dstdir/$dstfile"
}
}
fi || { (exit 1); exit 1; }
done
# The final little trick to "correctly" pass the exit status to the exit trap.
{
(exit 0); exit 0
}
# Local variables:
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-end: "$"
# End:
systraq-20081217/missing 0000755 0001750 0001750 00000025406 10532451262 012015 0000000 0000000 #! /bin/sh
# Common stub for a few missing GNU programs while installing.
scriptversion=2005-06-08.21
# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005
# Free Software Foundation, Inc.
# Originally by Fran,cois Pinard , 1996.
# This program 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 2, or (at your option)
# any later version.
# This program 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 program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
# configuration script generated by Autoconf, you may include it under
# the same distribution terms that you use for the rest of that program.
if test $# -eq 0; then
echo 1>&2 "Try \`$0 --help' for more information"
exit 1
fi
run=:
# In the cases where this matters, `missing' is being run in the
# srcdir already.
if test -f configure.ac; then
configure_ac=configure.ac
else
configure_ac=configure.in
fi
msg="missing on your system"
case "$1" in
--run)
# Try to run requested program, and just exit if it succeeds.
run=
shift
"$@" && exit 0
# Exit code 63 means version mismatch. This often happens
# when the user try to use an ancient version of a tool on
# a file that requires a minimum version. In this case we
# we should proceed has if the program had been absent, or
# if --run hadn't been passed.
if test $? = 63; then
run=:
msg="probably too old"
fi
;;
-h|--h|--he|--hel|--help)
echo "\
$0 [OPTION]... PROGRAM [ARGUMENT]...
Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
error status if there is no known handling for PROGRAM.
Options:
-h, --help display this help and exit
-v, --version output version information and exit
--run try to run the given command, and emulate it if it fails
Supported PROGRAM values:
aclocal touch file \`aclocal.m4'
autoconf touch file \`configure'
autoheader touch file \`config.h.in'
automake touch all \`Makefile.in' files
bison create \`y.tab.[ch]', if possible, from existing .[ch]
flex create \`lex.yy.c', if possible, from existing .c
help2man touch the output file
lex create \`lex.yy.c', if possible, from existing .c
makeinfo touch the output file
tar try tar, gnutar, gtar, then tar without non-portable flags
yacc create \`y.tab.[ch]', if possible, from existing .[ch]
Send bug reports to ."
exit $?
;;
-v|--v|--ve|--ver|--vers|--versi|--versio|--version)
echo "missing $scriptversion (GNU Automake)"
exit $?
;;
-*)
echo 1>&2 "$0: Unknown \`$1' option"
echo 1>&2 "Try \`$0 --help' for more information"
exit 1
;;
esac
# Now exit if we have it, but it failed. Also exit now if we
# don't have it and --version was passed (most likely to detect
# the program).
case "$1" in
lex|yacc)
# Not GNU programs, they don't have --version.
;;
tar)
if test -n "$run"; then
echo 1>&2 "ERROR: \`tar' requires --run"
exit 1
elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
exit 1
fi
;;
*)
if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
# We have it, but it failed.
exit 1
elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
# Could not run --version or --help. This is probably someone
# running `$TOOL --version' or `$TOOL --help' to check whether
# $TOOL exists and not knowing $TOOL uses missing.
exit 1
fi
;;
esac
# If it does not exist, or fails to run (possibly an outdated version),
# try to emulate it.
case "$1" in
aclocal*)
echo 1>&2 "\
WARNING: \`$1' is $msg. You should only need it if
you modified \`acinclude.m4' or \`${configure_ac}'. You might want
to install the \`Automake' and \`Perl' packages. Grab them from
any GNU archive site."
touch aclocal.m4
;;
autoconf)
echo 1>&2 "\
WARNING: \`$1' is $msg. You should only need it if
you modified \`${configure_ac}'. You might want to install the
\`Autoconf' and \`GNU m4' packages. Grab them from any GNU
archive site."
touch configure
;;
autoheader)
echo 1>&2 "\
WARNING: \`$1' is $msg. You should only need it if
you modified \`acconfig.h' or \`${configure_ac}'. You might want
to install the \`Autoconf' and \`GNU m4' packages. Grab them
from any GNU archive site."
files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
test -z "$files" && files="config.h"
touch_files=
for f in $files; do
case "$f" in
*:*) touch_files="$touch_files "`echo "$f" |
sed -e 's/^[^:]*://' -e 's/:.*//'`;;
*) touch_files="$touch_files $f.in";;
esac
done
touch $touch_files
;;
automake*)
echo 1>&2 "\
WARNING: \`$1' is $msg. You should only need it if
you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
You might want to install the \`Automake' and \`Perl' packages.
Grab them from any GNU archive site."
find . -type f -name Makefile.am -print |
sed 's/\.am$/.in/' |
while read f; do touch "$f"; done
;;
autom4te)
echo 1>&2 "\
WARNING: \`$1' is needed, but is $msg.
You might have modified some files without having the
proper tools for further handling them.
You can get \`$1' as part of \`Autoconf' from any GNU
archive site."
file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
if test -f "$file"; then
touch $file
else
test -z "$file" || exec >$file
echo "#! /bin/sh"
echo "# Created by GNU Automake missing as a replacement of"
echo "# $ $@"
echo "exit 0"
chmod +x $file
exit 1
fi
;;
bison|yacc)
echo 1>&2 "\
WARNING: \`$1' $msg. You should only need it if
you modified a \`.y' file. You may need the \`Bison' package
in order for those modifications to take effect. You can get
\`Bison' from any GNU archive site."
rm -f y.tab.c y.tab.h
if [ $# -ne 1 ]; then
eval LASTARG="\${$#}"
case "$LASTARG" in
*.y)
SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
if [ -f "$SRCFILE" ]; then
cp "$SRCFILE" y.tab.c
fi
SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
if [ -f "$SRCFILE" ]; then
cp "$SRCFILE" y.tab.h
fi
;;
esac
fi
if [ ! -f y.tab.h ]; then
echo >y.tab.h
fi
if [ ! -f y.tab.c ]; then
echo 'main() { return 0; }' >y.tab.c
fi
;;
lex|flex)
echo 1>&2 "\
WARNING: \`$1' is $msg. You should only need it if
you modified a \`.l' file. You may need the \`Flex' package
in order for those modifications to take effect. You can get
\`Flex' from any GNU archive site."
rm -f lex.yy.c
if [ $# -ne 1 ]; then
eval LASTARG="\${$#}"
case "$LASTARG" in
*.l)
SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
if [ -f "$SRCFILE" ]; then
cp "$SRCFILE" lex.yy.c
fi
;;
esac
fi
if [ ! -f lex.yy.c ]; then
echo 'main() { return 0; }' >lex.yy.c
fi
;;
help2man)
echo 1>&2 "\
WARNING: \`$1' is $msg. You should only need it if
you modified a dependency of a manual page. You may need the
\`Help2man' package in order for those modifications to take
effect. You can get \`Help2man' from any GNU archive site."
file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
if test -z "$file"; then
file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
fi
if [ -f "$file" ]; then
touch $file
else
test -z "$file" || exec >$file
echo ".ab help2man is required to generate this page"
exit 1
fi
;;
makeinfo)
echo 1>&2 "\
WARNING: \`$1' is $msg. You should only need it if
you modified a \`.texi' or \`.texinfo' file, or any other file
indirectly affecting the aspect of the manual. The spurious
call might also be the consequence of using a buggy \`make' (AIX,
DU, IRIX). You might want to install the \`Texinfo' package or
the \`GNU make' package. Grab either from any GNU archive site."
# The file to touch is that specified with -o ...
file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
if test -z "$file"; then
# ... or it is the one specified with @setfilename ...
infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
# ... or it is derived from the source name (dir/f.texi becomes f.info)
test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
fi
# If the file does not exist, the user really needs makeinfo;
# let's fail without touching anything.
test -f $file || exit 1
touch $file
;;
tar)
shift
# We have already tried tar in the generic part.
# Look for gnutar/gtar before invocation to avoid ugly error
# messages.
if (gnutar --version > /dev/null 2>&1); then
gnutar "$@" && exit 0
fi
if (gtar --version > /dev/null 2>&1); then
gtar "$@" && exit 0
fi
firstarg="$1"
if shift; then
case "$firstarg" in
*o*)
firstarg=`echo "$firstarg" | sed s/o//`
tar "$firstarg" "$@" && exit 0
;;
esac
case "$firstarg" in
*h*)
firstarg=`echo "$firstarg" | sed s/h//`
tar "$firstarg" "$@" && exit 0
;;
esac
fi
echo 1>&2 "\
WARNING: I can't seem to be able to run \`tar' with the given arguments.
You may want to install GNU tar or Free paxutils, or check the
command line arguments."
exit 1
;;
*)
echo 1>&2 "\
WARNING: \`$1' is needed, and is $msg.
You might have modified some files without having the
proper tools for further handling them. Check the \`README' file,
it often tells you about the needed prerequisites for installing
this package. You may also peek at any GNU archive site, in case
some other package would contain this missing \`$1' program."
exit 1
;;
esac
exit 0
# Local variables:
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-end: "$"
# End:
systraq-20081217/Makefile.am 0000644 0001750 0001750 00000004160 11110664105 012437 0000000 0000000 ## Process this file with automake to produce Makefile.in
## $Id: Makefile.am 357 2008-11-19 01:13:41Z joostvb $
## Copyright (C) 2002, 2003, 2004, 2005 Joost van Baal
##
## This program 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 2 of the License, or
## (at your option) any later version.
##
## This program 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 program (see COPYING); if not, check with
## http://www.gnu.org/copyleft/gpl.html or write to the Free Software
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
## Hook `dist-bzip2' to `dist'.
AUTOMAKE_OPTIONS = dist-bzip2 check-news
## See bootstrap for notes on svn2cl
$(top_srcdir)/ChangeLog: $(top_srcdir)/NEWS
svn update; svn2cl --include-rev
$(top_srcdir)/VERSION.m4 $(top_srcdir)/stamp.year $(top_srcdir)/stamp.month $(top_srcdir)/stamp.day: $(top_srcdir)/ChangeLog
$(top_srcdir)/setversion
CONFIGURE_DEPENDENCIES = $(top_srcdir)/VERSION.m4
VERSION = @VERSION@
SUBDIRS = doc etc lib man script contrib
docdir = $(datadir)/doc/$(PACKAGE)
doc_DATA = AUTHORS COPYING ChangeLog LICENSE NEWS README THANKS TODO
## local targets
ST_RDIR = opal:www/mdcc.cx/pub/systraq/
sign: distcheck
list='$(DIST_ARCHIVES)'; for i in $$list; do echo "gpg --armor --detach-sign $$i"; gpg --armor --detach-sign $$i; done
publish: sign
list='$(DIST_ARCHIVES)'; for i in $$list; do echo "scp $$i $$i.asc $(ST_RDIR)"; scp $$i $$i.asc $(ST_RDIR); done
## Only files from the current directory or from subdirectory which
## don't have their own Makefile.am should be listed here.
EXTRA_DIST = \
bootstrap \
LICENSE \
setversion \
stamp.year \
stamp.month \
stamp.day \
VERSION.m4
.PHONY: publish sign
systraq-20081217/Makefile.in 0000644 0001750 0001750 00000046742 11122035437 012467 0000000 0000000 # Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = .
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
subdir = .
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
ChangeLog INSTALL NEWS THANKS TODO install-sh missing
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/VERSION.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno configure.status.lineno
mkinstalldirs = $(install_sh) -d
CONFIG_CLEAN_FILES =
SOURCES =
DIST_SOURCES =
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
install-exec-recursive install-info-recursive \
install-recursive installcheck-recursive installdirs-recursive \
pdf-recursive ps-recursive uninstall-info-recursive \
uninstall-recursive
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
am__installdirs = "$(DESTDIR)$(docdir)"
docDATA_INSTALL = $(INSTALL_DATA)
DATA = $(doc_DATA)
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
am__remove_distdir = \
{ test ! -d $(distdir) \
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
&& rm -fr $(distdir); }; }
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print
distcleancheck_listfiles = find . -type f -print
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
BIN_PATH = @BIN_PATH@
CRON_PATH = @CRON_PATH@
CYGPATH_W = @CYGPATH_W@
DAY = @DAY@
DEFS = @DEFS@
DOC_PATH = @DOC_PATH@
DVIPS = @DVIPS@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
HOME_PATH = @HOME_PATH@
HTML2TXT = @HTML2TXT@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
JADE = @JADE@
JADETEX = @JADETEX@
LIBEXEC_PATH = @LIBEXEC_PATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LN_S = @LN_S@
LOCALSTATE_PATH = @LOCALSTATE_PATH@
LTLIBOBJS = @LTLIBOBJS@
LYNX = @LYNX@
MAKEINFO = @MAKEINFO@
MANXSL = @MANXSL@
MONTH = @MONTH@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PDFJADETEX = @PDFJADETEX@
RUN_PARTS = @RUN_PARTS@
SBIN_PATH = @SBIN_PATH@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
SYSCONF_PATH = @SYSCONF_PATH@
VERSION = @VERSION@
W3M = @W3M@
XMLDCL = @XMLDCL@
XP = @XP@
YEAR = @YEAR@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build_alias = @build_alias@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = $(datadir)/doc/$(PACKAGE)
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host_alias = @host_alias@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
AUTOMAKE_OPTIONS = dist-bzip2 check-news
CONFIGURE_DEPENDENCIES = $(top_srcdir)/VERSION.m4
SUBDIRS = doc etc lib man script contrib
doc_DATA = AUTHORS COPYING ChangeLog LICENSE NEWS README THANKS TODO
ST_RDIR = opal:www/mdcc.cx/pub/systraq/
EXTRA_DIST = \
bootstrap \
LICENSE \
setversion \
stamp.year \
stamp.month \
stamp.day \
VERSION.m4
all: all-recursive
.SUFFIXES:
am--refresh:
@:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
cd $(srcdir) && $(AUTOMAKE) --gnu \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
echo ' $(SHELL) ./config.status'; \
$(SHELL) ./config.status;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(SHELL) ./config.status --recheck
$(top_srcdir)/configure: $(am__configure_deps)
cd $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
uninstall-info-am:
install-docDATA: $(doc_DATA)
@$(NORMAL_INSTALL)
test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
@list='$(doc_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f=$(am__strip_dir) \
echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
$(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
done
uninstall-docDATA:
@$(NORMAL_UNINSTALL)
@list='$(doc_DATA)'; for p in $$list; do \
f=$(am__strip_dir) \
echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
rm -f "$(DESTDIR)$(docdir)/$$f"; \
done
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
$(RECURSIVE_TARGETS):
@failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
dot_seen=yes; \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
mostlyclean-recursive clean-recursive distclean-recursive \
maintainer-clean-recursive:
@failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
case "$@" in \
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
*) list='$(SUBDIRS)' ;; \
esac; \
rev=''; for subdir in $$list; do \
if test "$$subdir" = "."; then :; else \
rev="$$subdir $$rev"; \
fi; \
done; \
rev="$$rev ."; \
target=`echo $@ | sed s/-recursive//`; \
for subdir in $$rev; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
mkid -fID $$unique
tags: TAGS
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
empty_fix=.; \
else \
include_option=--include; \
empty_fix=; \
fi; \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$tags $$unique; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
$$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& cd $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(DISTFILES)
@case `sed 15q $(srcdir)/NEWS` in \
*"$(VERSION)"*) : ;; \
*) \
echo "NEWS not updated; not releasing" 1>&2; \
exit 1;; \
esac
$(am__remove_distdir)
mkdir $(distdir)
$(mkdir_p) $(distdir)/doc $(distdir)/etc $(distdir)/man $(distdir)/script
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
case $$file in \
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
esac; \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
dir="/$$dir"; \
$(mkdir_p) "$(distdir)$$dir"; \
else \
dir=''; \
fi; \
if test -d $$d/$$file; then \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \
|| $(mkdir_p) "$(distdir)/$$subdir" \
|| exit 1; \
distdir=`$(am__cd) $(distdir) && pwd`; \
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
(cd $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="$$top_distdir" \
distdir="$$distdir/$$subdir" \
distdir) \
|| exit 1; \
fi; \
done
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r $(distdir)
dist-gzip: distdir
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
$(am__remove_distdir)
dist-bzip2: distdir
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
$(am__remove_distdir)
dist-tarZ: distdir
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
$(am__remove_distdir)
dist-shar: distdir
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
$(am__remove_distdir)
dist-zip: distdir
-rm -f $(distdir).zip
zip -rq $(distdir).zip $(distdir)
$(am__remove_distdir)
dist dist-all: distdir
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
$(am__remove_distdir)
# This target untars the dist file and tries a VPATH configuration. Then
# it guarantees that the distribution is self-contained by making another
# tarfile.
distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.Z*) \
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
*.zip*) \
unzip $(distdir).zip ;;\
esac
chmod -R a-w $(distdir); chmod a+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
&& cd $(distdir)/_build \
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
$(DISTCHECK_CONFIGURE_FLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
&& $(MAKE) $(AM_MAKEFLAGS) check \
&& $(MAKE) $(AM_MAKEFLAGS) install \
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
distuninstallcheck \
&& chmod -R a-w "$$dc_install_base" \
&& ({ \
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
} || { rm -rf "$$dc_destdir"; exit 1; }) \
&& rm -rf "$$dc_destdir" \
&& $(MAKE) $(AM_MAKEFLAGS) dist \
&& rm -rf $(DIST_ARCHIVES) \
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
$(am__remove_distdir)
@(echo "$(distdir) archives ready for distribution: "; \
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
distuninstallcheck:
@cd $(distuninstallcheck_dir) \
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|| { echo "ERROR: files left after uninstall:" ; \
if test -n "$(DESTDIR)"; then \
echo " (check DESTDIR support)"; \
fi ; \
$(distuninstallcheck_listfiles) ; \
exit 1; } >&2
distcleancheck: distclean
@if test '$(srcdir)' = . ; then \
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
exit 1 ; \
fi
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|| { echo "ERROR: files left in build directory after distclean:" ; \
$(distcleancheck_listfiles) ; \
exit 1; } >&2
check-am: all-am
check: check-recursive
all-am: Makefile $(DATA)
installdirs: installdirs-recursive
installdirs-am:
for dir in "$(DESTDIR)$(docdir)"; do \
test -z "$$dir" || $(mkdir_p) "$$dir"; \
done
install: install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-recursive
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive
clean-am: clean-generic mostlyclean-am
distclean: distclean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -f Makefile
distclean-am: clean-am distclean-generic distclean-tags
dvi: dvi-recursive
dvi-am:
html: html-recursive
info: info-recursive
info-am:
install-data-am: install-docDATA
install-exec-am:
install-info: install-info-recursive
install-man:
installcheck-am:
maintainer-clean: maintainer-clean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -rf $(top_srcdir)/autom4te.cache
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-recursive
mostlyclean-am: mostlyclean-generic
pdf: pdf-recursive
pdf-am:
ps: ps-recursive
ps-am:
uninstall-am: uninstall-docDATA uninstall-info-am
uninstall-info: uninstall-info-recursive
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
check-am clean clean-generic clean-recursive ctags \
ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
dist-tarZ dist-zip distcheck distclean distclean-generic \
distclean-recursive distclean-tags distcleancheck distdir \
distuninstallcheck dvi dvi-am html html-am info info-am \
install install-am install-data install-data-am \
install-docDATA install-exec install-exec-am install-info \
install-info-am install-man install-strip installcheck \
installcheck-am installdirs installdirs-am maintainer-clean \
maintainer-clean-generic maintainer-clean-recursive \
mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
uninstall-docDATA uninstall-info-am
$(top_srcdir)/ChangeLog: $(top_srcdir)/NEWS
svn update; svn2cl --include-rev
$(top_srcdir)/VERSION.m4 $(top_srcdir)/stamp.year $(top_srcdir)/stamp.month $(top_srcdir)/stamp.day: $(top_srcdir)/ChangeLog
$(top_srcdir)/setversion
sign: distcheck
list='$(DIST_ARCHIVES)'; for i in $$list; do echo "gpg --armor --detach-sign $$i"; gpg --armor --detach-sign $$i; done
publish: sign
list='$(DIST_ARCHIVES)'; for i in $$list; do echo "scp $$i $$i.asc $(ST_RDIR)"; scp $$i $$i.asc $(ST_RDIR); done
.PHONY: publish sign
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
systraq-20081217/script/ 0000777 0001750 0001750 00000000000 11122035520 011766 5 0000000 0000000 systraq-20081217/script/systraq.in 0000644 0001750 0001750 00000001760 11121143467 013755 0000000 0000000 #!/bin/sh -e
# Copyright (C) 2001, 2002, 2003, 2004 Joost van Baal
#
# This file is part of systraq. Systraq 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 2 of the License,
# or (at your option) any later version. You should have received a copy of
# the GNU General Public License along with this file (see COPYING).
# systraq - run some sysadmin commands to see what's going on
PACKAGE=@PACKAGE@
VERSION=@VERSION@
SYSCONF_PATH=@SYSCONF_PATH@
BIN_PATH=@BIN_PATH@
LOCALSTATE_PATH=@LOCALSTATE_PATH@
HOME_PATH=@HOME_PATH@
## run-parts
RUN_PARTS=@RUN_PARTS@
## formerly known as ST_LMD5SUMS
ST_LDIGESTS=@LOCALSTATE_PATH@/systraq.sums
export PACKAGE VERSION SYSCONF_PATH BIN_PATH LOCALSTATE_PATH HOME_PATH ST_LDIGESTS
## systraq.d should contain symlinks to /usr/lib/systraq/* (libexecdir/systraq)
## holding the scripts maintained in lib/
$RUN_PARTS $SYSCONF_PATH/systraq.d
systraq-20081217/script/Makefile.am 0000644 0001750 0001750 00000000341 10571525452 013753 0000000 0000000 ## Process this file with automake to produce Makefile.in
## $Id: Makefile.am 319 2007-03-01 10:30:01Z joostvb $
sbin_SCRIPTS = \
st_snapshot \
st_snapshot.hourly \
systraq
EXTRA_DIST = st_snapshot
systraq-20081217/script/Makefile.in 0000644 0001750 0001750 00000021770 11122035437 013765 0000000 0000000 # Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
subdir = script
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(srcdir)/st_snapshot.hourly.in $(srcdir)/systraq.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/VERSION.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_CLEAN_FILES = st_snapshot.hourly systraq
am__installdirs = "$(DESTDIR)$(sbindir)"
sbinSCRIPT_INSTALL = $(INSTALL_SCRIPT)
SCRIPTS = $(sbin_SCRIPTS)
SOURCES =
DIST_SOURCES =
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
BIN_PATH = @BIN_PATH@
CRON_PATH = @CRON_PATH@
CYGPATH_W = @CYGPATH_W@
DAY = @DAY@
DEFS = @DEFS@
DOC_PATH = @DOC_PATH@
DVIPS = @DVIPS@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
HOME_PATH = @HOME_PATH@
HTML2TXT = @HTML2TXT@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
JADE = @JADE@
JADETEX = @JADETEX@
LIBEXEC_PATH = @LIBEXEC_PATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LN_S = @LN_S@
LOCALSTATE_PATH = @LOCALSTATE_PATH@
LTLIBOBJS = @LTLIBOBJS@
LYNX = @LYNX@
MAKEINFO = @MAKEINFO@
MANXSL = @MANXSL@
MONTH = @MONTH@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PDFJADETEX = @PDFJADETEX@
RUN_PARTS = @RUN_PARTS@
SBIN_PATH = @SBIN_PATH@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
SYSCONF_PATH = @SYSCONF_PATH@
VERSION = @VERSION@
W3M = @W3M@
XMLDCL = @XMLDCL@
XP = @XP@
YEAR = @YEAR@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build_alias = @build_alias@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host_alias = @host_alias@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
sbin_SCRIPTS = \
st_snapshot \
st_snapshot.hourly \
systraq
EXTRA_DIST = st_snapshot
all: all-am
.SUFFIXES:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu script/Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu script/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
st_snapshot.hourly: $(top_builddir)/config.status $(srcdir)/st_snapshot.hourly.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
systraq: $(top_builddir)/config.status $(srcdir)/systraq.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
install-sbinSCRIPTS: $(sbin_SCRIPTS)
@$(NORMAL_INSTALL)
test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
@list='$(sbin_SCRIPTS)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
if test -f $$d$$p; then \
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
echo " $(sbinSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
$(sbinSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(sbindir)/$$f"; \
else :; fi; \
done
uninstall-sbinSCRIPTS:
@$(NORMAL_UNINSTALL)
@list='$(sbin_SCRIPTS)'; for p in $$list; do \
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
rm -f "$(DESTDIR)$(sbindir)/$$f"; \
done
uninstall-info-am:
tags: TAGS
TAGS:
ctags: CTAGS
CTAGS:
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
case $$file in \
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
esac; \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
dir="/$$dir"; \
$(mkdir_p) "$(distdir)$$dir"; \
else \
dir=''; \
fi; \
if test -d $$d/$$file; then \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-am
all-am: Makefile $(SCRIPTS)
installdirs:
for dir in "$(DESTDIR)$(sbindir)"; do \
test -z "$$dir" || $(mkdir_p) "$$dir"; \
done
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic mostlyclean-am
distclean: distclean-am
-rm -f Makefile
distclean-am: clean-am distclean-generic
dvi: dvi-am
dvi-am:
html: html-am
info: info-am
info-am:
install-data-am:
install-exec-am: install-sbinSCRIPTS
install-info: install-info-am
install-man:
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-generic
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
uninstall-am: uninstall-info-am uninstall-sbinSCRIPTS
.PHONY: all all-am check check-am clean clean-generic distclean \
distclean-generic distdir dvi dvi-am html html-am info info-am \
install install-am install-data install-data-am install-exec \
install-exec-am install-info install-info-am install-man \
install-sbinSCRIPTS install-strip installcheck installcheck-am \
installdirs maintainer-clean maintainer-clean-generic \
mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
uninstall-am uninstall-info-am uninstall-sbinSCRIPTS
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
systraq-20081217/script/st_snapshot 0000755 0001750 0001750 00000006305 11121413501 014177 0000000 0000000 #!/bin/sh -e
# $Id: st_snapshot 393 2008-12-15 08:37:21Z joostvb $
#
# Copyright (C) 2001, 2002, 2003, 2004, 2008 Joost van Baal
#
# This program 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 2 of the License, or
# (at your option) any later version.
#
# This program 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 program (see COPYING); if not, check with
# http://www.gnu.org/copyleft/gpl.html or write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
#
# st_snapshot - calculate md5sum and stat ownership and
# permissions of critical system files
patterns=$1 # typically /usr/local/etc/systraq/snapshot_${mode}.list,
# ${mode} is either root or pub
homepatterns=$2 # typically /usr/local/etc/systraq/snapshot_${mode}.homelist
#
# in case mode is pub, typically ST_OPHOMES is set to a
# non-empty value
test $# -eq 2 || {
echo >&2 $0: give 2 args indicating patterns homepatterns, not $# && exit 1
}
test -r $patterns || {
echo >&2 $0: patterns file $patterns not readable && exit 1
}
test -r $homepatterns || {
echo >&2 $0: homepatterns file $homepatterns not readable && exit 1
}
HOMES=
for h in `getent passwd | cut -d: -f6 | sort -u`
do
[ -d $h ] && HOMES="$HOMES $h"
done
# monitor homedir's, but do not descend in them
if test -n "$ST_OPHOMES"
then
echo '# ownership and permissions of homedirs'
for h in $HOMES
do
if test -e $h
then
# suppress timestamp
ls -ld $h | {
while read p n u g s m d t f
do
echo $p $u $g $f
done
}
fi
done
fi
files=`grep -v '^#' $patterns`
{
while read p
do
if echo $p | grep -qv '^#'
then
for h in $HOMES
do
# exclude / as homedir: this would interact terribly with
# monitoring ~/etc/ .
[ "$h" != "/" ] && files="$h/$p $files"
done
fi
done
} < $homepatterns
fs=
for f in $files
do
if test -e $f
then
fs="$fs $f"
fi
done
echo "# remainder of file built from $patterns and $homepatterns"
if test -n "$ST_SUM"
then
echo "# $ST_SUM of critical files"
find $fs -type f -print0 | xargs -0 $ST_SUM
else
echo >&2 "$0: warning: environment variable ST_SUM unset, skipping generating checksums for files in $fs. Please set ST_SUM to sha256sum."
fi
echo "# ownership and permissions of critical files"
find $fs -type f -ls | {
# change
# 223325 3 -rwxrwxr-x 1 joostvb joostvb 2733 Aug 18 22:04 cdrip
# into
# -rwxrwxr-x joostvb joostvb cdrip
while read i m p n u g s m d t f
do
echo $p $u $g $f
done
}
systraq-20081217/script/st_snapshot.hourly.in 0000644 0001750 0001750 00000005631 11121143512 016125 0000000 0000000 #!/bin/sh -e
# $Id: st_snapshot.hourly.in 367 2008-12-13 10:21:28Z joostvb $
# Copyright (C) 2005, 2008 Joost van Baal
#
# This file is part of systraq. Systraq 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 2 of the License,
# or (at your option) any later version. You should have received a copy of
# the GNU General Public License along with this file (see COPYING).
# st_snapshot.hourly - wrapper for st_snapshot, to be run from cron
test -f @SYSCONF_PATH@/i_want_a_broken_systraq && exit 0
if test -f @SYSCONF_PATH@/systraq_is_unconfigured
then
cat @SYSCONF_PATH@/systraq_is_unconfigured
exit 0
fi
if test -f @SYSCONF_PATH@/systraq_is_not_upgraded
then
cat @SYSCONF_PATH@/systraq_is_not_upgraded
exit 0
fi
if test -n "$ST_SUM"
then
# user has set ST_SUM, honor that one
:
elif command -v sha256sum >/dev/null
then
ST_SUM=sha256sum
elif command -v md5sum >/dev/null
then
cat < \
@LOCALSTATE_PATH@/snapshot_root.stat
else
for f in @SYSCONF_PATH@/snapshot_pub.list @SYSCONF_PATH@/snapshot_pub.homelist
do
if test ! -f $f
then
echo File $f does not exist. Please create it.
echo See the Systraq Manual in @DOC_PATH@ for instructions.
exit 1
fi
done
ST_OPHOMES=yes st_snapshot @SYSCONF_PATH@/snapshot_pub.list \
@SYSCONF_PATH@/snapshot_pub.homelist > @LOCALSTATE_PATH@/snapshot_pub.stat
fi
systraq-20081217/acinclude.m4 0000644 0001750 0001750 00000002674 10621322527 012611 0000000 0000000 ##### http://autoconf-archive.cryp.to/ac_define_dir.html
#
# SYNOPSIS
#
# AC_DEFINE_DIR(VARNAME, DIR [, DESCRIPTION])
#
# DESCRIPTION
#
# This macro sets VARNAME to the expansion of the DIR variable,
# taking care of fixing up ${prefix} and such.
#
# VARNAME is then offered as both an output variable and a C
# preprocessor symbol.
#
# Example:
#
# AC_DEFINE_DIR([DATADIR], [datadir], [Where data are placed to.])
#
# LAST MODIFICATION
#
# 2006-10-13
#
# COPYLEFT
#
# Copyright (c) 2006 Stepan Kasal
# Copyright (c) 2006 Andreas Schwab
# Copyright (c) 2006 Guido U. Draheim
# Copyright (c) 2006 Alexandre Oliva
#
# Copying and distribution of this file, with or without
# modification, are permitted in any medium without royalty provided
# the copyright notice and this notice are preserved.
AC_DEFUN([AC_DEFINE_DIR], [
prefix_NONE=
exec_prefix_NONE=
test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix
test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix
dnl In Autoconf 2.60, ${datadir} refers to ${datarootdir}, which in turn
dnl refers to ${prefix}. Thus we have to use `eval' twice.
eval ac_define_dir="\"[$]$2\""
eval ac_define_dir="\"$ac_define_dir\""
AC_SUBST($1, "$ac_define_dir")
AC_DEFINE_UNQUOTED($1, "$ac_define_dir", [$3])
test "$prefix_NONE" && prefix=NONE
test "$exec_prefix_NONE" && exec_prefix=NONE
])
systraq-20081217/stamp.day 0000644 0001750 0001750 00000000003 11122035435 012217 0000000 0000000 17
systraq-20081217/stamp.year 0000644 0001750 0001750 00000000005 11122035435 012404 0000000 0000000 2008
systraq-20081217/stamp.month 0000644 0001750 0001750 00000000011 11122035435 012566 0000000 0000000 december
systraq-20081217/AUTHORS 0000644 0001750 0001750 00000000074 10177614050 011461 0000000 0000000 joostvb:'Joost van Baal '
systraq-20081217/INSTALL 0000644 0001750 0001750 00000022432 10532451262 011443 0000000 0000000 Installation Instructions
*************************
Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
Software Foundation, Inc.
This file is free documentation; the Free Software Foundation gives
unlimited permission to copy, distribute and modify it.
Basic Installation
==================
These are generic installation instructions.
The `configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation. It uses
those values to create a `Makefile' in each directory of the package.
It may also create one or more `.h' files containing system-dependent
definitions. Finally, it creates a shell script `config.status' that
you can run in the future to recreate the current configuration, and a
file `config.log' containing compiler output (useful mainly for
debugging `configure').
It can also use an optional file (typically called `config.cache'
and enabled with `--cache-file=config.cache' or simply `-C') that saves
the results of its tests to speed up reconfiguring. (Caching is
disabled by default to prevent problems with accidental use of stale
cache files.)
If you need to do unusual things to compile the package, please try
to figure out how `configure' could check whether to do them, and mail
diffs or instructions to the address given in the `README' so they can
be considered for the next release. If you are using the cache, and at
some point `config.cache' contains results you don't want to keep, you
may remove or edit it.
The file `configure.ac' (or `configure.in') is used to create
`configure' by a program called `autoconf'. You only need
`configure.ac' if you want to change it or regenerate `configure' using
a newer version of `autoconf'.
The simplest way to compile this package is:
1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system. If you're
using `csh' on an old version of System V, you might need to type
`sh ./configure' instead to prevent `csh' from trying to execute
`configure' itself.
Running `configure' takes awhile. While running, it prints some
messages telling which features it is checking for.
2. Type `make' to compile the package.
3. Optionally, type `make check' to run any self-tests that come with
the package.
4. Type `make install' to install the programs and any data files and
documentation.
5. You can remove the program binaries and object files from the
source code directory by typing `make clean'. To also remove the
files that `configure' created (so you can compile the package for
a different kind of computer), type `make distclean'. There is
also a `make maintainer-clean' target, but that is intended mainly
for the package's developers. If you use it, you may have to get
all sorts of other programs in order to regenerate files that came
with the distribution.
Compilers and Options
=====================
Some systems require unusual options for compilation or linking that the
`configure' script does not know about. Run `./configure --help' for
details on some of the pertinent environment variables.
You can give `configure' initial values for configuration parameters
by setting variables in the command line or in the environment. Here
is an example:
./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
*Note Defining Variables::, for more details.
Compiling For Multiple Architectures
====================================
You can compile the package for more than one kind of computer at the
same time, by placing the object files for each architecture in their
own directory. To do this, you must use a version of `make' that
supports the `VPATH' variable, such as GNU `make'. `cd' to the
directory where you want the object files and executables to go and run
the `configure' script. `configure' automatically checks for the
source code in the directory that `configure' is in and in `..'.
If you have to use a `make' that does not support the `VPATH'
variable, you have to compile the package for one architecture at a
time in the source code directory. After you have installed the
package for one architecture, use `make distclean' before reconfiguring
for another architecture.
Installation Names
==================
By default, `make install' installs the package's commands under
`/usr/local/bin', include files under `/usr/local/include', etc. You
can specify an installation prefix other than `/usr/local' by giving
`configure' the option `--prefix=PREFIX'.
You can specify separate installation prefixes for
architecture-specific files and architecture-independent files. If you
pass the option `--exec-prefix=PREFIX' to `configure', the package uses
PREFIX as the prefix for installing programs and libraries.
Documentation and other data files still use the regular prefix.
In addition, if you use an unusual directory layout you can give
options like `--bindir=DIR' to specify different values for particular
kinds of files. Run `configure --help' for a list of the directories
you can set and what kinds of files go in them.
If the package supports it, you can cause programs to be installed
with an extra prefix or suffix on their names by giving `configure' the
option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
Optional Features
=================
Some packages pay attention to `--enable-FEATURE' options to
`configure', where FEATURE indicates an optional part of the package.
They may also pay attention to `--with-PACKAGE' options, where PACKAGE
is something like `gnu-as' or `x' (for the X Window System). The
`README' should mention any `--enable-' and `--with-' options that the
package recognizes.
For packages that use the X Window System, `configure' can usually
find the X include and library files automatically, but if it doesn't,
you can use the `configure' options `--x-includes=DIR' and
`--x-libraries=DIR' to specify their locations.
Specifying the System Type
==========================
There may be some features `configure' cannot figure out automatically,
but needs to determine by the type of machine the package will run on.
Usually, assuming the package is built to be run on the _same_
architectures, `configure' can figure that out, but if it prints a
message saying it cannot guess the machine type, give it the
`--build=TYPE' option. TYPE can either be a short name for the system
type, such as `sun4', or a canonical name which has the form:
CPU-COMPANY-SYSTEM
where SYSTEM can have one of these forms:
OS KERNEL-OS
See the file `config.sub' for the possible values of each field. If
`config.sub' isn't included in this package, then this package doesn't
need to know the machine type.
If you are _building_ compiler tools for cross-compiling, you should
use the option `--target=TYPE' to select the type of system they will
produce code for.
If you want to _use_ a cross compiler, that generates code for a
platform different from the build platform, you should specify the
"host" platform (i.e., that on which the generated programs will
eventually be run) with `--host=TYPE'.
Sharing Defaults
================
If you want to set default values for `configure' scripts to share, you
can create a site shell script called `config.site' that gives default
values for variables like `CC', `cache_file', and `prefix'.
`configure' looks for `PREFIX/share/config.site' if it exists, then
`PREFIX/etc/config.site' if it exists. Or, you can set the
`CONFIG_SITE' environment variable to the location of the site script.
A warning: not all `configure' scripts look for a site script.
Defining Variables
==================
Variables not defined in a site shell script can be set in the
environment passed to `configure'. However, some packages may run
configure again during the build, and the customized values of these
variables may be lost. In order to avoid this problem, you should set
them in the `configure' command line, using `VAR=value'. For example:
./configure CC=/usr/local2/bin/gcc
causes the specified `gcc' to be used as the C compiler (unless it is
overridden in the site shell script). Here is a another example:
/bin/bash ./configure CONFIG_SHELL=/bin/bash
Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
configuration-related scripts to be executed by `/bin/bash'.
`configure' Invocation
======================
`configure' recognizes the following options to control how it operates.
`--help'
`-h'
Print a summary of the options to `configure', and exit.
`--version'
`-V'
Print the version of Autoconf used to generate the `configure'
script, and exit.
`--cache-file=FILE'
Enable the cache: use and save the results of the tests in FILE,
traditionally `config.cache'. FILE defaults to `/dev/null' to
disable caching.
`--config-cache'
`-C'
Alias for `--cache-file=config.cache'.
`--quiet'
`--silent'
`-q'
Do not print messages saying which checks are being made. To
suppress all normal output, redirect it to `/dev/null' (any error
messages will still be shown).
`--srcdir=DIR'
Look for the package's source code in directory DIR. Usually
`configure' can determine that directory automatically.
`configure' also accepts some other, not widely useful, options. Run
`configure --help' for more details.
systraq-20081217/setversion 0000755 0001750 0001750 00000000602 10177614050 012535 0000000 0000000 # $Id: setversion 180 2005-01-23 17:54:03Z lfousse $
# This script is free software; you can distribute it and/or modify it
# under the terms of the GNU GPL. See the file COPYING.
# based upon cabot's and caspar's setversion
echo 'm4_define([ST_VERSION], ['`date +%Y%m%d`'])' > VERSION.m4
# dates in documentation
date +%e > stamp.day
date +%B > stamp.month
date +%Y > stamp.year
systraq-20081217/ChangeLog 0000644 0001750 0001750 00000032376 11122035435 012170 0000000 0000000 2008-12-16 23:33 joostvb
* [r402] NEWS, etc/systraq_is_not_upgraded,
etc/systraq_is_unconfigured: release 20081217
2008-12-15 08:55 joostvb
* [r394] NEWS, TODO: almost ready for release
2008-12-15 08:37 joostvb
* [r393] NEWS, TODO, script/st_snapshot: use getent
2008-12-15 08:18 joostvb
* [r392] NEWS: fixed another minor bug
2008-12-15 08:11 joostvb
* [r390] NEWS, etc/systraq_is_not_upgraded: fixed minor bug
2008-12-14 11:54 joostvb
* [r381] NEWS: add source for citation
2008-12-14 11:23 joostvb
* [r380] NEWS: release 20081214
2008-12-14 11:20 joostvb
* [r379] NEWS, TODO, doc/manual.dbx, etc/Makefile.am: install
systraq_is_unconfigured in doc/systraq/examples
2008-12-14 10:54 joostvb
* [r378] NEWS, etc/systraq.in: bugfix in cronjob, improve upgrade
instructions
2008-12-14 10:11 joostvb
* [r377] NEWS, TODO: add rationale
2008-12-14 09:23 joostvb
* [r375] NEWS: move upgrade instructions to latest news section
2008-12-14 08:47 joostvb
* [r374] NEWS, doc/manual.dbx, etc/filetraq.conf.in,
etc/snapshot_pub.list.in, lib/rr-localdigest,
man/st_snapshot.pod, man/systraq.dbx, script/systraq.in: rename
systraq.md5sums to systraq.sums
2008-12-14 07:13 joostvb
* [r373] NEWS: work on upgrade instructions for new rr-localdigests
2008-12-14 00:43 joostvb
* [r372] etc/systraq_is_not_upgraded: tags
2008-12-14 00:32 joostvb
* [r370] NEWS, TODO, man/systraq.dbx: add note on debsums using
md5sum only
2008-12-14 00:06 joostvb
* [r369] NEWS, TODO, lib/rr-localdigest, man/systraq.dbx: No longer
run md5sum, but sha256sum
2008-12-13 10:36 joostvb
* [r368] NEWS, etc/Makefile.am, etc/systraq_is_not_upgraded:
install systraq_is_not_upgraded
2008-12-13 10:21 joostvb
* [r367] NEWS, script/st_snapshot.hourly.in: Honor
{,/usr/local}/etc/systraq/systraq_is_not_upgraded.
2008-12-13 02:47 joostvb
* [r366] NEWS: more on upgrade stuff
2008-12-13 01:41 joostvb
* [r365] NEWS: add upgrade instructions
2008-12-08 09:59 joostvb
* [r359] doc/manual.dbx: deal sane with filenames containing
spaces, tnx Wessel Dankers
2008-11-20 00:59 joostvb
* [r358] doc/manual.dbx, etc/systraq.in: suggest username
"_systraq", no longer "systraq": prevent clashes (the way OpenBSD
handles it)
2008-11-19 01:13 joostvb
* [r357] Makefile.am: moved to new hoster
2008-11-19 01:11 joostvb
* [r356] NEWS, TODO: release 20081119
2008-11-19 01:03 joostvb
* [r355] configure.ac: tnx autoupdate
2008-11-19 01:00 joostvb
* [r354] NEWS, TODO: document incompatible change from md5sum to
sha256sum
2008-11-19 00:49 joostvb
* [r353] TODO, man/st_snapshot.pod, script/st_snapshot: st_snapshot
now needs ST_SUM
2008-11-19 00:36 joostvb
* [r352] man/st_snapshot.hourly.dbx, script/st_snapshot.hourly.in:
check for sane checksum tool, honor ST_SUM
2008-11-05 11:34 joostvb
* [r351] TODO: plan for migrating from md5sum to sha256sum
2008-11-05 11:15 joostvb
* [r350] NEWS, TODO, bootstrap: use autoreconf wrapper
2008-11-05 11:06 joostvb
* [r349] NEWS, TODO, lib/Makefile.am, lib/ck-mdstat: report md
status
2008-05-24 10:49 joostvb
* [r342] TODO: more ideas for features
2007-11-01 20:47 joostvb
* [r341] lib/ae-release: Display a description of the currently
installed distribution
2007-11-01 20:47 joostvb
* [r340] lib/Makefile.am: Display a description of the currently
installed distribution
2007-09-22 15:41 joostvb
* [r339] TODO: added 2 more wishlist items
2007-08-15 16:57 joostvb
* [r334] NEWS:
2007-08-15 16:55 joostvb
* [r333] lib/Makefile.am: Actually _ship_ script ah-uname. It has
been in our repository since
2005-07-10, but didn't actually make it with the 20070118
release. Now systraq
should show which kernel is running.
2007-07-30 04:55 joostvb
* [r332] doc/manual.dbx: Add note on packages using another systraq
useraccount.
2007-05-19 15:33 joostvb
* [r329] doc/manual.dbx: fix borken url, tell people to use TeX
Live, not teTeX
2007-05-16 09:37 joostvb
* [r328] doc/manual.dbx: monitor only those authorized_keys files
which are world-readable: this way, users can choose not to be
"spied" upon
2007-03-01 10:37 joostvb
* [r320] Makefile.am: finally found out about svn log issues,
thanks to http://subversion.tigris.org/faq.html#hidden-log
2007-03-01 10:30 joostvb
* [r319] NEWS, TODO, etc/Makefile.am, script/Makefile.am: do not
ship foo in tarball if foo.in is shipped
2007-03-01 10:17 joostvb
* [r318] NEWS, TODO, man/Makefile.am: build manpages as html
2007-03-01 10:02 joostvb
* [r317] man/st_snapshot.hourly.dbx, man/systraq.dbx: fix docbook
syntax
2007-03-01 09:18 joostvb
* [r316] TODO: we finally ship systraq.8
2007-03-01 09:16 joostvb
* [r314] man/Makefile.am, man/st_snapshot.hourly.dbx,
man/systraq.dbx: add systraq manpage, based upon the one by
Laurent Fousse in the Debian package. incorporate stuff from
Systraq Manual. Add notes on adding/disabling sprecific scripts
2007-03-01 09:15 joostvb
* [r313] doc/manual.dbx: remove details about the systraq command
2007-03-01 08:41 joostvb
* [r312] TODO, man/st_snapshot.hourly.dbx: Try to fix st_snapshot
manpage by removing svn URL tag: let's hope
lines are no longer too long.
2007-03-01 08:37 joostvb
* [r311] script/st_snapshot: Deal with unusual characters in
filenames, like spaces. Thanks Daniel
Sheridan. Fixes
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=409777.
2007-01-18 19:25 joostvb
* [r293] TODO: debdiff ftw
2007-01-18 19:05 joostvb
* [r289] TODO: more issues and ideas about manpages
2007-01-18 18:20 joostvb
* [r288] .: no, it is not...
2007-01-18 18:18 joostvb
* [r287] .: perhaps this is needed for svn-builtpackage to behave
sanely
2007-01-18 10:20 joostvb
* [r274] NEWS, doc/ChangeLog.2004, doc/Makefile.am: release
20070118
2007-01-18 10:11 joostvb
* [r273] NEWS: recorded some more noteworthy changes
2007-01-18 10:10 joostvb
* [r272] doc/ChangeLog.2004, doc/Makefile.am: resurrected
ChangeLog.2004: new ChangeLog generating stuff still cant cope
with pre-shuffle stuff
2007-01-18 09:54 joostvb
* [r271] Makefile.am, TODO, bootstrap: just use svn2cl for
generating ChangeLog. its usable now
2007-01-18 09:31 joostvb
* [r270] TODO: more hassle with generation ChangeLog :(
2007-01-18 09:06 joostvb
* [r269] TODO: updated systraq webpage: todo-item done
2007-01-09 17:58 joostvb
* [r268] etc/systraq.in: off course, we _dont_ want to see that
output
2007-01-09 05:55 joostvb
* [r267] etc/systraq.in: test wether command are available before
executing them: this is nice for package installations, which
might choose too keep the cron file after removing the
executables. see also Debian bug #406149
2006-11-19 12:03 joostvb
* [r261] NEWS: add another (old) NEWS item
2006-11-19 12:03 joostvb
* [r260] bootstrap: use better svn2cl script
2006-06-09 23:06 joostvb
* [r256] lib/ff-netstat: redirect netstat stderr to stdout: make
sure stuff like "warning, got bogus tcp line." does not cause an
extra email message to get send, when called from cron
2006-05-21 11:00 joostvb
* [r255] TODO: of course, this has been discussed before...
2006-05-21 10:44 joostvb
* [r254] TODO: reference to digest-issue added
2006-05-20 12:27 joostvb
* [r253] TODO: more on digest algorithms
2006-05-19 11:46 joostvb
* [r252] TODO: no, do not use sha1
2005-08-01 12:10 joostvb
* [r245] TODO: oops
2005-08-01 11:19 joostvb
* [r243] Makefile.am, TODO:
2005-07-10 11:26 joostvb
* [r242] lib/ah-uname: next to uptime, show which kernel is running
2005-04-12 06:40 joostvb
* [r241] doc/manual.dbx: use proper make variable in Makefile
example
2005-03-16 15:33 joostvb
* [r240] NEWS, configure.ac, contrib, contrib/Makefile.am,
contrib/run-parts: found another run-parts implementation: help
people installing systraq on non-debian systems
2005-02-28 21:33 joostvb
* [r238] doc/manual.dbx: document how to use new TABOOFILES caspar
features for handling systraq conf files
2005-02-14 06:12 joostvb
* [r237] man/Makefile.am:
2005-02-14 06:08 joostvb
* [r236] etc/systraq_is_unconfigured: refer to relevant manpage
2005-02-13 17:41 joostvb
* [r232] TODO:
2005-02-13 16:41 joostvb
* [r230] TODO: xsltproc and svn log hassles
2005-02-13 16:02 joostvb
* [r229] man.ent.in:
2005-02-13 16:01 joostvb
* [r228] NEWS, TODO, doc/manual.dbx: contact info added to manual
2005-02-13 14:39 joostvb
* [r227] TODO, doc/manual.dbx: document extra build dependencies
2005-02-13 14:21 joostvb
* [r226] TODO, configure.ac, man/Makefile.am: deal with lacking
xsltproc and manpage stylesheets on build host
2005-02-13 13:59 joostvb
* [r225] man.ent.in:
2005-02-13 13:59 joostvb
* [r224] doc/manual.ent.in: manual.ent.in moved to ../man.ent.in
2005-02-13 13:55 joostvb
* [r223] Makefile.am, bootstrap: make sure ChangeLog looks nice
2005-02-13 13:54 joostvb
* [r222] man/st_snapshot.hourly.dbx: manpage finished
2005-02-13 13:52 joostvb
* [r221] doc/manual.dbx: refer to st_snapshot.hourly manpage
2005-02-13 12:11 joostvb
* [r220] TODO:
2005-02-13 12:10 joostvb
* [r219] TODO:
2005-02-13 12:10 joostvb
* [r218] script/st_snapshot.hourly.in: be even more user-friendly
2005-02-13 12:10 joostvb
* [r217] man/st_snapshot.hourly.dbx: completing manpage
2005-02-13 11:43 joostvb
* [r216] bootstrap, configure.ac, doc/Makefile.am, doc/manual.dbx,
man/Makefile.am: both manpage and manual want to use same
configure-expanded variable: dbx build system overhaul
2005-02-12 22:40 joostvb
* [r215] man/Makefile.am:
2005-02-12 22:35 joostvb
* [r214] TODO, man/st_snapshot.hourly.dbx: need to finish manpage
2005-02-12 22:31 joostvb
* [r213] man/Makefile.am, man/st_snapshot.hourly.dbx:
st_snapshot.hourly manpage, first shot
2005-02-12 20:57 joostvb
* [r212] TODO:
2005-02-12 20:39 joostvb
* [r211] etc/Makefile.am, etc/systraq_is_unconfigured: do not
install systraq_is_unconfigured: this tarball behaves just fine.
2005-02-12 20:38 joostvb
* [r210] TODO: some stuff is done
2005-02-12 20:30 joostvb
* [r209] doc/Makefile.am: rumours about Debian Bug#291619 turned
out to be just that
2005-02-12 16:29 joostvb
* [r207] LICENSE: it is 2005
2005-02-12 16:27 joostvb
* [r206] doc/manual.dbx: commit mailing list created
2005-02-11 19:00 joostvb
* [r204] TODO, etc/systraq_is_unconfigured: more stuff to do with
etc/systraq_is_unconfigured
2005-02-09 21:25 joostvb
* [r203] NEWS:
2005-02-09 21:15 joostvb
* [r202] configure.ac, etc/Makefile.am, etc/systraq.in,
script/Makefile.am, script/st_snapshot.hourly.in: wrapper for
st_snapshot cronjob
2005-02-09 21:14 joostvb
* [r201] etc/systraq_is_unconfigured: be nice to people doing a
fresh install: supply a helpful note to them, instead of an ugly
hourly error message from cron
2005-02-09 20:37 joostvb
* [r200] doc/Makefile.am: revert back to not using openjade -c
catalogfile: it does not solve the network access problem, and
introduced another problem
2005-02-09 17:59 joostvb
* [r199] doc/manual.ent.in:
2005-02-09 17:56 joostvb
* [r198] doc/manual.ent.in: we use examplepath too
2005-02-05 15:30 joostvb
* [r197] doc/manual.dbx: more tips for maintaining filetraq.conf,
including caspar integration tips
2005-02-05 15:23 joostvb
* [r196] TODO: more earlier reported bugs/ideas
2005-02-05 15:20 joostvb
* [r195] lib/ii-shellrc, lib/nn-debsums, lib/rr-localdigest,
lib/ww-signature: svn tags
2005-02-05 15:17 joostvb
* [r194] lib/ff-netstat: list ipv6 connections too
2005-02-05 15:12 joostvb
* [r193] lib/rr-localdigest: fixed typo
2005-02-03 07:59 joostvb
* [r192] Makefile.am, TODO, bootstrap, doc/ChangeLog.2004,
doc/Makefile.am: worked around svn2cl issues. just run raw "svn
log"
2005-02-03 07:52 joostvb
* [r191] TODO: a commit mailing list would be nice
2005-02-03 07:26 joostvb
* [r190] TODO: another idea about svn2cl
2005-02-02 20:59 joostvb
* [r189] Makefile.am, TODO: svn2cl hassle
2005-02-02 20:27 joostvb
* [r188] Makefile.am, TODO, bootstrap, doc/Makefile.am: no longer
user cvs2cl, but use svn2cl
2005-02-02 20:26 joostvb
* [r187] doc/ChangeLog.2004: ChangeLog from the CVS era. Our svn2cl
chokes on drastically moved files, so just keep this one here
2005-02-02 19:57 joostvb
* [r186] lib/dd-last: last is not that dumb: use -n
2005-02-02 15:45 lfousse
* [r185] TODO: Commit emails should work now.
2005-02-01 05:57 joostvb
* [r184] TODO:
2005-02-01 05:54 joostvb
* [r183] TODO:
2005-02-01 05:50 joostvb
* [r182] THANKS:
2005-01-23 17:55 lfousse
* [r181] doc, doc/Makefile.am, doc/html.dsl, doc/manual.ent.in,
doc/print.dsl: Forgot to move `doc'.
2005-01-23 17:54 lfousse
* [r180] ., .cvsignore, AUTHORS, LICENSE, Makefile.am, NEWS,
README, THANKS, TODO, bootstrap, configure.ac, etc,
etc/Makefile.am, etc/filetraq.conf.in, etc/filetraq.default,
etc/snapshot_pub.homelist, etc/snapshot_pub.list.in,
etc/snapshot_root.homelist, etc/snapshot_root.list,
etc/systraq.in, lib, lib/Makefile.am, lib/ak-uptime, lib/bb-free,
lib/cc-df, lib/dd-last, lib/ee-lastlog, lib/ff-netstat,
lib/gg-ps, man, man/Makefile.am, man/st_snapshot.pod, script,
script/Makefile.am, script/st_snapshot, setversion: Move files
around to match the intented hierarchy.
systraq-20081217/COPYING 0000644 0001750 0001750 00000043122 10532451262 011444 0000000 0000000 GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
Copyright (C)
This program 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 2 of the License, or
(at your option) any later version.
This program 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 program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General
Public License instead of this License.
systraq-20081217/bootstrap 0000755 0001750 0001750 00000005315 11104300071 012341 0000000 0000000 #!/bin/sh -e
# $Id: bootstrap 350 2008-11-05 11:15:05Z joostvb $
# bootstrap - script to bootstrap the distribution rolling engine
# This script is free software; you can distribute it and/or modify it
# under the terms of the GNU GPL. See the file COPYING.
# Usage:
#
# sh ./bootstrap && ./configure && make distcheck
#
# If you wanna force an update of the VERSION, run a
#
# touch NEWS
#
# before the sh ./bootstrap .
#
# If you don't want an auto-generated version number, do something like
#
# echo 'm4_define([ST_VERSION], [20041015-cvs.9])' > VERSION.m4 ; touch NEWS; touch ChangeLog; touch VERSION.m4; touch stamp.*; make distcheck
#
#
# Both methods yield a tarball which one can install doing
#
# $ tar zxf PACKAGENAME-*.tar.gz
# $ cd PACKAGENAME-*
# $ ./configure
# $ make
# # make install
# requirements:
# GNU autoconf, from e.g. ftp.gnu.org:/pub/gnu/autoconf/
# GNU automake, from e.g. ftp.cygnus.com:/pub/tromey
# svn2cl by Arthur de Jong, in Debian package subversion-tools
#
# alternatives for svn2cl:
#
# a python script, as used in the GNU Enterprise project.
# By jcater (Jason Cater), contributions by reinhard (Reinhard Müller), 2004-02, 2004-03.
# Get it from
# http://www.gnuenterprise.org/cgi-bin/viewcvs.cgi/*checkout*/gnue/trunk/gnue-common/utils/svn2cl .
# svn2cl is used in Makefile.am too.
#
# (Another svn2cl implementation, in perl, is at
# http://www.contactor.se/~dast/svn/archive-2002-04/0910.shtml)
#
set -x
# svn log fails on us: it only shows changes in directory ., it seems. Probably since
# we've moved to much stuff around.
# test -f ChangeLog || {
# touch ChangeLog && svn log -v * | grep -v "^Skipped '" > ChangeLog
# }
test -f ChangeLog || {
svn2cl --include-rev
}
if [ ! -f VERSION.m4 ]; then
chmod a+x setversion
./setversion
fi
# it's too much hassle to learn jade and friends how to include something
# in topsrcdir
test -f doc/man.ent.in || ln -s ../man.ent.in doc/man.ent.in
test -f man/man.ent.in || ln -s ../man.ent.in man/man.ent.in
# hack as used in pcproxy
test -f acinclude.m4 || {
if test -f /usr/share/autoconf-archive/ac_define_dir.m4
then
ln -s /usr/share/autoconf-archive/ac_define_dir.m4 acinclude.m4
else
cat <= 20031029-1.
Alternatively, you could please install the GNU Autoconf Macro Archive's
http://www.gnu.org/software/ac-archive/htmldoc/ac_define_dir.html as
acinclude.m4.
EOT
fi
}
# Debian automake package installs as automake-version. Use this
# to make sure the right automake is being used.
AUTOMAKE=automake-1.9 ACLOCAL=aclocal-1.9 autoreconf --install --symlink -Wall
set +x
echo "You can now run \"./configure && make publish\" (or make distcheck)."