Module Name: src Committed By: andvar Date: Sat Aug 21 10:06:33 UTC 2021
Modified Files: src/usr.sbin/postinstall: postinstall.in Log Message: s/accidentaly/accidentally/ To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/usr.sbin/postinstall/postinstall.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/postinstall/postinstall.in diff -u src/usr.sbin/postinstall/postinstall.in:1.40 src/usr.sbin/postinstall/postinstall.in:1.41 --- src/usr.sbin/postinstall/postinstall.in:1.40 Sat Aug 21 09:59:47 2021 +++ src/usr.sbin/postinstall/postinstall.in Sat Aug 21 10:06:33 2021 @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: postinstall.in,v 1.40 2021/08/21 09:59:47 andvar Exp $ +# $NetBSD: postinstall.in,v 1.41 2021/08/21 10:06:33 andvar Exp $ # # Copyright (c) 2002-2021 The NetBSD Foundation, Inc. # All rights reserved. @@ -1243,7 +1243,7 @@ do_dhcpcd() # dhcpcdrundir # -additem dhcpcdrundir "accidentaly created /@RUNDIR@ does not exist" +additem dhcpcdrundir "accidentally created /@RUNDIR@ does not exist" do_dhcpcdrundir() { [ -n "$1" ] || err 3 "USAGE: do_dhcpcdrundir fix|check"