Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/etc/rc.d/random_seed,v rcsdiff: /ftp/cvs/cvsroot/src/etc/rc.d/random_seed,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/etc/rc.d/random_seed 2012/12/29 22:15:07 1.6 +++ src/etc/rc.d/random_seed 2014/07/22 17:11:09 1.7 @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: random_seed,v 1.6 2012/12/29 22:15:07 christos Exp $ +# $NetBSD: random_seed,v 1.7 2014/07/22 17:11:09 wiz Exp $ # # PROVIDE: random_seed @@ -42,7 +42,7 @@ getfstype() { fs_safe() { # - # Enforce that the file's on a local filesystem. + # Enforce that the file's on a local file system. # Include only the types we can actually write. # fstype="$(getfstype "$1")" @@ -51,7 +51,7 @@ fs_safe() return 0 ;; *) - message "Bad filesystem type ${fstype}" + message "Bad file system type ${fstype}" return 1 ;; esac