8000 Fixed typo · codebug8/build-linux@df00cd3 · GitHub
[go: up one dir, main page]

Skip to content

Commit df00cd3

Browse files
committed
Fixed typo
1 parent 25d3fe7 commit df00cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ $ cat /etc/init.d/klogd/run
561561
#!/bin/sh
562562
sv up /etc/init.d/syslogd || exit 1
563563
exec klogd -n
564-
$ chmod +x /etc/init.d/klogd
564+
$ chmod +x /etc/init.d/klogd/run
565565
$ ln -s /etc/init.d/klogd /etc/rc.d
566566
```
567567
Now we should see kernel logs appearing in ``/var/log/kernel.log``.

0 commit comments

Comments
 (0)
0