Remove Captive relicts
[udpgate.git] / src / udpforward.pod.pl.in
index 8336c5b..99f793a 100644 (file)
@@ -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<ftp>(1)-like client to access disks by Microsoft Windows drivers.
-Use if B<lufs-@PACKAGE@fs>(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<lufs-@PACKAGE@fs>(7)
+uproxy
 
 
 =head1 AUTHOR