diff options
author | 2007-08-22 12:03:26 +0000 | |
---|---|---|
committer | 2007-08-22 12:03:26 +0000 | |
commit | 0b901508f0e831f71d444383aaa91a5e178a641b (patch) | |
tree | dd5399a1746f30914a19ab7a0f351ab37fd69fbc | |
parent | update to tzdata2007g from elsie.nci.nih.gov (diff) | |
download | wireguard-openbsd-0b901508f0e831f71d444383aaa91a5e178a641b.tar.xz wireguard-openbsd-0b901508f0e831f71d444383aaa91a5e178a641b.zip |
plural of ID is IDs, not ID's, ok mk jmc
-rw-r--r-- | etc/security | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/security b/etc/security index 4e54f5b25ec..acde94e3105 100644 --- a/etc/security +++ b/etc/security @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: security,v 1.77 2006/10/31 01:38:22 dlg Exp $ +# $OpenBSD: security,v 1.78 2007/08/22 12:03:26 henning Exp $ # from: @(#)security 8.1 (Berkeley) 6/9/93 # @@ -69,7 +69,7 @@ fi awk -F: '/^[^\+]/ { print $1 " " $3 }' $MP | sort -n +1 | tee $TMP1 | uniq -d -f 1 | awk '{ print $2 }' > $TMP2 if [ -s $TMP2 ] ; then - echo "\n${MP} has duplicate user ID's." + echo "\n${MP} has duplicate user IDs." while read uid; do grep -w $uid $TMP1 done < $TMP2 | column |