summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/security4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/security b/etc/security
index a40865e2e85..bf7b7eff88f 100644
--- a/etc/security
+++ b/etc/security
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: security,v 1.75 2006/03/21 19:59:28 david Exp $
+# $OpenBSD: security,v 1.76 2006/10/13 20:12:16 otto Exp $
# from: @(#)security 8.1 (Berkeley) 6/9/93
#
@@ -650,7 +650,7 @@ if [ -s /etc/changelist ] ; then
BACK=/var/backups/$(_fnchg "$file").backup
if [ -s $file -a ! -d $file ] ; then
if [ -s $CUR ] ; then
- diff -u $CUR $file > $OUTPUT
+ diff -ua $CUR $file > $OUTPUT
if [ -s $OUTPUT ] ; then
echo "\n======\n${file} diffs (-OLD +NEW)\n======"
cat $OUTPUT