CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Sylvain Beucler <[EMAIL PROTECTED]>     06/02/10 00:01:02

Modified files:
        docs/hacking_savannah: hacking_savannah.texi 

Log message:
        added URL about the history of Savannah

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/administration/administration/docs/hacking_savannah/hacking_savannah.texi.diff?tr1=1.115&tr2=1.116&r1=text&r2=text

Patches:
Index: administration/docs/hacking_savannah/hacking_savannah.texi
diff -u administration/docs/hacking_savannah/hacking_savannah.texi:1.115 
administration/docs/hacking_savannah/hacking_savannah.texi:1.116
--- administration/docs/hacking_savannah/hacking_savannah.texi:1.115    Fri Sep 
16 10:21:05 2005
+++ administration/docs/hacking_savannah/hacking_savannah.texi  Fri Feb 10 
00:01:02 2006
@@ -1,5 +1,5 @@
 \input texinfo   @c -*-texinfo-*-
[EMAIL PROTECTED] $Id: hacking_savannah.texi,v 1.115 2005/09/16 10:21:05 Beuc 
Exp $
[EMAIL PROTECTED] $Id: hacking_savannah.texi,v 1.116 2006/02/10 00:01:02 Beuc 
Exp $
 @comment %**start of header
 @setfilename hacking_savannah.info
 @include version.texi
@@ -101,6 +101,11 @@
 Savannah:
 @url{http://fsfeurope.org/@/news/@/article2001-10-20-01.en.html}.
 
+This other article describe the very beginning of Savannah (note that
+Sourceforge was free software at that time, not the Big Satan it is
+now):
[EMAIL PROTECTED]://www.fsffrance.org/@/news/@/article2001-04-26-01.en.html}
+
 [TODO: complete this section]
 
 @node This manual,  , Savannah.gnu.org, Introduction
@@ -1799,11 +1804,18 @@
 mkdir -m 755 dev
 cd dev
 # Basic special files
+mknod -m 666 full c 1 7
 mknod -m 666 null c 1 3
 mknod -m 666 zero c 1 5
 # SSL is not happy without some random
 mknod -m 666 random  c 1 8
 mknod -m 444 urandom c 1 9
+# For interactive applications (ncurses)
+mknod -m 666 tty c 5 0 
+# Permissions/ownership
+chown root:root full null random urandom zero
+chown root:tty tty
+# Check /sbin/MAKEDEV for more information
 @end example
 
 


_______________________________________________
Savannah-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/savannah-cvs

Reply via email to