ispman/bin ispman-agent,1.66,1.67

Atif Ghaffar <[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-serv28238

Modified Files:
	ispman-agent 
Log Message:
Removing unused subroutines

Index: ispman-agent
===================================================================
RCS file: /cvsroot/ispman/ispman/bin/ispman-agent,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- ispman-agent	30 Dec 2004 04:34:23 -0000	1.66
+++ ispman-agent	30 Dec 2004 17:02:33 -0000	1.67
@@ -282,92 +282,6 @@
 
 
 
-
-sub makeCanonicalMaps {
-    my ( $domain, $params ) = @_;
-
-    # Atif. 2003-10-07: Where did this come from?
-    # my ($home_directory, $owner, $group) = split(",", $params);
-
-    my $module = "$install_dir/lib/smtp.lib";
-    do $module;
-
-    &make_canonical_maps( $home_directory, $owner, $group );
-    return 1;
-}
-
-sub AddCanonicalMapEntry {
-    my ( $domain, $params ) = @_;
-
-    my $module = "$install_dir/lib/smtp.lib";
-    do $module;
-
-    &add_canonical_map_entry( $domain, $params );
-    return 1;
-}
-
-sub AddRelayDomainEntry {
-    my ( $domain, $params ) = @_;
-
-    my $module = "$install_dir/lib/smtp.lib";
-    do $module;
-
-    &add_relay_domain_entry($domain);
-    return 1;
-}
-
-sub AddDestinationDomainEntry {
-    my ( $domain, $params ) = @_;
-
-    my $module = "$install_dir/lib/smtp.lib";
-    do $module;
-
-    &add_destination_domain_entry($domain);
-    return 1;
-}
-
-sub RemoveCanonicalMapEntry {
-    my ( $domain, $params ) = @_;
-
-    my $module = "$install_dir/lib/smtp.lib";
-    do $module;
-
-    &remove_canonical_map_entry($domain);
-    return 1;
-}
-
-sub RemoveRelayDomainEntry {
-    my ( $domain, $params ) = @_;
-
-    my $module = "$install_dir/lib/smtp.lib";
-    do $module;
-
-    &remove_relay_domain_entry($domain);
-    return 1;
-}
-
-sub RemoveDestinationDomainEntry {
-    my ( $domain, $params ) = @_;
-
-    my $module = "$install_dir/lib/smtp.lib";
-    do $module;
-
-    &remove_destination_domain_entry($domain);
-    return 1;
-}
-
-
-
-sub modifyTransport {
-    my ( $domain, $params ) = @_;
-
-    my $module = "$install_dir/lib/smtp.lib";
-    do $module;
-
-    &modify_transport_map_entry( $domain, $ispman->getTransportMap($domain) );
-    return 1;
-}
-
 sub NotifyUsers {
     my ( $domain, $params ) = @_;
 



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.