]> git.pld-linux.org Git - packages/ulogd.git/commitdiff
- it's non-terminating target
authorTomasz Pala <gotar@pld-linux.org>
Sun, 24 Jul 2011 14:52:38 +0000 (14:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ulogd.spec -> 1.50

ulogd.spec

index 842c8e0f5651d4f5d2633088c948da5c9ddbcfaa..dfa1ac9f7924ce5579d7c9769e167551812e8771 100644 (file)
@@ -34,7 +34,7 @@ userspace to do some logging there. It should work like that:
 - register a target called ULOG with netfilter
 - if the target is hit:
   - send the packet out using netlink multicast facility
-  - return NF_ACCEPT immediately.
+  - return NF_CONTINUE immediately.
 
 %description -l pl.UTF-8
 Ten pakiet ma służyć do wysyłania pakietów z jądra do przestrzeni
@@ -42,7 +42,7 @@ użytkownika w celu logowania. Powinien działać tak:
 - zarejestrować w netfilterze cel o nazwie ULOG
 - jeżeli cel został osiągnięty:
   - wysłać pakiet poprzez netlink
-  - zwrócić natychmiast NF_ACCEPT.
+  - zwrócić natychmiast NF_CONTINUE.
 
 %package mysql
 Summary:       MySQL plugin for ulogd
This page took 0.087383 seconds and 4 git commands to generate.