#! /bin/sh /usr/share/dpatch/dpatch-run
## 20_absolute_path_for_logrep.dpatch by Mauro Lizaur <mauro@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Adds an absolute path for the command logrep
@DPATCH@
--- wtop-0.6.1.orig/wtop 2008-07-25 14:15:05.000000000 -0300
+++ wtop-0.6.1/wtop 2009-07-15 12:39:50.000000000 -0300
@@ -1,3 +1,3 @@
#!/bin/sh
# you may wish to add -H to see only human traffic
-logrep -m top -c "$2"
\ No hay ningún carácter de nueva línea al final del fichero
+/usr/bin/logrep -m top -c "$2"