浏览代码

Remove unnecessary substitutions

Bob Mottram 11 年前
父节点
当前提交
5ef54f7669
共有 1 个文件被更改,包括 1 次插入20 次删除
  1. 1
    20
      beaglebone.txt

+ 1
- 20
beaglebone.txt 查看文件

5847
 Substitute /mydomainname.com/ for your domain name (the main one used for email).
5847
 Substitute /mydomainname.com/ for your domain name (the main one used for email).
5848
 
5848
 
5849
 #+BEGIN_SRC: bash
5849
 #+BEGIN_SRC: bash
5850
-sed 's/godark.ca/mydomainname.com/g' bitmessage-gateway.py > bitmessage-gateway.py
5851
-#+END_SRC
5852
-
5853
-Change the user to /bitmsg/
5854
-
5855
-#+BEGIN_SRC: bash
5856
-sed 's#your_user/MailDir#bitmsg/Maildir#g' bitmessage-gateway.py > bitmessage-gateway.py
5857
-#+END_SRC
5858
-
5859
-Change the logging location.
5860
-
5861
-#+BEGIN_SRC: bash
5862
-sed 's#/var/log/bitmessage-gateway.log#/home/bitmsg/gateway.log#g'
5863
-bitmessage-gateway.py > bitmessage-gateway.py
5864
-#+END_SRC
5865
-
5866
-Change the API username.
5867
-
5868
-#+BEGIN_SRC: bash
5869
-sed 's/bmapi/bitmsg/g' bitmessage-gateway.py > bitmessage-gateway.py
5850
+sed 's/mydomainname.com/your_domain_name/g' bitmessage-gateway.py > bitmessage-gateway.py
5870
 #+END_SRC
5851
 #+END_SRC
5871
 
5852
 
5872
 Find out what the API password is:
5853
 Find out what the API password is: