Module Name: src Committed By: kre Date: Mon Dec 25 07:46:12 UTC 2023
Modified Files: src/etc/rc.d: certctl_init Log Message: Whitespace: 8 spaces -> tab To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/etc/rc.d/certctl_init Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/etc/rc.d/certctl_init diff -u src/etc/rc.d/certctl_init:1.2 src/etc/rc.d/certctl_init:1.3 --- src/etc/rc.d/certctl_init:1.2 Mon Dec 25 07:43:03 2023 +++ src/etc/rc.d/certctl_init Mon Dec 25 07:46:12 2023 @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: certctl_init,v 1.2 2023/12/25 07:43:03 kre Exp $ +# $NetBSD: certctl_init,v 1.3 2023/12/25 07:46:12 kre Exp $ # # PROVIDE: certctl_init # REQUIRE: mountcritremote @@ -39,7 +39,7 @@ certctl_init() { [ -e "$certsdir" ] && ! [ -d "$certsdir" ] ; } || ( [ -d "$certsdir" ] && find -f "$certsdir" -- -maxdepth 0 -type d -empty -exit 1 ) - then + then return fi