debian-426553_bcrelay-manpage.patch 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. Description: Add manpage for bcrelay
  2. Author: Khang Nguyen Trong <trongkhang17@gmail.com>
  3. Forwarded: http://sourceforge.net/mailarchive/forum.php?thread_name=1360193742%40msgid.manchmal.in-ulm.de&forum_name=poptop-server
  4. Bug-Debian: http://bugs.debian.org/426553
  5. --- /dev/null
  6. +++ b/bcrelay.8
  7. @@ -0,0 +1,59 @@
  8. +.TH BCRELAY "8" "31 Dec 2010" "Version 1.3.4" "BCRELAY MANUAL PAGE"
  9. +.SH NAME
  10. +\fBbcrelay\fR \- a broadcast relay daemon
  11. +.SH SYNOPSIS
  12. +.B bcrelay
  13. +[\fIOPTION\fR]...
  14. +.SH DESCRIPTION
  15. +.B bcrelay
  16. +simply plays as a broadcast repeater. When \fBbcrelay\fR receives packets
  17. +from the incomming interface, it will then relay them to the outgoing
  18. +interface.
  19. +.LP
  20. +.SH OPTIONS
  21. +.TP
  22. +\fB-d\fR,\fB\-\-daemon\fR
  23. +Run \fBbcrelay\fR as a daemon.
  24. +.TP
  25. +\fB-h\fR,\fB\-\-help\fR
  26. +Show help message.
  27. +.TP
  28. +\fB-i\fR,\fB\-\-incoming\fR \fIinterface-in
  29. +Defines from which interface broadcasts will be read.
  30. +.TP
  31. +\fB-s\fR,\fB\-\-outgoing\fR \fIinterface-out
  32. +Defines to which interface broadcasts will be relayed.
  33. +.TP
  34. +\fB-n\fR,\fB\-\-nolog\fR
  35. +Disable any logging and tracing to /var/log/messages except fatal error
  36. +messages.
  37. +.TP
  38. +\fB-s\fR,\fB\-\-ipsec\fR \fIargument\fR
  39. +Defines an ipsec tunnel to be relayed to. Since ipsec tunnels terminate on
  40. +the same interface, we need to define the broadcast address of the other
  41. +end-point of the tunnel. This is done as ipsec0:x.x.x.255.
  42. +.TP
  43. +\fB-v\fR,\fB\-\-version\fR
  44. +Show the version of \fBbcrelay\fR.
  45. +.TP
  46. +Log messages and debugging information go to syslog as daemon.
  47. +.TP
  48. +Interfaces can be specified as regexpressions, ie. ppp[0-9]+.
  49. +.SH AUTHORS
  50. +.sp
  51. +Original \fBbcrelay\fR program was written by Luc Richards
  52. +<TheyCallMeLuc@yahoo.com.au>.
  53. +
  54. +.sp
  55. +\fBBcrelay\fR was modified for \fBpoptop\fR by Richard de Vroede
  56. +<r.devroede@linvision.com> and rewritten by Norbert van Bolhuis
  57. +<norbert@vanbolhuis.demon.nl> for version (v1.0+) of \fBbcrelay\fR.
  58. +
  59. +.sp
  60. +This manual page was written by Nguyen Vinh for Debian GNU/Linux System (but
  61. +may be used for others). Permission is granted to copy, distribute and/or
  62. +modify this document under the terms of the GNU General Public License
  63. +Version 2, and any later versions published by Free Software Foundation.
  64. +There is no WARRANTY, to the extent permitted by the law.
  65. +.SH SEE ALSO
  66. +For more detailed information about \fBbcrelay\fR, please read README.
  67. --- a/Makefile.am
  68. +++ b/Makefile.am
  69. @@ -16,7 +16,7 @@
  70. #CFLAGS = -O2 -fno-builtin -Wall -ansi -pedantic -Wmissing-prototypes -Werror -DSBINDIR='"$(sbindir)"'
  71. CPPFLAGS = -DSBINDIR='"$(sbindir)"'
  72. -man_MANS = pptpctrl.8 pptpd.8 pptpd.conf.5
  73. +man_MANS = pptpctrl.8 pptpd.8 pptpd.conf.5 bcrelay.8
  74. EXTRA_DIST = \
  75. html README* ChangeLog NEWS TODO $(man_MANS) \