Module Name:    src
Committed By:   martin
Date:           Tue Oct 11 18:25:26 UTC 2022

Modified Files:
        src/usr.bin/skey [netbsd-9]: skeyaudit.sh

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.102.1 src/usr.bin/skey/skeyaudit.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/skey/skeyaudit.sh
diff -u src/usr.bin/skey/skeyaudit.sh:1.4 src/usr.bin/skey/skeyaudit.sh:1.4.102.1
--- src/usr.bin/skey/skeyaudit.sh:1.4	Thu Jul 27 14:40:58 2000
+++ src/usr.bin/skey/skeyaudit.sh	Tue Oct 11 18:25:26 2022
@@ -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 @@ while [ "X$1" != "X" ]; do
     $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

Reply via email to