X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=src%2Fudpforward.pod.pl.in;h=99f793aaed6c37e1e82434ce10b8a8138f8a6815;hb=8cac818d89affb033e47379a1a4a0ec6bb9a4624;hp=8336c5bf83940ebd320be3b745b9e620577324ec;hpb=d543c016aef7613c4046a486fd89194a749affd6;p=udpgate.git diff --git a/src/udpforward.pod.pl.in b/src/udpforward.pod.pl.in index 8336c5b..99f793a 100644 --- a/src/udpforward.pod.pl.in +++ b/src/udpforward.pod.pl.in @@ -24,10 +24,10 @@ use strict; use warnings; -my $sbindir='@sbindir@'; -$sbindir=~s#\$\Q{exec_prefix}\E#'@exec_prefix@';#ge; -$sbindir=~s#\$\Q{prefix}\E#'@prefix@';#ge; -$sbindir="/usr/sbin" if $sbindir=~/^@/; +my $bindir='@bindir@'; +$bindir=~s#\$\Q{exec_prefix}\E#'@exec_prefix@';#ge; +$bindir=~s#\$\Q{prefix}\E#'@prefix@';#ge; +$bindir="/usr/bin" if $bindir=~/^@/; print <<'POD_EOF'; =head1 NAME @@ -38,29 +38,20 @@ print <<'POD_EOF'; =head1 SYNOPSIS =for man -\fB@PACKAGE@-cmdline\fP \fB--load-module\fP=\fB/tmp/ntoskrnl.exe\fP -.br - \fB--filesystem\fP=\fB/tmp/ntfs.sys\fP -.br -POD_EOF -print "\t\t".'[\fB--sandbox-server\fP=\fB'.$sbindir.'/@PACKAGE@-sandbox-server\fP]'."\n"; -print <<'POD_EOF'; - [\fB--bug-pathname\fP=\fB/tmp/captive-bug-%FT%T.captivebug.xml.gz\fP] - [\fB--disk\fP|\fB--cdrom\fP] [\fB--ro\fP|\fB--blind\fP|\fB--rw\fP] {\fBimage-file\fP|\fBdevice\fP} +\fB@PACKAGE@\fP =head1 DESCRIPTION -Simple B(1)-like client to access disks by Microsoft Windows drivers. -Use if B(7) not available; also useful during debugging. +Utility will transparently provide virtual MMS center on your personal +computer. As GSM operators usually block all the alternate service gateways +they should not be able to block all the personal gateways of all their +customers. -POD_EOF -require "../../libcaptive/client/options.pod.pl"; -print <<'POD_EOF'; =head1 SEE ALSO -B<@PACKAGE@>(7), B(7) +uproxy =head1 AUTHOR