Thanks. It should indeed be listed in the systraq user manual. I'll get
to it.
Bye,
Joost
Note to self/PS:
joostvb@incagijs:/etc/systraq% cat Makefile
filetraq.conf: filetraq.main.conf filetraq.tail.conf
echo '# $@: generated from $^' | \
cat - filetraq.main.conf filetraq.tail.conf > $@
filetraq.main.conf:
echo '# $@: automatically generated' > $@
( find /etc -perm -a+r -type f | sort ; \
ls -1 /home/*/.ssh/a* ) | sort >> $@
.PHONY: filetraq.main.conf
a " | grep -v fileyoudonotwant " should get added to that Makefile.
make is typically ran manually by the sysadmin.
On Fri, Aug 28, 2015 at 09:04:52AM +0200, Geert Stappers wrote:
> Package: systraq
> Version: 0.0.20081217-3
> Severity: normal
>
>
> Dear maintainer,
>
> Systraq should ignore files
> like /etc/init.d/.depend.boot and /etc/init.d/.depend.start
>
> It are hidden files and they are auto-generated.
>
>
> Cheers
> Geert Stappers
>
>
> ----- Forwarded message from Cron Daemon -----
>
> Date: Fri, 28 Aug 2015 08:30:07 +0200 (CEST)
> From: Cron Daemon
> To: [email protected]
> Subject: Cron <debian-systraq@jheronimus> [ -r /etc/systraq/filetraq.conf ]
> && command -v filetraq >/dev/null && filetraq
> /etc/systraq/filetraq.conf /var/lib/systraq/filetraq
>
> --- /var/lib/systraq/filetraq//etc/init.d/.depend.boot/orig 2015-06-21
> 10:44:45.069928185 +0200
> +++ /etc/init.d/.depend.boot 2015-08-28 07:48:26.089928185 +0200
> @@ -1,22 +1,22 @@
> -TARGETS = mountkernfs.sh hostname.sh udev mountdevsubfs.sh keymap.sh
> keyboard-setup console-setup networking mountall.sh mountall-bootclean.sh
> mountnfs.sh mountnfs-bootclean.sh hwclock.sh checkroot.sh urandom procps
> mtab.sh bootmisc.sh hdparm kmod kbd udev-mtab checkfs.sh x11-common
> checkroot-bootclean.sh screen-cleanup
> +TARGETS = mountkernfs.sh hostname.sh udev mountdevsubfs.sh keymap.sh
> keyboard-setup hwclock.sh hdparm console-setup networking mountall.sh
> mountall-bootclean.sh mountnfs.sh mountnfs-bootclean.sh checkroot.sh urandom
> procps mtab.sh bootmisc.sh kmod kbd udev-mtab checkfs.sh x11-common
> checkroot-bootclean.sh screen-cleanup
> INTERACTIVE = udev keymap.sh keyboard-setup console-setup checkroot.sh kbd
> checkfs.sh
> udev: mountkernfs.sh
> mountdevsubfs.sh: mountkernfs.sh udev
> keymap.sh: mountdevsubfs.sh
> keyboard-setup: mountkernfs.sh keymap.sh udev
> +hwclock.sh: mountdevsubfs.sh
> +hdparm: mountdevsubfs.sh udev
> console-setup: mountall.sh mountall-bootclean.sh mountnfs.sh
> mountnfs-bootclean.sh kbd
> networking: mountkernfs.sh mountall.sh mountall-bootclean.sh urandom
> mountall.sh: checkfs.sh checkroot-bootclean.sh
> mountall-bootclean.sh: mountall.sh
> mountnfs.sh: mountall.sh mountall-bootclean.sh networking
> mountnfs-bootclean.sh: mountall.sh mountall-bootclean.sh mountnfs.sh
> -hwclock.sh: mountdevsubfs.sh
> checkroot.sh: hwclock.sh mountdevsubfs.sh hostname.sh keymap.sh hdparm
> keyboard-setup
> urandom: mountall.sh mountall-bootclean.sh hwclock.sh
> procps: mountkernfs.sh mountall.sh mountall-bootclean.sh udev
> mtab.sh: checkroot.sh
> bootmisc.sh: mountall-bootclean.sh mountnfs-bootclean.sh
> checkroot-bootclean.sh mountall.sh mountnfs.sh udev
> -hdparm: mountdevsubfs.sh udev
> kmod: checkroot.sh
> kbd: mountall.sh mountall-bootclean.sh mountnfs.sh mountnfs-bootclean.sh
> udev-mtab: udev mountall.sh mountall-bootclean.sh
> --- /var/lib/systraq/filetraq//etc/init.d/.depend.start/orig 2015-06-30
> 08:03:10.773928184 +0200
> +++ /etc/init.d/.depend.start 2015-08-28 07:48:26.093928184 +0200
> @@ -1,19 +1,20 @@
> -TARGETS = rsyslog shellinabox php5-fpm motd killprocs sudo postgresql mysql
> nginx atd redis-server fail2ban acpid anacron cron dbus ssh rsync exim4
> postfix bootlogs single rc.local rmnologin
> -INTERACTIVE =
> +TARGETS = rsyslog shellinabox php5-fpm motd killprocs sudo apache2
> postgresql mysql nginx atd redis-server fail2ban rsync anacron ssh acpid cron
> dbus exim4 postfix bootlogs single rc.local rmnologin
> +INTERACTIVE = apache2
> +apache2: rsyslog
> postgresql: rsyslog
> mysql: rsyslog
> nginx: rsyslog
> atd: rsyslog
> redis-server: rsyslog
> fail2ban: rsyslog
> -acpid: rsyslog
> +rsync: rsyslog
> anacron: rsyslog
> +ssh: rsyslog
> +acpid: rsyslog
> cron: rsyslog
> dbus: rsyslog
> -ssh: rsyslog
> -rsync: rsyslog
> exim4: rsyslog postgresql mysql
> postfix: rsyslog postgresql mysql
> single: killprocs motd bootlogs
> -rc.local: postgresql rsyslog mysql exim4 shellinabox nginx postfix php5-fpm
> atd redis-server fail2ban motd bootlogs acpid anacron cron sudo dbus ssh rsync
> -rmnologin: sudo postgresql rsyslog mysql exim4 shellinabox nginx postfix
> php5-fpm atd redis-server fail2ban motd bootlogs acpid anacron cron dbus ssh
> rsync
> +rc.local: postgresql rsyslog mysql exim4 shellinabox nginx postfix php5-fpm
> apache2 atd redis-server fail2ban motd bootlogs rsync anacron ssh acpid sudo
> cron dbus
> +rmnologin: sudo postgresql rsyslog mysql exim4 shellinabox nginx postfix
> php5-fpm apache2 atd redis-server fail2ban motd bootlogs rsync anacron ssh
> acpid cron dbus
> --- /var/lib/systraq/filetraq//etc/init.d/.depend.stop/orig 2015-06-21
> 10:44:45.069928185 +0200
> +++ /etc/init.d/.depend.stop 2015-08-28 07:48:26.093928184 +0200
> @@ -1,12 +1,12 @@
> -TARGETS = unattended-upgrades shellinabox php5-fpm nginx atd redis-server
> fail2ban exim4 postfix urandom postgresql mysql sendsigs rsyslog umountnfs.sh
> hwclock.sh networking umountfs umountroot halt reboot
> +TARGETS = unattended-upgrades shellinabox php5-fpm apache2 nginx atd
> redis-server fail2ban exim4 postfix urandom postgresql mysql sendsigs rsyslog
> umountnfs.sh hwclock.sh networking umountfs umountroot halt reboot
> postgresql: exim4 postfix
> mysql: exim4 postfix
> -sendsigs: postgresql mysql exim4 shellinabox nginx postfix php5-fpm atd
> redis-server unattended-upgrades fail2ban
> -rsyslog: postgresql mysql exim4 nginx postfix sendsigs atd redis-server
> fail2ban
> -umountnfs.sh: postgresql mysql exim4 shellinabox nginx postfix rsyslog
> php5-fpm atd sendsigs redis-server unattended-upgrades fail2ban
> +sendsigs: postgresql mysql exim4 shellinabox nginx postfix php5-fpm apache2
> atd redis-server unattended-upgrades fail2ban
> +rsyslog: postgresql mysql exim4 nginx postfix sendsigs apache2 atd
> redis-server fail2ban
> +umountnfs.sh: postgresql mysql exim4 shellinabox nginx postfix rsyslog
> php5-fpm apache2 atd sendsigs redis-server unattended-upgrades fail2ban
> hwclock.sh: postgresql mysql rsyslog atd
> -networking: umountnfs.sh postgresql mysql exim4 shellinabox nginx postfix
> php5-fpm fail2ban
> -umountfs: umountnfs.sh postgresql mysql hwclock.sh exim4 shellinabox nginx
> urandom postfix php5-fpm atd networking redis-server unattended-upgrades
> fail2ban
> +networking: umountnfs.sh postgresql mysql exim4 shellinabox nginx postfix
> php5-fpm apache2 fail2ban
> +umountfs: umountnfs.sh postgresql mysql hwclock.sh exim4 shellinabox nginx
> urandom postfix php5-fpm apache2 atd networking redis-server
> unattended-upgrades fail2ban
> umountroot: umountfs
> halt: umountroot
> reboot: umountroot
>
> ----- End forwarded message -----
>
> --
> Groeten
> Geert Stappers
> --
> Leven en laten leven