sleep 1
perl -i -lan -e '$line++; s/^/opt-/ if $line == 1;s/Rebuild for Etch backports./repackaged with prefix opt-/; print $_' $2

