Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 386765
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- ulogd
0
++ ulogd
Lines 1-9 Link Here
1
#!/sbin/runscript
1
#!/sbin/runscript
2
# Copyright 1999-2004 Gentoo Foundation
2
# Copyright 1999-2011 Gentoo Foundation
3
# Distributed under the terms of the GNU General Public License v2
3
# Distributed under the terms of the GNU General Public License v2
4
# $Header: /var/cvsroot/gentoo-x86/app-admin/ulogd/files/ulogd,v 1.3 2009/08/10 06:01:18 wormo Exp $
4
# $Header: /var/cvsroot/gentoo-x86/app-admin/ulogd/files/ulogd,v 1.3 2009/08/10 06:01:18 wormo Exp $
5
5
6
opts="reload"
6
extra_started_commands="reload"
7
7
8
depend() {
8
depend() {
9
	need net
9
	need net
Lines 31-36 Link Here
31
31
32
reload() {
32
reload() {
33
	ebegin "Reloading ulogd.conf file"
33
	ebegin "Reloading ulogd.conf file"
34
	killall -HUP ulogd &>/dev/null
34
	start-stop-daemon --signal HUP --exec /usr/sbin/ulogd >/dev/null 2>&1
35
	eend $?
35
	eend $?
36
}	
36
}	

Return to bug 386765