diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-02-28 22:06:50 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-02-28 22:06:50 +0000 |
commit | 445d033e6f3ddd3661d9026aa1305f0b6607f1a2 (patch) | |
tree | 6d6e202e2e777cb1107715d9698be7d9c2aca80d /app-admin/ulogd/files | |
parent | better DESCRIPTION + fix pkg_postinst typo (diff) | |
download | gentoo-2-445d033e6f3ddd3661d9026aa1305f0b6607f1a2.tar.gz gentoo-2-445d033e6f3ddd3661d9026aa1305f0b6607f1a2.tar.bz2 gentoo-2-445d033e6f3ddd3661d9026aa1305f0b6607f1a2.zip |
Changelog entry and cleanups
Diffstat (limited to 'app-admin/ulogd/files')
-rw-r--r-- | app-admin/ulogd/files/ulogd-0.98 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/ulogd/files/ulogd-0.98 b/app-admin/ulogd/files/ulogd-0.98 index 010829371852..3360a75fa3ee 100644 --- a/app-admin/ulogd/files/ulogd-0.98 +++ b/app-admin/ulogd/files/ulogd-0.98 @@ -7,10 +7,11 @@ # config: /usr/local/etc/ulogd.conf -#opts="start stop restart status" +opts="${opts} reload" depend() { need net + use mysql } initService() { |