The INSTALL file is copied from the `less' project which is OK, but the mention to the `less' program should be omitted. This patch also makes a silly cosmetic change in the Makefile.
Best regards
Ricardo Catalinas Jiménez jimenezrick@gmail.com writes:
The INSTALL file is copied from the `less' project which is OK, but the mention to the `less' program should be omitted. This patch also makes a silly cosmetic change in the Makefile.
Best regards
basically I don't have any problem with content of the patch, but patch should be generated by git with comment and signed-off.
$ git commit -s $ git send-email --to iptraf-ng@lists.fedorahosted.org HEAD~1
$ git config --global sendemail.smtpserver smtp.gmail.com $ git config --global sendemail.smtpserverport 587 $ git config --global sendemail.smtpencryption tls $ git config --global sendemail.smtpuser your_email@gmail.com
Now it's ready: the command git send-email patch-name will ask you for some info about the email sender (you can change the From: field) and recipient, your Gmail password and then it will send the email.
Optionally, it is possible to skip the password prompt by adding it to the configuration with: $ git config --global sendemail.smtppass your_password
Lastly, I found a packaging bug so that git-email does not pull some perl libraries required for this to work, so I had to manually install perl-Authen-SASL.
iptraf-ng@lists.fedorahosted.org