[DRBD-cvs] documentation by lars; improved the "make rpm" target. fixed t...
drbd-user@lists.linbit.com
drbd-user@lists.linbit.com
Thu, 22 Jan 2004 15:33:21 +0100 (CET)
DRBD CVS committal
Author : lars
Project : drbd
Module : documentation
Dir : drbd/documentation
Modified Files:
Makefile Makefile.lang datadisk.sgml drbd-article.pod
drbd.conf.sgml drbd.sgml drbdsetup.sgml
Log Message:
improved the "make rpm" target.
fixed the list email to drbd-user@linbit.
... just to relax for a moment from the 0.7 linux 2.6 port ...
ok, back to real work now :)
-lge
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/documentation/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- Makefile 16 Dec 2003 16:32:08 -0000 1.22
+++ Makefile 22 Jan 2004 14:32:51 -0000 1.23
@@ -88,14 +88,10 @@
cd HOWTO ; $(DB2HTML) DRBD-HOWTO.sgml ; cd ..
install: drbdsetup.8 drbd.conf.5 drbd.8 datadisk.8
- install -d $(PREFIX)usr/share/man/man8
- install -m 644 drbdsetup.8 $(PREFIX)usr/share/man/man8
- install -d $(PREFIX)usr/share/man/man5
- install -m 644 drbd.conf.5 $(PREFIX)usr/share/man/man5
- install -d $(PREFIX)usr/share/man/man8
- install -m 644 drbd.8 $(PREFIX)usr/share/man/man8
- install -d $(PREFIX)usr/share/man/man8
- install -m 644 datadisk.8 $(PREFIX)usr/share/man/man8
+ install -D -m 644 drbd.conf.5 $(PREFIX)usr/share/man/man5/drbd.conf.5
+ install -D -m 644 drbd.8 $(PREFIX)usr/share/man/man8/drbd.8
+ install -D -m 644 datadisk.8 $(PREFIX)usr/share/man/man8/datadisk.8
+ install -D -m 644 drbdsetup.8 $(PREFIX)usr/share/man/man8/drbdsetup.8
@ set -e; for i in $(LANGS); do $(MAKE) -C $$i install; done
uninstall:
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/documentation/Makefile.lang,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.lang 23 Mar 2003 15:26:37 -0000 1.5
+++ Makefile.lang 22 Jan 2004 14:32:51 -0000 1.6
@@ -60,10 +60,10 @@
rm -f *.ps.gz *.pdf *.ps *.html
install:
- install -D drbdsetup.8 $(PREFIX)usr/share/man/$(C_LANG)/man8/drbdsetup.8
- install -D drbd.conf.5 $(PREFIX)usr/share/man/$(C_LANG)/man5/drbd.conf.5
- install -D drbd.8 $(PREFIX)usr/share/man/$(C_LANG)/man8/drbd.8
- install -D datadisk.8 $(PREFIX)usr/share/man/$(C_LANG)/man8/datadisk.8
+ install -D -m 644 drbdsetup.8 $(PREFIX)usr/share/man/$(C_LANG)/man8/drbdsetup.8
+ install -D -m 644 drbd.conf.5 $(PREFIX)usr/share/man/$(C_LANG)/man5/drbd.conf.5
+ install -D -m 644 drbd.8 $(PREFIX)usr/share/man/$(C_LANG)/man8/drbd.8
+ install -D -m 644 datadisk.8 $(PREFIX)usr/share/man/$(C_LANG)/man8/datadisk.8
uninstall:
rm $(PREFIX)usr/share/man/$(C_LANG)/man8/drbdsetup.8
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/documentation/datadisk.sgml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- datadisk.sgml 18 Jan 2004 20:24:05 -0000 1.4
+++ datadisk.sgml 22 Jan 2004 14:32:51 -0000 1.5
@@ -58,7 +58,7 @@
<refsect1>
<title>Reporting Bugs</title>
<simpara>
- Report bugs to <email>drbd-devel@lists.sourceforge.net</email>.
+ Report bugs to <email>drbd-user@lists.linbit.com</email>.
</simpara>
</refsect1>
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/documentation/drbd-article.pod,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- drbd-article.pod 16 Dec 2003 16:32:08 -0000 1.2
+++ drbd-article.pod 22 Jan 2004 14:32:51 -0000 1.3
@@ -49,7 +49,7 @@
=item BIO:
IT freelancer Lars Ellenberg is the main contributor to DRBD and
- "help desk" on drbd-devel.
+ "help desk" on drbd-user.
=item NOTE:
@@ -57,7 +57,7 @@
see also: http://www.linux-mag.com/2003-11/toc.html
For comments, suggestions, language and spelling issues,
- please contact the author or drbd-devel@lists.sourceforge.net .
+ please contact the author or drbd-user@lists.linbit.com .
=back
@@ -250,9 +250,9 @@
=head2 Troubleshooting
-If you have any troubles setting up DRBD, check http://faq.drbd.org, and
-if that does not help, feel free to subscribe and ask questions on
-drbd-devel@lists.sourceforge.net -- there is no drbd-users@ (yet).
+If you have any troubles setting up DRBD, check http://www.drbd.org,
+and if that does not help, feel free to subscribe and ask questions on
+drbd-user@lists.linbit.com .
If you feel that write throughput is way too low, try to identify the
bottleneck. Sustained write throughput cannot be better than the minimum
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/documentation/drbd.conf.sgml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- drbd.conf.sgml 18 Jan 2004 20:24:05 -0000 1.12
+++ drbd.conf.sgml 22 Jan 2004 14:32:51 -0000 1.13
@@ -275,7 +275,7 @@
</refsect1>
<refsect1>
<title>Reporting Bugs</title>
-<simpara>Report bugs to <email>drbd-devel@lists.sourceforge.net</email>.
+<simpara>Report bugs to <email>drbd-user@lists.linbit.com</email>.
</simpara>
</refsect1>
<refsect1>
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/documentation/drbd.sgml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- drbd.sgml 18 Jan 2004 20:24:05 -0000 1.3
+++ drbd.sgml 22 Jan 2004 14:32:51 -0000 1.4
@@ -73,7 +73,7 @@
<refsect1>
<title>Reporting Bugs</title>
<simpara>
- Report bugs to <email>drbd-devel@lists.sourceforge.net</email>.
+ Report bugs to <email>drbd-user@lists.linbit.com</email>.
</simpara>
</refsect1>
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/documentation/drbdsetup.sgml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- drbdsetup.sgml 18 Jan 2004 20:24:05 -0000 1.15
+++ drbdsetup.sgml 22 Jan 2004 14:32:51 -0000 1.16
@@ -550,7 +550,7 @@
</refsect1>
<refsect1>
<title>Reporting Bugs</title>
-<simpara>Report bugs to <email>drbd-devel@lists.sourceforge.net</email>.
+<simpara>Report bugs to <email>drbd-user@lists.linbit.com</email>.
</simpara>
</refsect1>
<refsect1>