diff options
author | 2000-07-23 19:49:17 +0000 | |
---|---|---|
committer | 2000-07-23 19:49:17 +0000 | |
commit | 67e71f27f1cb08fabbe66dd9a24d07ec14dcddb9 (patch) | |
tree | 24f63e37e033cadec67373d7e7779c65db81a875 | |
parent | Regression test, existing/non-existing files used as targets, (diff) | |
download | wireguard-openbsd-67e71f27f1cb08fabbe66dd9a24d07ec14dcddb9.tar.xz wireguard-openbsd-67e71f27f1cb08fabbe66dd9a24d07ec14dcddb9.zip |
Add a little blurb explaing the meaning of mtree's output.
millert@ ok.
-rw-r--r-- | etc/security | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/security b/etc/security index 0e0a07e4592..65ca81d5726 100644 --- a/etc/security +++ b/etc/security @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: security,v 1.37 2000/06/18 06:33:34 todd Exp $ +# $OpenBSD: security,v 1.38 2000/07/23 19:49:17 rohee Exp $ # from: @(#)security 8.1 (Berkeley) 6/9/93 # @@ -609,6 +609,8 @@ if [ -d /etc/mtree ] ; then mtree -e -p / -f /etc/mtree/special > $OUTPUT if [ -s $OUTPUT ] ; then printf "\nChecking special files and directories.\n" + printf "Output format is:\n\tfilename:\n" + printf "\t\tcriteria (shouldbe, reallyis)\n" cat $OUTPUT fi |