Index: trunk/udplog/debian/udp2log.init |
— | — | @@ -27,7 +27,7 @@ |
28 | 28 | if [ $rmax -ge 134217728 ] ; then |
29 | 29 | queue=131072 |
30 | 30 | else |
31 | | - queue=$((queue/1024)) |
| 31 | + queue=$((rmax/1024)) |
32 | 32 | fi |
33 | 33 | $DAEMON_ARGS="$DAEMON_ARGS --recv-queue=$queue" |
34 | 34 | fi |