From 5adb3930c7a875153c0b817b5c21596a3faaac29 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 30 Nov 2011 10:00:44 -0600 Subject: Integrate migrate-run into bootmisc The migrate-run service was hanging when parallel startup was enabled because of its dependencies. This integrates the logic for this service into bootmisc, which will avoid the issues with parallel startup. I would like to thank Robin H. Johnson for his input on this patch --- init.d/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d/Makefile') diff --git a/init.d/Makefile b/init.d/Makefile index c1eb6477..8351f3c5 100644 --- a/init.d/Makefile +++ b/init.d/Makefile @@ -22,7 +22,7 @@ SRCS-FreeBSD+= adjkerntz.in devd.in dumpon.in ipfw.in mixer.in nscd.in \ NET_LO-Linux= net.lo SRCS-Linux= devfs.in dmesg.in hwclock.in consolefont.in keymaps.in \ killprocs.in modules.in mount-ro.in mtab.in numlock.in \ - procfs.in sysfs.in termencoding.in migrate-run.in + procfs.in sysfs.in termencoding.in NET_LO-NetBSD= net.lo0 # Generic BSD scripts -- cgit v1.2.3