wok-next diff dummynet/receipt @ rev 18925
description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 25 15:02:38 2016 +0200 (2016-02-25) |
parents | eb8067417980 |
children | d5aab818505e |
line diff
1.1 --- a/dummynet/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/dummynet/receipt Thu Feb 25 15:02:38 2016 +0200 1.3 @@ -33,6 +33,5 @@ 1.4 1.5 post_install() 1.6 { 1.7 - echo "/lib/modules/`uname -r`/kernel/net/ipfw_mod.ko" >> /lib/modules/modules.dep 1.8 - depmod 1.9 + [ "$1" ] || depmod -a 1.10 }