Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/usr.bin/skey Pull up following revision(s) (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/4c657cf61865
branches:  netbsd-9
changeset: 371820:4c657cf61865
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Oct 11 18:25:26 2022 +0000

description:
Pull up following revision(s) (requested by is in ticket #1540):

        usr.bin/skey/skeyaudit.sh: revision 1.5

We removed Mail before branching netbsd-9

diffstat:

 usr.bin/skey/skeyaudit.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 6f112c5ca9f3 -r 4c657cf61865 usr.bin/skey/skeyaudit.sh
--- a/usr.bin/skey/skeyaudit.sh Tue Oct 11 18:16:20 2022 +0000
+++ b/usr.bin/skey/skeyaudit.sh Tue Oct 11 18:25:26 2022 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: skeyaudit.sh,v 1.4 2000/07/27 14:40:58 mjl Exp $
+#      $NetBSD: skeyaudit.sh,v 1.4.102.1 2022/10/11 18:25:26 martin Exp $
 #
 # This script will look thru the skeykeys file for
 # people with sequence numbers less than LOWLIMIT=12
@@ -56,6 +56,6 @@
     $ECHO " "
     $ECHO "Use \"skeyinit -s\" to reinitialize your sequence number."
     $ECHO ""
-    ) | /usr/bin/Mail -s "$SUBJECT"  $USER $ADMIN
+    ) | /usr/bin/mailx -s "$SUBJECT"  $USER $ADMIN
   fi
 done



Home | Main Index | Thread Index | Old Index