Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d typo



details:   https://anonhg.NetBSD.org/src/rev/3c19820d7711
branches:  trunk
changeset: 487859:3c19820d7711
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Jun 14 03:24:16 2000 +0000

description:
typo

diffstat:

 etc/rc.d/ipsec |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r b94e9a2122ec -r 3c19820d7711 etc/rc.d/ipsec
--- a/etc/rc.d/ipsec    Wed Jun 14 03:16:23 2000 +0000
+++ b/etc/rc.d/ipsec    Wed Jun 14 03:24:16 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: ipsec,v 1.2 2000/06/13 18:17:13 itojun Exp $
+# $NetBSD: ipsec,v 1.3 2000/06/14 03:24:16 itojun Exp $
 #
 
 # PROVIDE: ipsec
@@ -38,7 +38,7 @@
 
 ipsec_stop()
 {
-       echo "Clearing ipesc manual keys/policies."
+       echo "Clearing ipsec manual keys/policies."
 
        # still not 100% sure if we would like to do this.
        # it is very questionable to do this during shutdown session, since



Home | Main Index | Thread Index | Old Index