[or-cvs] force the admin to mkdir the datadirectory himself,

Roger Dingledine arma at seul.org
Wed Oct 22 04:33:13 UTC 2003


Update of /home/or/cvsroot
In directory moria.mit.edu:/home2/arma/work/onion/cvs

Modified Files:
	README Makefile.am 
Log Message:
force the admin to mkdir the datadirectory himself,
so he gets the permissions right.

also this means clients will never need to make the datadirectory.

also remind the admin to fix his clock before setting up his node.


Index: Makefile.am
===================================================================
RCS file: /home/or/cvsroot/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am	16 Oct 2003 08:53:14 -0000	1.6
+++ Makefile.am	22 Oct 2003 04:33:11 -0000	1.7
@@ -5,5 +5,5 @@
 
 EXTRA_DIST = LICENSE
 
-install-data-local:
-	$(INSTALL) -m 755 -d $(LOCALSTATEDIR)/lib/tor
+#install-data-local:
+#	$(INSTALL) -m 755 -d $(LOCALSTATEDIR)/lib/tor



More information about the tor-commits mailing list