From f69c6ad0ce41cd303d8a8f01e69191776633f067 Mon Sep 17 00:00:00 2001 From: rohee <> Date: Sun, 23 Jul 2000 19:49:17 +0000 Subject: [PATCH] Add a little blurb explaing the meaning of mtree's output. millert@ ok. --- src/etc/security | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/etc/security b/src/etc/security index 0e0a07e4..65ca81d5 100644 --- a/src/etc/security +++ b/src/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