I want to modify this line:
/usr/src/crypto/openssh/session.c:1842
[CMD=""]printf("This service allows sftp connections only.\n");[/CMD]
Should I just replace the text in the file? Or should I make a patch? What is the best practise when it comes to modifying this? I really want the text to be the same when I later update and recompile this.
/usr/src/crypto/openssh/session.c:1842
[CMD=""]printf("This service allows sftp connections only.\n");[/CMD]
Should I just replace the text in the file? Or should I make a patch? What is the best practise when it comes to modifying this? I really want the text to be the same when I later update and recompile this.