# HG changeset patch # User Paul Issott # Date 1361733450 0 # Node ID 21661433e657dbc9c0275f4c0421ff4d5076bdc4 # Parent 91e387daa8535c456fc66b26903237ca134f285f trafshow: tiny edit diff -r 91e387daa853 -r 21661433e657 trafshow/receipt --- a/trafshow/receipt Sun Feb 24 18:51:46 2013 +0000 +++ b/trafshow/receipt Sun Feb 24 19:17:30 2013 +0000 @@ -31,7 +31,8 @@ cp -a $src/$PACKAGE $fs/usr/bin cp -a $src/.trafshow $fs/etc/trafshow - # tidy config file + # tidy config file and change perms + chown root:root $fs/etc/trafshow sed -i 's|*/icmp|#*/icmp|' $fs/etc/trafshow sed -i 's|nfs|#nfs|' $fs/etc/trafshow sed -i 's|513|#513|' $fs/etc/trafshow