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