diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-08-31 14:59:54 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-08-31 15:01:10 +0200 |
commit | 806ed972a66cb35810bca70bd4560a9f64fda6f1 (patch) | |
tree | bbc00883a6a9a3ec4a94e48ce00e19fb9b5ed6f0 /Makefile | |
parent | d7574bcdd177f844c3ff7daf3bdaf1f0e6ecbe32 (diff) | |
download | setup-806ed972a66cb35810bca70bd4560a9f64fda6f1.tar setup-806ed972a66cb35810bca70bd4560a9f64fda6f1.tar.gz setup-806ed972a66cb35810bca70bd4560a9f64fda6f1.tar.bz2 setup-806ed972a66cb35810bca70bd4560a9f64fda6f1.tar.xz setup-806ed972a66cb35810bca70bd4560a9f64fda6f1.zip |
add testsuite
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ LIST = csh.cshrc csh.login gshadow group host.conf hosts.allow hosts.deny input motd passwd printcap protocols securetty services shadow shells profile \ filesystems fstab resolv.conf hosts +check: + @echo Sanity checking selected files.... + bash -n profile + tcsh -f csh.cshrc + tcsh -f csh.login + ./serviceslint ./services clean: rm -f *~ \#*\# |