diff options
author | William Hubbs <williamh@gentoo.org> | 2011-11-22 08:18:53 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-11-23 07:26:05 -0600 |
commit | 17a1529416441391e3b55cd22e5584b530424932 (patch) | |
tree | 9bf517401d8f47e41c0366a2dde0c3db8326fb37 /runlevels | |
parent | 815952a65a9cf41d3d1f353e6bee5cef4de4805a (diff) |
Migrate /var/lock and /var/run to /run for linux systems
Diffstat (limited to 'runlevels')
-rw-r--r-- | runlevels/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile index c1a9f096..1f599a96 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -26,7 +26,7 @@ BOOT-FreeBSD= hostid net.lo0 newsyslog savecore syslogd # FreeBSD specific stuff BOOT-FreeBSD+= adjkerntz dumpon syscons -BOOT-Linux= hwclock keymaps modules mtab net.lo procfs termencoding +BOOT-Linux= hwclock keymaps modules mtab net.lo procfs termencoding migrate-run SHUTDOWN-Linux= killprocs mount-ro SYSINIT-Linux= devfs dmesg |