ispman/bin ispman.dnsload,1.6,1.7 ispman.dnsunset,1.11,1.12 ldifdiff,1.2,1.3
Joerg Delker <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15777/bin Modified Files: ispman.dnsload ispman.dnsunset ldifdiff Log Message: perldoc fixes Index: ispman.dnsload =================================================================== RCS file: /cvsroot/ispman/ispman/bin/ispman.dnsload,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- ispman.dnsload 30 May 2004 23:35:31 -0000 1.6 +++ ispman.dnsload 20 Jun 2004 14:20:49 -0000 1.7 @@ -39,85 +39,7 @@ =head1 NAME -ispman.dnsset - ispman command to set various dns settings - -=head1 SYNOPSIS - - -B<ispman.dnsset -d domain.name -t type options> - - -=head1 DESCRIPTION - -ispman.dnsset allows you set dns informations such as MX, NS, A records to domains from CLI (command line) - - -=head1 OPTIONS - -=head2 A addresses - -ispman.dnsset -d domainname -t A hostname ipaddress - - -=head2 NS addresses - -ispman.dnsset -d domainname -t NS origin nameserver - -=head2 MX addresses - -ispman.dnsset -d domainname -t MX origin preference nameserver - -=head2 CNAME addresses - -ispman.dnsset -d domainname -t CNAME alias hostname - -=head2 SOA record - -ispman.dnsset -d domainname -t SOA primaryNameServer dnsAdminEmail refresh retry expire minimum - - - - - - - - -=head1 Examples - -To set a SOA record for domain ispman.org -B<Note>: You should not do this manually if you add a domain via ispman-web console or with the command line ispman.addDomain - -B<ispman.dnsset -d ispman.org -t SOA ns1.ispman.org admin.ispman.org 3H 15M 1W 1D> - - -To set ip 192.168.1.1 to host www for domain ispman.org - -B<ispman.dnsset -d ispman.org -t A www 192.168.1.1> - -To set ns1.ispman.org as nameserver for domain ispman.org - -B<ispman.dnsset -d ispman.org -t NS @ ns1.ispman.org> - -To set ns3.uni.edu as nameserver for subdomain developers.ispman.org - -B<ispman.dnsset -d ispman.org -t NS developers ns3.uni.edu> - - -To set mx1.ispman.org as primary mail exchange for domain ispman.org with preference value of 10 - -B<ispman.dnsset -d ispman.org -t MX @ 10 mx1.ispman.org> - -To set mx2.someisp.net as secondary mail exchange for domain ispman.org with prerence value of 20 - -B<ispman.dnsset -d ispman.org -t MX @ 20 mx2.someisp.net> - -To set mx3.uni.edu as mailserver for subdomain developers.ispman.org - -B<ispman.dnsset -d ispman.org -t MX developers 10 mx3.uni.edu> - -To set a CNAME alias ftp to point to ftp.developer.ch. - -B<ispman.dnsset -d ispman.org -t CNAME ftp ftp.developer.ch.> +ispman.dnsload - ispman command to load dns... =head1 Author @@ -137,8 +59,4 @@ http://sourceforge.net/tracker/?group_id=8390 - =cut - - - Index: ldifdiff =================================================================== RCS file: /cvsroot/ispman/ispman/bin/ldifdiff,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ldifdiff 30 May 2004 23:35:32 -0000 1.2 +++ ldifdiff 20 Jun 2004 14:20:50 -0000 1.3 @@ -46,8 +46,13 @@ =back +=head1 AUTHOR + +Kartik Subbarao E<lt>[email protected]<gt> + =cut + use lib qw (%%installDir%%/lib); use Net::LDAP; use Net::LDAP::LDIF; @@ -262,12 +267,3 @@ # Get rid of the "changetype: modify" if there were no changes delete( $target->{changetype} ) unless @{ $target->{changes} }; } - -=back - -=head1 AUTHOR - -Kartik Subbarao E<lt>[email protected]<gt> - -=cut - Index: ispman.dnsunset =================================================================== RCS file: /cvsroot/ispman/ispman/bin/ispman.dnsunset,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- ispman.dnsunset 30 May 2004 23:35:31 -0000 1.11 +++ ispman.dnsunset 20 Jun 2004 14:20:50 -0000 1.12 @@ -187,41 +187,41 @@ =head1 NAME -ispman.dnsset - ispman command to set various dns settings +ispman.dnsunset - ispman command to set various dns settings =head1 SYNOPSIS -B<ispman.dnsset -d domain.name -t type options> +B<ispman.dnsunset -d domain.name -t type options> =head1 DESCRIPTION -ispman.dnsset allows you set dns informations such as MX, NS, A records to domains from CLI (command line) +ispman.dnsunset allows you set dns informations such as MX, NS, A records to domains from CLI (command line) =head1 OPTIONS =head2 A addresses -ispman.dnsset -d domainname -t A hostname ipaddress +ispman.dnsunset -d domainname -t A hostname ipaddress =head2 NS addresses -ispman.dnsset -d domainname -t NS origin nameserver +ispman.dnsunset -d domainname -t NS origin nameserver =head2 MX addresses -ispman.dnsset -d domainname -t MX origin preference nameserver +ispman.dnsunset -d domainname -t MX origin preference nameserver =head2 CNAME addresses -ispman.dnsset -d domainname -t CNAME alias hostname +ispman.dnsunset -d domainname -t CNAME alias hostname =head2 SOA record -ispman.dnsset -d domainname -t SOA primaryNameServer dnsAdminEmail refresh retry expire minimum +ispman.dnsunset -d domainname -t SOA primaryNameServer dnsAdminEmail refresh retry expire minimum @@ -235,37 +235,37 @@ To set a SOA record for domain ispman.org B<Note>: You should not do this manually if you add a domain via ispman-web console or with the command line ispman.addDomain -B<ispman.dnsset -d ispman.org -t SOA ns1.ispman.org admin.ispman.org 3H 15M 1W 1D> +B<ispman.dnsunset -d ispman.org -t SOA ns1.ispman.org admin.ispman.org 3H 15M 1W 1D> To set ip 192.168.1.1 to host www for domain ispman.org -B<ispman.dnsset -d ispman.org -t A www 192.168.1.1> +B<ispman.dnsunset -d ispman.org -t A www 192.168.1.1> To set ns1.ispman.org as nameserver for domain ispman.org -B<ispman.dnsset -d ispman.org -t NS @ ns1.ispman.org> +B<ispman.dnsunset -d ispman.org -t NS @ ns1.ispman.org> To set ns3.uni.edu as nameserver for subdomain developers.ispman.org -B<ispman.dnsset -d ispman.org -t NS developers ns3.uni.edu> +B<ispman.dnsunset -d ispman.org -t NS developers ns3.uni.edu> To set mx1.ispman.org as primary mail exchange for domain ispman.org with preference value of 10 -B<ispman.dnsset -d ispman.org -t MX @ 10 mx1.ispman.org> +B<ispman.dnsunset -d ispman.org -t MX @ 10 mx1.ispman.org> To set mx2.someisp.net as secondary mail exchange for domain ispman.org with prerence value of 20 -B<ispman.dnsset -d ispman.org -t MX @ 20 mx2.someisp.net> +B<ispman.dnsunset -d ispman.org -t MX @ 20 mx2.someisp.net> To set mx3.uni.edu as mailserver for subdomain developers.ispman.org -B<ispman.dnsset -d ispman.org -t MX developers 10 mx3.uni.edu> +B<ispman.dnsunset -d ispman.org -t MX developers 10 mx3.uni.edu> To set a CNAME alias ftp to point to ftp.developer.ch. -B<ispman.dnsset -d ispman.org -t CNAME ftp ftp.developer.ch.> +B<ispman.dnsunset -d ispman.org -t CNAME ftp ftp.developer.ch.> =head1 Author ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND