commit: 204971c6e2ea1e37fa037e09bff02eea3a07f843 Author: Doug Freed <dwfreed <AT> mtu <DOT> edu> AuthorDate: Mon Dec 12 20:13:26 2016 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Mon Dec 12 20:13:26 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=204971c6
runlevels: remove bad trailing backslash runlevels/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runlevels/Makefile b/runlevels/Makefile index 103577a..8007bdd 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -36,7 +36,7 @@ BOOT-FreeBSD+= hostid modules newsyslog savecore syslogd # FreeBSD specific stuff BOOT-FreeBSD+= adjkerntz dumpon syscons -BOOT-Linux+= binfmt hwclock keymaps modules mtab procfs termencoding \ +BOOT-Linux+= binfmt hwclock keymaps modules mtab procfs termencoding SHUTDOWN-Linux= killprocs mount-ro SYSINIT-Linux= devfs dmesg sysfs
