File: filetraq.mk

package info (click to toggle)
systraq 20201231-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,172 kB
  • sloc: sh: 821; makefile: 130
file content (12 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
# /usr/include/systraq/filetraq.mk - included by /etc/systraq/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 -not -readable -and -prune -or \( -perm -a+r -and -type f -and -print \) | sort >> $@
	ls -1 /home/*/.ssh/a* | sort >> $@

.PHONY: filetraq.main.conf