Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
b13af08112 | |||
71c639b1ed |
1
Makefile
1
Makefile
@@ -182,6 +182,7 @@ install-runit:
|
||||
install -Dm755 $(AGETTY_SULOGIN) $(DESTDIR)$(SVDIR)/sulogin
|
||||
$(LN) $(RUNDIR)/$(AGETTY_SULOGIN_S) $(DESTDIR)$(SVDIR)/sulogin/supervise
|
||||
|
||||
$(LN) $(SVDIR)/udevd $(DESTDIR)$(RUNSVDIR)/default/udevd
|
||||
for g in $(AGETTY_SYMS); do $(LN) $(SVDIR)/$$g $(DESTDIR)$(RUNSVDIR)/default/$$g; done
|
||||
for g in $(SULOGIN_SYM); do $(LN) $(SVDIR)/$$g $(DESTDIR)$(RUNSVDIR)/single/$$g; done
|
||||
|
||||
|
2
sv/udevd/finish
Executable file
2
sv/udevd/finish
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
[ -S /run/udev/control ] && rm -f /run/udev/control
|
Reference in New Issue
Block a user