diff --git a/distrib/sets/lists/etc/mi b/distrib/sets/lists/etc/mi index d5d99c8edd59..b02d90105f56 100644 --- a/distrib/sets/lists/etc/mi +++ b/distrib/sets/lists/etc/mi @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.264 2021/01/10 23:24:25 riastradh Exp $ +# $NetBSD: mi,v 1.265 2021/01/26 13:31:19 martin Exp $ # # Note: end-user configuration files that are moved to another location # should not be marked "obsolete"; they should just be removed from @@ -247,10 +247,11 @@ ./etc/rc.d/lkm1 etc-obsolete obsolete ./etc/rc.d/lkm2 etc-obsolete obsolete ./etc/rc.d/lkm3 etc-obsolete obsolete -./etc/rc.d/llvmlockdir etc-sys-rc +./etc/rc.d/llvmlockdir etc-obsolete obsolete ./etc/rc.d/local etc-sys-rc ./etc/rc.d/lpd etc-lpr-rc ./etc/rc.d/lvm etc-sys-rc +./etc/rc.d/lvmlockdir etc-sys-rc ./etc/rc.d/makemandb etc-man-rc ./etc/rc.d/mdnsd etc-mdns-rc ./etc/rc.d/mixerctl etc-audio-rc diff --git a/etc/rc.d/llvmlockdir b/etc/rc.d/lvmlockdir similarity index 74% rename from etc/rc.d/llvmlockdir rename to etc/rc.d/lvmlockdir index 29f2687c1bc2..705e039c6741 100755 --- a/etc/rc.d/llvmlockdir +++ b/etc/rc.d/lvmlockdir @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: llvmlockdir,v 1.2 2020/09/08 12:52:18 martin Exp $ +# $NetBSD: lvmlockdir,v 1.1 2021/01/26 13:31:19 martin Exp $ # # REQUIRE: mountcritlocal @@ -8,11 +8,11 @@ $_rc_subr_loaded . /etc/rc.subr -name="llvmlockdir" -start_cmd="llvmlockdir_start" +name="lvmlockdir" +start_cmd="lvmlockdir_start" stop_cmd=":" -llvmlockdir_start() +lvmlockdir_start() { # create LVM locking directory, it needs to be owned by operator # group and has parmissions to allow lock file creation.