]> git.cworth.org Git - obsolete/notmuch-wiki/blobdiff - remoteusage/aboriginal.mdwn
removed nerdy humor for the benefit of full potential user base
[obsolete/notmuch-wiki] / remoteusage / aboriginal.mdwn
index ef462dfee9159c60e757ec330b45a2016781e5a8..569b338fddafdbe5b71a8f4c960cee313f330bd5 100644 (file)
@@ -14,11 +14,6 @@ from the script will fail.
 ## The script
 
 Write the following code to a file, for example `remote-notmuch.sh`.
-There is just one line to that normally needs configuration:
-
-        readonly SSH_CONTROL_SOCK='~'/.ssh/master-user@host:22
-
-the options howto are presented after the script.
 
         #!/bin/bash
 
@@ -76,7 +71,7 @@ terminal and then test the script with `./remote-notmuch.sh help`
 
 Note that the '~' is inside single quotes for a reason. In this
 case shell never expand it to `$HOME` -- ssh does it by not reading
-`$HOME` but checking the real user home directory from `/etc/passewd`.
+`$HOME` but checking the real user home directory from `/etc/passwd`.
 For security purposes this is just how it should be.
 
 ## Tune
@@ -104,12 +99,3 @@ to the `./remote-notmuch.sh` wrapper script testing with
 
 See the section *Configure Emacs on the client computer* in
 [[remoteusage|remoteusage]] how to do this. The instructions are the same.
-
-## Fun
-
-Original [BSD Licence](http://en.wikipedia.org/wiki/BSD_licenses)
-is 4-clause license.
-When 3 rd. clause was removed, the new license was not original anymore.
-Similarly, the requirement for this version are the same as in
-[[remoteusage|remoteusage]] page except the 3 rd. requirement
-(password-free login) is not effective here.