diff options
Diffstat (limited to 'main/ulogd/ulogd.initd')
-rw-r--r-- | main/ulogd/ulogd.initd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/ulogd/ulogd.initd b/main/ulogd/ulogd.initd index 35dd108815..231f36cca9 100644 --- a/main/ulogd/ulogd.initd +++ b/main/ulogd/ulogd.initd @@ -3,10 +3,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/app-admin/ulogd/files/ulogd,v 1.2 2004/07/13 16:32:25 aliz Exp $ +description="Netfilter userspace log daemon" +description_reload="Reload configuration" + extra_started_commands="reload" depend() { - need net before firewall } |