tadd readme - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 9efaf442bad8f020444111086ce427f1f833294a
(DIR) parent 4db31855e7fde9a087fb59e761743420aaa3743b
(HTM) Author: rsc <devnull@localhost>
Date: Sun, 12 Feb 2006 19:48:11 +0000
add readme
Diffstat:
A mail/README | 6 ++++++
1 file changed, 6 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/mail/README b/mail/README
t@@ -0,0 +1,6 @@
+To run mail you need to do at least the following:
+
+ cd $PLAN9/src/cmd/upas; mk install
+ cd $PLAN9/log; chmod 666 smtp smtp.debug smtp.fail mail >smtp >smtp.debug >smtp.fail >mail
+ chmod 777 $PLAN9/mail/queue
+