mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 23:12:57 +02:00
sysklogd: fix the startup order for the rc.d scripts.
--HG-- extra : convert_revision : 32fc06d0990da75a3a807e966245974115716f9c
This commit is contained in:
parent
2d4910d9f6
commit
d9521b6bb1
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# PROVIDE: klogd
|
||||
# REQUIRE: DAEMON
|
||||
# REQUIRE: NETWORKING
|
||||
# BEFORE: syslogd
|
||||
|
||||
$_rc_subr_loaded . /etc/rc.subr
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# PROVIDE: syslogd
|
||||
# REQUIRE: DAEMON
|
||||
# REQUIRE: NETWORKING
|
||||
|
||||
$_rc_subr_loaded . /etc/rc.subr
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue