mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-10 23:07:05 +02:00
main/sysklogd,busybox-initscripts: start system logger before network
fixes #121
This commit is contained in:
parent
067f274aee
commit
6ed51d98e5
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=busybox-initscripts
|
||||
pkgver=2.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Init scripts for busybox daemons"
|
||||
url="http://git.alpinelinux.org/cgit/aports/tree/core/busybox-initscripts"
|
||||
license="GPL-2"
|
||||
@ -35,7 +35,7 @@ md5sums="131e46b2853439f436bc377a5473273f cron.initd
|
||||
3af526f4de1a607f7932a15f7c8e8eb1 dnsd.initd
|
||||
f7daf05f9984aa398fdbd3fe02e82678 httpd.initd
|
||||
dad8e381142dfb42483de324aff4cf28 inetd.initd
|
||||
e22077bfe7b8b0fe7c06cfe208e68dca klogd.initd
|
||||
a5f2bb75d70d238bd534ccc57b643e90 klogd.initd
|
||||
12379687c0cfb5446e0cfc20bd6992bb mdev-mount.initd
|
||||
ef3e93fe17964dd600364b1340654b5b mdev.initd
|
||||
533288e7df1fdfc029b1048b8e6c770f rdate.initd
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
|
||||
depend() {
|
||||
need clock hostname
|
||||
before net
|
||||
provide logger
|
||||
keyword novserver
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=sysklogd
|
||||
pkgver=1.5
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="System and kernel log daemons"
|
||||
url="http://www.infodrom.org/projects/sysklogd/"
|
||||
license="GPL BSD"
|
||||
@ -48,7 +48,7 @@ build ()
|
||||
md5sums="e053094e8103165f98ddafe828f6ae4b sysklogd-1.5.tar.gz
|
||||
6bc1d1c65076b104a8f78d0fb4f21db7 sysklogd.logrotate
|
||||
c9274a06835b95feb8aab31523418847 sysklogd.daily
|
||||
9332657663a9f4286e5c61d22c46378f sysklogd.initd
|
||||
e4c9a51499f1eb8d45dfdfe0d52737a5 sysklogd.initd
|
||||
e25d7b583b7e4bd8be503b89e1771e90 sysklogd.confd
|
||||
3b7ba3aa6519f96f11165a7d5900a8b1 sysklogd-1.4.2-caen-owl-klogd-drop-root.diff
|
||||
4715e1dd2deb7a9ac137e004210e3154 sysklogd-1.4.2-caen-owl-syslogd-bind.diff
|
||||
|
||||
@ -6,7 +6,8 @@
|
||||
opts="reload"
|
||||
|
||||
depend() {
|
||||
need clock hostname cron
|
||||
need clock hostname localmount cron
|
||||
before net
|
||||
provide logger
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user