Module Name:    src
Committed By:   is
Date:           Tue Oct 11 15:59:38 UTC 2022

Modified Files:
        src/usr.bin/skey: skeyaudit.sh

Log Message:
We removed Mail before branching netbsd-9


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.5
--- src/usr.bin/skey/skeyaudit.sh:1.4	Thu Jul 27 14:40:58 2000
+++ src/usr.bin/skey/skeyaudit.sh	Tue Oct 11 15:59:38 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.5 2022/10/11 15:59:38 is 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