diff options
author | William Hubbs <williamh@gentoo.org> | 2011-11-30 10:00:44 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-12-03 12:46:52 -0600 |
commit | 5adb3930c7a875153c0b817b5c21596a3faaac29 (patch) | |
tree | 6afd4ee806cbc2eb92fa00c3a93ab55cbb421f2a /init.d/Makefile | |
parent | b628481701d1f240ff8b2411dc041db332578a8c (diff) |
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 <robbat2@gentoo.org> for his
input on this patch
Diffstat (limited to 'init.d/Makefile')
-rw-r--r-- | init.d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |