8000 Merge pull request #2 from iaddict/patch-1 · corenoob/build-linux@bc2113c · GitHub
[go: up one dir, main page]

Skip to content

Commit bc2113c

Browse files
Merge pull request MichielDerhaeg#2 from iaddict/patch-1
Fix link for udhcpc/ to rc.d/
2 parents ad487dc + 15a3e45 commit bc2113c

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
@@ -578,7 +578,7 @@ $ cat /etc/init.d/udhcpc
578578
#!/bin/sh
579579
exec udhcpc -f -S
580580
$ chmod +x /etc/init.d/udhcpc/run
581-
$ ln -s /etc/init.d/udhcpc/run /etc/rc.d
581+
$ ln -s /etc/init.d/udhcpc /etc/rc.d
582582
```
583583
And we're done. Yes it's that simple. Note that udhcpc just asks for a lease
584584
from the DHCP server and that's it. When it has a lease it executes

0 commit comments

Comments
 (0)
0